StoreUtils
Namespace: MBrace.Azure.Runtime.Utilities
Nested types and modules
Module | Description |
Queue | |
StoreException |
Functions and values
Function or value | Description |
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 extension | Description |
CreateIfNotExistsAsyncSafe(...)
Signature: (retryInterval:int option * maxRetries:int option) -> Async<unit>
|
CreatesIfNotExistAsync that protects from 409 conflict errors with supplied retry policy CompiledName: |
CreateIfNotExistsAsyncSafe(...)
Signature: (retryInterval:int option * maxRetries:int option) -> Async<unit>
|
CreatesIfNotExistAsync that protects from 409 conflict errors with supplied retry policy CompiledName: |
GetProperty(id)
Signature: id:string -> 'T
Type parameters: 'T |
CompiledName: |
TryGetProperty(id)
Signature: id:string -> 'T option
Type parameters: 'T |
CompiledName: |