The Settings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Settings | Overloaded. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
SetCloudAccountInformation |
Set default account information for cloud storage.
|
|
SetLocalAccountInformation |
Set default account information for local developpment storage.
|
|
ToString | (Inherited from Object.) |
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.
|