AzureTableStreamCheckpointerOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class AzureTableStreamCheckpointerOptions
public class AzureTableStreamCheckpointerOptions : Orleans.Streaming.EventHubs.AzureStorageOperationOptions
type AzureTableStreamCheckpointerOptions = class
type AzureTableStreamCheckpointerOptions = class
inherit AzureStorageOperationOptions
Public Class AzureTableStreamCheckpointerOptions
Public Class AzureTableStreamCheckpointerOptions
Inherits AzureStorageOperationOptions
- Inheritance
-
AzureTableStreamCheckpointerOptions
- Inheritance
Constructors
AzureTableStreamCheckpointerOptions() |
Fields
DEFAULT_CHECKPOINT_PERSIST_INTERVAL | |
DEFAULT_TABLE_NAME |
Properties
ClientOptions |
Options to be used when configuring the table storage client, or |
ConnectionString |
Azure table storage connections string. |
ConnectionString |
Obsolete.
Deprecated: use ConfigureTableServiceClient instead. (Inherited from AzureStorageOperationOptions) |
PersistInterval |
Interval to write checkpoints. Prevents spamming storage. |
StoragePolicyOptions |
Azure Storage Policy Options (Inherited from AzureStorageOperationOptions) |
TableEndpoint |
Obsolete.
Deprecated: use ConfigureTableServiceClient instead. (Inherited from AzureStorageOperationOptions) |
TableName |
Azure table name. |
TableResourceId |
Obsolete.
Deprecated: use ConfigureTableServiceClient instead. (Inherited from AzureStorageOperationOptions) |
TableServiceClient |
Gets or sets the client used to access the Azure Table Service. (Inherited from AzureStorageOperationOptions) |
TokenCredential |
Obsolete.
Deprecated: use ConfigureTableServiceClient instead. (Inherited from AzureStorageOperationOptions) |
TokenCredentialManagementUri |
Obsolete.
Deprecated: use ConfigureTableServiceClient instead. (Inherited from AzureStorageOperationOptions) |
TokenCredentialTableKey |
Obsolete.
Deprecated: use ConfigureTableServiceClient instead. (Inherited from AzureStorageOperationOptions) |