IPartitionedCollection<'T>
Namespace: MBrace.Core.Internals
A cloud collection that comprises of a fixed number of partitions.
Instance members
Instance member | Description |
GetPartitions()
Signature: unit -> Async<ICloudCollection<'T> []>
Modifiers: abstract |
Gets all partitions for the collection. |
PartitionCount
Signature: Async<int>
Modifiers: abstract |
Gets the partition count of the collection. CompiledName: |