Builder

class Builder

Properties

Link copied to clipboard

The list of the current shard's child shards, returned in the GetRecords API's response only when the end of the current shard is reached.

Link copied to clipboard

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

Link copied to clipboard

The next position in the shard from which to start sequentially reading data records. If set to null, the shard has been closed and the requested iterator does not return any more data.

Link copied to clipboard

The data records retrieved from the shard.