Google Cloud Dataplex V1Storage Format Response
data class GoogleCloudDataplexV1StorageFormatResponse(val compressionFormat: String, val csv: GoogleCloudDataplexV1StorageFormatCsvOptionsResponse, val format: String, val iceberg: GoogleCloudDataplexV1StorageFormatIcebergOptionsResponse, val json: GoogleCloudDataplexV1StorageFormatJsonOptionsResponse, val mimeType: String)
Describes the format of the data within its storage location.
Constructors
Link copied to clipboard
fun GoogleCloudDataplexV1StorageFormatResponse(compressionFormat: String, csv: GoogleCloudDataplexV1StorageFormatCsvOptionsResponse, format: String, iceberg: GoogleCloudDataplexV1StorageFormatIcebergOptionsResponse, json: GoogleCloudDataplexV1StorageFormatJsonOptionsResponse, mimeType: String)
Types
Properties
Link copied to clipboard
The mime type descriptor for the data. Must match the pattern {type}/{subtype}. Supported values: application/x-parquet application/x-avro application/x-orc application/x-tfrecord application/x-parquet+iceberg application/x-avro+iceberg application/x-orc+iceberg application/json application/{subtypes} text/csv text/ image/{image subtype} video/{video subtype} audio/{audio subtype}