Class DataFormat (1.34.0)

DataFormat(value)

Data format of the exported intents.

Enums

Name Description
DATA_FORMAT_UNSPECIFIED Unspecified format. Treated as `BLOB`.
BLOB Intents will be exported as raw bytes.
JSON Intents will be exported in JSON format.
CSV Intents will be exported in CSV format.