MBrace.Azure


StoreUtils

Namespace: MBrace.Azure.Runtime.Utilities

Nested types and modules

ModuleDescription
Queue
StoreException

Functions and values

Function or valueDescription
getSegmentedAsync getter
Signature: getter:(BlobContinuationToken -> Async<BlobContinuationToken * 'a>) -> Async<seq<'T>>
Type parameters: 'a, 'T

generic utility function for asynchronous getting of blob segmented APIs

Type extensions

Type extensionDescription
CreateIfNotExistsAsyncSafe(...)
Signature: (retryInterval:int option * maxRetries:int option) -> Async<unit>

CreatesIfNotExistAsync that protects from 409 conflict errors with supplied retry policy

CompiledName: CloudTable.CreateIfNotExistsAsyncSafe

CreateIfNotExistsAsyncSafe(...)
Signature: (retryInterval:int option * maxRetries:int option) -> Async<unit>

CreatesIfNotExistAsync that protects from 409 conflict errors with supplied retry policy

CompiledName: CloudBlobContainer.CreateIfNotExistsAsyncSafe

GetProperty(id)
Signature: id:string -> 'T
Type parameters: 'T

CompiledName: BrokeredMessage.GetProperty

TryGetProperty(id)
Signature: id:string -> 'T option
Type parameters: 'T

CompiledName: BrokeredMessage.TryGetProperty

Fork me on GitHub