AzureQueueOptions
class
Namespace: Orleans.Configuration
Azure queue stream provider options.
public class AzureQueueOptionsConstructors
Properties
ClientOptionsOptions to be used when configuring the queue storage client, ornullto use the default options.MessageVisibilityTimeoutGets or sets the interval for which a received message remains invisible to other queue consumers. Anullvalue uses the Azure Queue Service default.QueueNamesGets or sets the names of the Azure queues used to partition the stream provider.QueueServiceClientGets or sets theAzureQueueOptionsused to access the Azure Queue Service.
Methods
ConfigureQueueServiceClient(Func<Task<QueueServiceClient>>)Configures theAzureQueueOptionsusing the provided callback.ConfigureQueueServiceClient(Uri)Configures theAzureQueueOptionsusing an authenticated service URI.ConfigureQueueServiceClient(Uri, AzureSasCredential)Configures theAzureQueueOptionsusing an authenticated service URI and aAzure.AzureSasCredential.ConfigureQueueServiceClient(Uri, StorageSharedKeyCredential)Configures theAzureQueueOptionsusing an authenticated service URI and aAzure.Storage.StorageSharedKeyCredential.ConfigureQueueServiceClient(Uri, TokenCredential)Configures theAzureQueueOptionsusing an authenticated service URI and aAzure.Core.TokenCredential.ConfigureQueueServiceClient(string)Configures theAzureQueueOptionsusing a connection string.
