Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Format.
The specific file format of the data.
Protobuf type google.cloud.dataplex.v1.StorageFormat.Format
Namespace
Google \ Cloud \ Dataplex \ V1 \ StorageFormatMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FORMAT_UNSPECIFIED
Value: 0Format unspecified.
Generated from protobuf enum FORMAT_UNSPECIFIED = 0;
PARQUET
Value: 1Parquet-formatted structured data.
Generated from protobuf enum PARQUET = 1;
AVRO
Value: 2Avro-formatted structured data.
Generated from protobuf enum AVRO = 2;
ORC
Value: 3Orc-formatted structured data.
Generated from protobuf enum ORC = 3;
CSV
Value: 100Csv-formatted semi-structured data.
Generated from protobuf enum CSV = 100;
JSON
Value: 101Json-formatted semi-structured data.
Generated from protobuf enum JSON = 101;
IMAGE
Value: 200Image data formats (such as jpg and png).
Generated from protobuf enum IMAGE = 200;
AUDIO
Value: 201Audio data formats (such as mp3, and wav).
Generated from protobuf enum AUDIO = 201;
VIDEO
Value: 202Video data formats (such as mp4 and mpg).
Generated from protobuf enum VIDEO = 202;
TEXT
Value: 203Textual data formats (such as txt and xml).
Generated from protobuf enum TEXT = 203;
TFRECORD
Value: 204TensorFlow record format.
Generated from protobuf enum TFRECORD = 204;
OTHER
Value: 1000Data that doesn't match a specific format.
Generated from protobuf enum OTHER = 1000;
UNKNOWN
Value: 1001Data of an unknown format.
Generated from protobuf enum UNKNOWN = 1001;