public sealed class CustomAPICheckpointConfig.Types.LatestTimestampStrategy : IMessage<CustomAPICheckpointConfig.Types.LatestTimestampStrategy>, IEquatable<CustomAPICheckpointConfig.Types.LatestTimestampStrategy>, IDeepCloneable<CustomAPICheckpointConfig.Types.LatestTimestampStrategy>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class CustomAPICheckpointConfig.Types.LatestTimestampStrategy.
Track the timestamp of the newest record to fetch newer ones next.
Implements
IMessageCustomAPICheckpointConfigTypesLatestTimestampStrategy, IEquatableCustomAPICheckpointConfigTypesLatestTimestampStrategy, IDeepCloneableCustomAPICheckpointConfigTypesLatestTimestampStrategy, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
LatestTimestampStrategy()
public LatestTimestampStrategy()LatestTimestampStrategy(LatestTimestampStrategy)
public LatestTimestampStrategy(CustomAPICheckpointConfig.Types.LatestTimestampStrategy other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomAPICheckpointConfigTypesLatestTimestampStrategy |
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 |
|