Interface Export.UpdateStages.WithPartitionData

All Known Subinterfaces:
Export.Update
Enclosing interface:
Export.UpdateStages

public static interface Export.UpdateStages.WithPartitionData
The stage of the Export update allowing to specify partitionData.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPartitionData(Boolean partitionData)
    Specifies the partitionData property: If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file.
  • Method Details

    • withPartitionData

      Export.Update withPartitionData(Boolean partitionData)
      Specifies the partitionData property: 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..
      Parameters:
      partitionData - 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.
      Returns:
      the next definition stage.