Module: Google::Cloud::Dataplex::V1::StorageFormat::Format
- Defined in:
- proto_docs/google/cloud/dataplex/v1/metadata.rb
Overview
The specific file format of the data.
Constant Summary collapse
- FORMAT_UNSPECIFIED =
Format unspecified.
0- PARQUET =
Parquet-formatted structured data.
1- AVRO =
Avro-formatted structured data.
2- ORC =
Orc-formatted structured data.
3- CSV =
Csv-formatted semi-structured data.
100- JSON =
Json-formatted semi-structured data.
101- IMAGE =
Image data formats (such as jpg and png).
200- AUDIO =
Audio data formats (such as mp3, and wav).
201- VIDEO =
Video data formats (such as mp4 and mpg).
202- TEXT =
Textual data formats (such as txt and xml).
203- TFRECORD =
TensorFlow record format.
204- OTHER =
Data that doesn't match a specific format.
1000- UNKNOWN =
Data of an unknown format.
1001