ConcatenatedCollection<'T>
Namespace: MBrace.Library
Parent Module: CloudCollectionUtils
CloudCollection implementation consisting of a set of concatenated CloudCollection partitions
Constructors
Constructor | Description |
new(partitions)
Signature: (partitions:ICloudCollection<'T> []) -> ConcatenatedCollection<'T>
|
CompiledName: |
Instance members
Instance member | Description |
Partitions
Signature: ICloudCollection<'T> []
|
Gets constituent partitions of concatenated collection CompiledName: |