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

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

Reference documentation and code samples for the Chronicle v1 API class CustomAPICheckpointConfig.Types.IteratorStrategy.

Use progress tokens provided by the API.

Inheritance

object > CustomAPICheckpointConfig.Types.IteratorStrategy

Namespace

Google.Cloud.Chronicle.V1

Assembly

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