Gets or sets the value of partitions to export, null or empty means to export all partitions
Namespace: Microsoft.Cosmos.ExportClientAssembly: Microsoft.Cosmos.ExportClient (in Microsoft.Cosmos.ExportClient.dll) Version: 10.2.0.0 (10.2.2.0)
Syntax
C# |
---|
public abstract IEnumerable<int> PartitionIndices { get; set; } |
Visual Basic |
---|
Public MustOverride Property PartitionIndices As IEnumerable(Of Integer)
Get
Set |
Visual C++ |
---|
public:
virtual property IEnumerable<int>^ PartitionIndices {
IEnumerable<int>^ get () abstract;
void set (IEnumerable<int>^ value) abstract;
} |
See Also