MBrace.Core


CloudDictionary

Namespace: MBrace.Core

CloudDictionary static methods

Static members

Static memberDescription
GetById(dictionaryId)
Signature: dictionaryId:string -> LocalCloud<CloudDictionary<'T>>
Type parameters: 'T

Attempt to recover an already existing CloudDictionary of provided Id and type.

IsSupportedValue(value)
Signature: value:'T -> LocalCloud<bool>
Type parameters: 'T

Checks if value is supported for dictionary implementation in current execution context.

New(dictionaryId)
Signature: (dictionaryId:string option) -> LocalCloud<CloudDictionary<'T>>
Type parameters: 'T

Creates a new CloudDictionary instance.

Fork me on GitHub