format property
The data format associated with the stored data, which represents content type values.
The value is inferred from mime type.
Output only. Possible string values are:
- "FORMAT_UNSPECIFIED" : Format unspecified.
- "PARQUET" : Parquet-formatted structured data.
- "AVRO" : Avro-formatted structured data.
- "ORC" : Orc-formatted structured data.
- "CSV" : Csv-formatted semi-structured data.
- "JSON" : Json-formatted semi-structured data.
- "IMAGE" : Image data formats (such as jpg and png).
- "AUDIO" : Audio data formats (such as mp3, and wav).
- "VIDEO" : Video data formats (such as mp4 and mpg).
- "TEXT" : Textual data formats (such as txt and xml).
- "TFRECORD" : TensorFlow record format.
- "OTHER" : Data that doesn't match a specific format.
- "UNKNOWN" : Data of an unknown format.
Implementation
core.String? format;