public enum StorageFormat.Types.Format
Reference documentation and code samples for the Cloud Dataplex v1 API enum StorageFormat.Types.Format.
The specific file format of the data.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Fields |
|
---|---|
Name | Description |
Audio |
Audio data formats (such as mp3, and wav). |
Avro |
Avro-formatted structured data. |
Csv |
Csv-formatted semi-structured data. |
Image |
Image data formats (such as jpg and png). |
Json |
Json-formatted semi-structured data. |
Orc |
Orc-formatted structured data. |
Other |
Data that doesn't match a specific format. |
Parquet |
Parquet-formatted structured data. |
Text |
Textual data formats (such as txt and xml). |
Tfrecord |
TensorFlow record format. |
Unknown |
Data of an unknown format. |
Unspecified |
Format unspecified. |
Video |
Video data formats (such as mp4 and mpg). |