Class StorageDescriptor (0.4.7)

StorageDescriptor(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stores physical storage information of the data.

Attributes

NameDescription
location_uri str
Cloud Storage folder URI where the table data is stored, starting with "gs://".
input_format str
The fully qualified Java class name of the input format.
output_format str
The fully qualified Java class name of the output format.
serde_info google.cloud.bigquery_biglake_v1.types.HiveTableOptions.SerDeInfo
Serializer and deserializer information.