Edit

Share via


SimpleAzureQueueStreamOptions Class

Definition

Simple Azure queue stream provider options.

public class SimpleAzureQueueStreamOptions
type SimpleAzureQueueStreamOptions = class
Public Class SimpleAzureQueueStreamOptions
Inheritance
SimpleAzureQueueStreamOptions

Constructors

SimpleAzureQueueStreamOptions()

Properties

ClientOptions

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.

QueueName

The queue name.

ServiceUri
Obsolete.

Deprecated: use ConfigureQueueServiceClient instead.

TokenCredential
Obsolete.

Deprecated: use ConfigureQueueServiceClient instead.

Methods

ConfigureQueueServiceClient(Func<Task<QueueServiceClient>>)

Configures the QueueServiceClient using the provided callback.

ConfigureQueueServiceClient(String)

Configures the QueueServiceClient using a connection string.

ConfigureQueueServiceClient(Uri)

Configures the QueueServiceClient using an authenticated service URI.

ConfigureQueueServiceClient(Uri, AzureSasCredential)

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

ConfigureQueueServiceClient(Uri, StorageSharedKeyCredential)

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

ConfigureQueueServiceClient(Uri, TokenCredential)

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

Applies to