Skip to content

AzureQueueOptions

class

Namespace: Orleans.Configuration

Azure queue stream provider options.
public class AzureQueueOptions

Constructors

Properties

  • ClientOptions Options to be used when configuring the queue storage client, or null to use the default options.
  • MessageVisibilityTimeout Gets or sets the interval for which a received message remains invisible to other queue consumers. A null value uses the Azure Queue Service default.
  • QueueNames Gets or sets the names of the Azure queues used to partition the stream provider.
  • QueueServiceClient Gets or sets the AzureQueueOptions used to access the Azure Queue Service.

Methods