MBrace.Core


CloudStore

Namespace: MBrace.Core

API for cloud store operations

Static members

Static memberDescription
CloudAtom
Signature: LocalCloud<CloudAtomClient>

Gets the default CloudAtom client instance from the execution context

CompiledName: get_CloudAtom

CloudDictionary
Signature: LocalCloud<CloudDictionaryClient>

Gets the default CloudDictionary client instance from the execution context

CompiledName: get_CloudDictionary

CloudQueue
Signature: LocalCloud<CloudQueueClient>

Gets the default CloudQueue client instance from the execution context

CompiledName: get_CloudQueue

CloudValue
Signature: LocalCloud<CloudValueClient>

Gets the default CloudValue client instance from the execution context

CompiledName: get_CloudValue

FileSystem
Signature: LocalCloud<CloudFileSystem>

Gets the default CloudFileSystem client instance from the execution context

CompiledName: get_FileSystem

Serializer
Signature: LocalCloud<SerializationClient>

Gets the default Serialization client instace from the execution context

CompiledName: get_Serializer

Fork me on GitHub