StorageDescriptor(mapping=None, *, ignore_unknown_fields=False, **kwargs)Contains information about the physical storage of the data in the metastore partition.
Attributes |
|
|---|---|
| Name | Description |
location_uri |
str
Optional. The physical location of the metastore partition (e.g. gs://spark-dataproc-data/pangea-data/case_sensitive/ or
gs://spark-dataproc-data/pangea-data/*).
|
input_format |
str
Optional. Specifies the fully qualified class name of the InputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"). The maximum length is 128 characters. |
output_format |
str
Optional. Specifies the fully qualified class name of the OutputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat"). The maximum length is 128 characters. |
serde_info |
google.cloud.bigquery_storage_v1alpha.types.SerDeInfo
Optional. Serializer and deserializer information. |