dataFormat property

String? dataFormat
getter/setter pair

The data format of the exported agent.

If not specified, BLOB is assumed.

Optional. Possible string values are:

  • "DATA_FORMAT_UNSPECIFIED" : Unspecified format.
  • "BLOB" : Agent content will be exported as raw bytes.
  • "JSON_PACKAGE" : Agent content will be exported in JSON Package format.

Implementation

core.String? dataFormat;