Google Cloud Dataplex V1Storage Format Args
data class GoogleCloudDataplexV1StorageFormatArgs(val compressionFormat: Output<GoogleCloudDataplexV1StorageFormatCompressionFormat>? = null, val csv: Output<GoogleCloudDataplexV1StorageFormatCsvOptionsArgs>? = null, val iceberg: Output<GoogleCloudDataplexV1StorageFormatIcebergOptionsArgs>? = null, val json: Output<GoogleCloudDataplexV1StorageFormatJsonOptionsArgs>? = null, val mimeType: Output<String>) : ConvertibleToJava<GoogleCloudDataplexV1StorageFormatArgs>
Describes the format of the data within its storage location.
Constructors
Link copied to clipboard
fun GoogleCloudDataplexV1StorageFormatArgs(compressionFormat: Output<GoogleCloudDataplexV1StorageFormatCompressionFormat>? = null, csv: Output<GoogleCloudDataplexV1StorageFormatCsvOptionsArgs>? = null, iceberg: Output<GoogleCloudDataplexV1StorageFormatIcebergOptionsArgs>? = null, json: Output<GoogleCloudDataplexV1StorageFormatJsonOptionsArgs>? = null, mimeType: Output<String>)
Functions
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}