IPartitionableCollection<'T>
Namespace: MBrace.Core.Internals
A cloud collection that can be partitioned into smaller collections of provided size.
Instance members
Instance member | Description |
GetPartitions(weights)
Signature: (weights:int []) -> Async<ICloudCollection<'T> []>
Modifiers: abstract |
Partitions the collection into collections of given count |