MBrace.Core


IPartitionableCollection<'T>

Namespace: MBrace.Core.Internals

A cloud collection that can be partitioned into smaller collections of provided size.

Instance members

Instance memberDescription
GetPartitions(weights)
Signature: (weights:int []) -> Async<ICloudCollection<'T> []>
Modifiers: abstract

Partitions the collection into collections of given count

Fork me on GitHub