Chronicle v1 API - Class CustomAPICheckpointConfig.Types.LatestTimestampStrategy (1.1.0)

public sealed class CustomAPICheckpointConfig.Types.LatestTimestampStrategy : IMessage<CustomAPICheckpointConfig.Types.LatestTimestampStrategy>, IEquatable<CustomAPICheckpointConfig.Types.LatestTimestampStrategy>, IDeepCloneable<CustomAPICheckpointConfig.Types.LatestTimestampStrategy>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > CustomAPICheckpointConfig.Types.LatestTimestampStrategy

Namespace

Google.Cloud.Chronicle.V1

Assembly

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