MBrace.AWS


SQSCloudQueueProvider

Namespace: MBrace.AWS.Store

Instance members

Instance memberDescription
ClearQueuesAsync(prefix)
Signature: (prefix:string option) -> Async<unit>

Clears all randomly named SQS queues that match the given prefix.

Static members

Static memberDescription
Create(region, credentials, queuePrefix)
Signature: (region:AWSRegion * credentials:AWSCredentials * queuePrefix:string option) -> SQSCloudQueueProvider

Creates a new SQS cloudqueue provider instance with supplied account and queue prefix

Fork me on GitHub