Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.38 KB

VolumeInfo.md

File metadata and controls

18 lines (15 loc) · 1.38 KB

VolumeInfo

Properties

Name Type Description Notes
catalog_name String The name of the catalog where the schema and the volume are [optional] [default to null]
schema_name String The name of the schema where the volume is [optional] [default to null]
name String The name of the volume [optional] [default to null]
comment String The comment attached to the volume [optional] [default to null]
created_at Long Time at which this volume was created, in epoch milliseconds. [optional] [default to null]
updated_at Long Time at which this volume was last modified, in epoch milliseconds. [optional] [default to null]
volume_id String Unique identifier for the volume [optional] [default to null]
volume_type VolumeType [optional] [default to null]
storage_location String The storage location of the volume [optional] [default to null]
full_name String Full name of volume, in form of catalog_name.schema_name.volume_name. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]