Builder

class Builder

Properties

Link copied to clipboard

The commit number of the starting record to read from the change-log stream. This parameter is required when iteratorType isAT_SEQUENCE_NUMBER or AFTER_SEQUENCE_NUMBER, and ignored when iteratorType is TRIM_HORIZON or LATEST.

Link copied to clipboard

If set to TRUE, Neptune compresses the response using gzip encoding.

Link copied to clipboard

Can be one of:

Link copied to clipboard
var limit: Long?

Specifies the maximum number of records to return. There is also a size limit of 10 MB on the response that can't be modified and that takes precedence over the number of records specified in the limit parameter. The response does include a threshold-breaching record if the 10 MB limit was reached.

Link copied to clipboard
var opNum: Long?

The operation sequence number within the specified commit to start reading from in the change-log stream data. The default is 1.