MBrace.Azure


BlobValue

Namespace: MBrace.Azure.Runtime.Utilities

Represents a value that has been persisted to blob store

Static members

Static memberDescription
Define(account, container, path)
Signature: (account:AzureStorageAccount * container:string * path:string) -> BlobValue<'T>
Type parameters: 'T

Defines a blob value with given parameters.

Fork me on GitHub