GoogleCloudDataplexV1StorageFormatArgs

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

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDataplexV1StorageFormatArgs

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
val mimeType: Output<String>

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}