Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::StorageFormat::Format.
The specific file format of the data.
Constants
FORMAT_UNSPECIFIED
value: 0
Format unspecified.
PARQUET
value: 1
Parquet-formatted structured data.
AVRO
value: 2
Avro-formatted structured data.
ORC
value: 3
Orc-formatted structured data.
CSV
value: 100
Csv-formatted semi-structured data.
JSON
value: 101
Json-formatted semi-structured data.
IMAGE
value: 200
Image data formats (such as jpg and png).
AUDIO
value: 201
Audio data formats (such as mp3, and wav).
VIDEO
value: 202
Video data formats (such as mp4 and mpg).
TEXT
value: 203
Textual data formats (such as txt and xml).
TFRECORD
value: 204
TensorFlow record format.
OTHER
value: 1000
Data that doesn't match a specific format.
UNKNOWN
value: 1001
Data of an unknown format.