Parameter | Type | Description | Example |
---|---|---|---|
object | The queried storage description. | ||
SdId | long | The ID of the storage description. | 1 |
Location | string | The location of the storage description. | oss://************** |
InputFormat | string | The input format of the storage description. | org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat |
OutputFormat | string | The output format of the storage description. | org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat |
Compressed | boolean | Indicates whether the storage description is compressed. | false |
NumBuckets | long | The number of buckets. | 1 |
SerDeInfo | SerDeInfoModel | The information about serialization or deserialization. | |
Parameters | object | The storage configuration parameter. | |
string | The value of the parameter. | key:value | |
StoredAsSubDirectories | boolean | Indicates whether the storage description is stored in subdirectories. | false |