Class GoogleCloudDataplexV1StorageFormat
Describes the format of the data within its storage location.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1StorageFormat : IDirectResponseSchema
Properties
CompressionFormat
Optional. The compression type associated with the stored data. If unspecified, the data is uncompressed.
Declaration
[JsonProperty("compressionFormat")]
public virtual string CompressionFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
Csv
Optional. Additional information about CSV formatted data.
Declaration
[JsonProperty("csv")]
public virtual GoogleCloudDataplexV1StorageFormatCsvOptions Csv { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1StorageFormatCsvOptions |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Format
Output only. The data format associated with the stored data, which represents content type values. The value is inferred from mime type.
Declaration
[JsonProperty("format")]
public virtual string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
Iceberg
Optional. Additional information about iceberg tables.
Declaration
[JsonProperty("iceberg")]
public virtual GoogleCloudDataplexV1StorageFormatIcebergOptions Iceberg { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1StorageFormatIcebergOptions |
Json
Optional. Additional information about CSV formatted data.
Declaration
[JsonProperty("json")]
public virtual GoogleCloudDataplexV1StorageFormatJsonOptions Json { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1StorageFormatJsonOptions |
MimeType
Required. 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}
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |