Interface Export.DefinitionStages.WithPartitionData

All Known Subinterfaces:
Export.Definition, Export.DefinitionStages.WithCreate
Enclosing interface:
Export.DefinitionStages

public static interface Export.DefinitionStages.WithPartitionData
The stage of the Export definition 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.DefinitionStages.WithCreate 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.