类 CreateTableRequest

    • 构造器详细资料

      • CreateTableRequest

        public CreateTableRequest​(String tableName,
                                  TableOption option)
        Constructs a create table request with table name and option.
        参数:
        tableName - The target table name.
        option - The option used to this request.