Class CommonExportPropertiesResponse


  • public final class CommonExportPropertiesResponse
    extends java.lang.Object
    • Method Detail

      • format

        public java.util.Optional<java.lang.String> format()
        Returns:
        The format of the export being delivered. Currently only 'Csv' is supported.
      • nextRunTimeEstimate

        public java.lang.String nextRunTimeEstimate()
        Returns:
        If the export has an active schedule, provides an estimate of the next run time.
      • partitionData

        public java.util.Optional<java.lang.Boolean> partitionData()
        Returns:
        If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file. Note: this option is currently available only for Microsoft Customer Agreement commerce scopes.