Class: ReadOptions

ReadOptions

ReadOptions

Constructor

new ReadOptions() → {ReadOptions}

ReadOptions is passed to read-only store operations to specify arguments that control non-default behavior related to consistency and operation timeouts.
Properties:
Name Type Description
consistency Consistency Used to provide consistency guarantees for read operations.
timeoutMs Number Is the upper bound on the time interval for processing the operation.
Source:
Returns:
Type
ReadOptions