AzureQueueOptions Class

Definition

Azure queue stream provider options.

C#
public class AzureQueueOptions
Inheritance
AzureQueueOptions

Constructors

Properties

ClientOptions
Obsolete.

Options to be used when configuring the queue storage client, or null to use the default options.

ConnectionString
Obsolete.

Deprecated: use ConfigureQueueServiceClient instead.

MessageVisibilityTimeout

The message visibility timeout.

QueueNames

The queue names.

QueueServiceClient

Gets or sets the QueueServiceClient used to access the Azure Queue Service.

ServiceUri
Obsolete.

Deprecated: use ConfigureQueueServiceClient instead.

TokenCredential
Obsolete.

Deprecated: use ConfigureQueueServiceClient instead.

Methods

ConfigureQueueServiceClient(Func<Task<QueueServiceClient>>)
Obsolete.

Configures the QueueServiceClient using the provided callback.

ConfigureQueueServiceClient(String)
Obsolete.

Configures the QueueServiceClient using a connection string.

ConfigureQueueServiceClient(Uri, AzureSasCredential)
Obsolete.

Configures the QueueServiceClient using an authenticated service URI and a AzureSasCredential.

ConfigureQueueServiceClient(Uri, StorageSharedKeyCredential)
Obsolete.

Configures the QueueServiceClient using an authenticated service URI and a StorageSharedKeyCredential.

ConfigureQueueServiceClient(Uri, TokenCredential)
Obsolete.

Configures the QueueServiceClient using an authenticated service URI and a TokenCredential.

ConfigureQueueServiceClient(Uri)
Obsolete.

Configures the QueueServiceClient using an authenticated service URI.

Applies to

Product Versions
.NET Orleans 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0