AzureStoragePolicyOptions
class
Namespace: Orleans.GrainDirectory.AzureStorage
Configures batching, retry, and timeout behavior for Azure Table Storage operations.
public class AzureStoragePolicyOptionsConstructors
Properties
CreationTimeoutGets or sets the timeout value included in table-creation timeout diagnostics.MaxBulkUpdateRowsGets or sets the maximum number of entities included in a bulk update or delete operation.MaxCreationRetriesGets or sets the legacy creation retry count used to calculate the defaultAzureStoragePolicyOptions.MaxOperationRetriesThe maximum number of operation retry attempts.MaxPauseBetweenOperationRetriesThe maximum delay used by the Azure SDK exponential retry policy.OperationTimeoutGets or sets the duration after which a table operation is reported as slow.PauseBetweenCreationRetriesGets or sets the legacy creation retry delay used to calculate the defaultAzureStoragePolicyOptions.PauseBetweenOperationRetriesThe base delay used by the Azure SDK exponential retry policy.
