Class DataFormat (1.34.0)

DataFormat(value)

Data format of the exported entity types.

Enums

Name Description
DATA_FORMAT_UNSPECIFIED Unspecified format. Treated as `BLOB`.
BLOB EntityTypes will be exported as raw bytes.
JSON_PACKAGE EntityTypes will be exported in JSON Package format.