ITargetedPartitionCollection<'T>
Namespace: MBrace.Core.Internals
A partitioned cloud collection whose partitions target a specified worker.
Instance members
Instance member | Description |
GetTargetedPartitions()
Signature: unit -> Async<(IWorkerRef * ICloudCollection<'T>) []>
Modifiers: abstract |
Gets all partitions for the collection, as targeted to specified workers. |