ICheckpointerSettings Interface
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.
Setting interface for checkpointer
public interface ICheckpointerSettings
type ICheckpointerSettings = interface
Public Interface ICheckpointerSettings
- Derived
Properties
CheckpointNamespace |
This name partitions a service's checkpoint information from other services. |
DataConnectionString |
Azure table storage data connections string |
PersistInterval |
How often to persist the checkpoints, if they've changed. |
TableName |
Azure storage table name where the checkpoints will be stored |