Gets or sets the value of partitions to export, null or empty means to export all partitions

Namespace: Microsoft.Cosmos.ExportClient
Assembly: Microsoft.Cosmos.ExportClient (in Microsoft.Cosmos.ExportClient.dll) Version: 10.2.0.0 (10.2.2.0)

Syntax

C#
public override IEnumerable<int> PartitionIndices { get; set; }
Visual Basic
Public Overrides Property PartitionIndices As IEnumerable(Of Integer)
	Get
	Set
Visual C++
public:
virtual property IEnumerable<int>^ PartitionIndices {
	IEnumerable<int>^ get () override;
	void set (IEnumerable<int>^ value) override;
}

See Also