format property

String? format
getter/setter pair

The payload format.

Required. Possible string values are:

  • "IMPORT_JOB_FORMAT_UNSPECIFIED" : Default value.
  • "IMPORT_JOB_FORMAT_RVTOOLS_XLSX" : RVTools format (XLSX).
  • "IMPORT_JOB_FORMAT_RVTOOLS_CSV" : RVTools format (CSV).
  • "IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV" : CSV format exported from AWS using the AWS collection script.
  • "IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV" : CSV format exported from Azure using the Azure collection script.
  • "IMPORT_JOB_FORMAT_STRATOZONE_CSV" : CSV format created manually and following the StratoZone format. For more information, see Manually create and upload data tables.

Implementation

core.String? format;