Skip to content

DescribeTableResponse

Properties

Name Type Description Notes
table String Table name. Only populated when `load_detailed_metadata` is true. [optional]
namespace List<String> The namespace identifier as a list of parts. Only populated when `load_detailed_metadata` is true. [optional]
version Long Table version number. Only populated when `load_detailed_metadata` is true. [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. Only returned when `with_table_uri` is true. [optional]
schema JsonArrowSchema Table schema in JSON Arrow format. Only populated when `load_detailed_metadata` is true. [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. When `vend_credentials` is true, this field may include vended credentials. If the vended credentials are temporary, the `expires_at_millis` key should be included to indicate the millisecond timestamp when the credentials expire. [optional]
stats TableBasicStats Table statistics. Only populated when `load_detailed_metadata` is true. [optional]
metadata Map<String, String> Optional table metadata as key-value pairs. [optional]