| table |
String |
Table name |
[optional] |
| namespace |
List<String> |
The namespace identifier as a list of parts |
[optional] |
| version |
Long |
|
[optional] |
| location |
String |
Table storage location (e.g., S3/GCS path) |
[optional] |
| tableUri |
String |
Table URI. Unlike location, this field must be a complete and valid URI |
[optional] |
| schema |
JsonArrowSchema |
|
[optional] |
| storageOptions |
Map<String, String> |
Configuration options to be used to access storage. The available options depend on the type of storage in use. These will be passed directly to Lance to initialize storage access. |
[optional] |
| stats |
TableBasicStats |
Table statistics |
[optional] |