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
constructor(compressionFormat: Output<GoogleCloudDataplexV1StorageFormatCompressionFormat>? = null, csv: Output<GoogleCloudDataplexV1StorageFormatCsvOptionsArgs>? = null, iceberg: Output<GoogleCloudDataplexV1StorageFormatIcebergOptionsArgs>? = null, json: Output<GoogleCloudDataplexV1StorageFormatJsonOptionsArgs>? = null, mimeType: Output<String>)
Properties
Link copied to clipboard
Optional. The compression type associated with the stored data. If unspecified, the data is uncompressed.
Link copied to clipboard
Optional. Additional information about CSV formatted data.
Link copied to clipboard
Optional. Additional information about iceberg tables.
Link copied to clipboard
Optional. Additional information about CSV formatted data.
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}