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.MessageVisibilityTimeoutQueueNamesQueueServiceClientGets 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.
