lance-namespace-reqwest-client 0.7.4

This OpenAPI specification is a part of the Lance namespace specification. It contains 2 parts: The `components/schemas`, `components/responses`, `components/examples`, `tags` sections define the request and response shape for each operation in a Lance Namespace across all implementations. See https://lancedb.github.io/lance-namespace/spec/operations for more details. The `servers`, `security`, `paths`, `components/parameters` sections are for the Lance REST Namespace implementation, which defines a complete REST server that can work with Lance datasets. See https://lancedb.github.io/lance-namespace/spec/impls/rest for more details.
Documentation
# AlterTableBackfillColumnsRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**Vec<String>**> | Table identifier path (namespace + table name) | [optional]
**column** | **String** | Column name to backfill | 
**r#where** | Option<**String**> | Optional WHERE clause filter | [optional]
**concurrency** | Option<**i32**> | Optional concurrency override | [optional]
**intra_applier_concurrency** | Option<**i32**> | Optional intra-applier concurrency override | [optional]
**min_checkpoint_size** | Option<**i32**> | Optional minimum checkpoint size | [optional]
**max_checkpoint_size** | Option<**i32**> | Optional maximum checkpoint size | [optional]
**batch_checkpoint_flush_interval_seconds** | Option<**f64**> | Optional batch checkpoint flush interval in seconds | [optional]
**read_version** | Option<**i32**> | Optional table version to read from | [optional]
**task_size** | Option<**i32**> | Optional task size | [optional]
**num_frags** | Option<**i32**> | Optional number of fragments | [optional]
**checkpoint_size** | Option<**i32**> | Optional checkpoint size | [optional]
**commit_granularity** | Option<**i32**> | Optional commit granularity | [optional]
**cluster** | Option<**String**> | Optional cluster name | [optional]
**manifest** | Option<**String**> | Optional manifest name | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)