The Settings type exposes the following members.

Properties

  Name Description
BlobContainerName
Name of the blob container.
BlobStorageAccountInfo
Azure's account information for blobs
CacheSize
Entity storage cache size, in number of entities. Default : 1000
ClusterJobsBlockSize
Number of cluster jobs that are sent together into the queue.
ClusterTableName
Name of the clusters table.
EntityClusterTableName
Name of the entity-cluster association table.
EntityJobsBlockSize
Number of entity jobs that are sent together into the queue.
EntityTableName
Name of the entities table.
MaxSleepTime
When the queue is empty, the worker wait during a random amount of time before doing something. It is the max sleep time, in milliseconds.
QueueName
Name of the queue.
QueueStorageAccountInfo
Azure's account information for queues
RetryPolicy
Retry policy : how operations are retried.
StatusTableName
Name of the status table.
TableStorageAccountInfo
Azure's account information for tables.
TaskTableName
Name of the task table.

See Also