public sealed class CustomAPICheckpointConfig.Types.IteratorStrategy : IMessage<CustomAPICheckpointConfig.Types.IteratorStrategy>, IEquatable<CustomAPICheckpointConfig.Types.IteratorStrategy>, IDeepCloneable<CustomAPICheckpointConfig.Types.IteratorStrategy>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class CustomAPICheckpointConfig.Types.IteratorStrategy.
Use progress tokens provided by the API.
Implements
IMessageCustomAPICheckpointConfigTypesIteratorStrategy, IEquatableCustomAPICheckpointConfigTypesIteratorStrategy, IDeepCloneableCustomAPICheckpointConfigTypesIteratorStrategy, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
IteratorStrategy()
public IteratorStrategy()IteratorStrategy(IteratorStrategy)
public IteratorStrategy(CustomAPICheckpointConfig.Types.IteratorStrategy other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomAPICheckpointConfigTypesIteratorStrategy |
Properties
CheckpointValuePath
public string CheckpointValuePath { get; set; }Required. Enter the exact location within a log record where the checkpoint value (like a timestamp or ID) is found.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CheckpointVariable
public string CheckpointVariable { get; set; }Required. Specify a custom name you assign to store and reference the checkpoint value between polling cycles.
| Property Value | |
|---|---|
| Type | Description |
string |
|