Interface ReactiveRangeScanOperation.RangeScanWithOptions<T>

Type Parameters:
T - the entity type to use for the results.
All Superinterfaces:
ReactiveRangeScanOperation.TerminatingRangeScan<T>, WithScanOptions<T>
All Known Subinterfaces:
ReactiveRangeScanOperation.RangeScanConsistentWith<T>, ReactiveRangeScanOperation.RangeScanInCollection<T>, ReactiveRangeScanOperation.RangeScanInScope<T>, ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>, ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>, ReactiveRangeScanOperation.RangeScanWithProjection<T>, ReactiveRangeScanOperation.RangeScanWithSort<T>, ReactiveRangeScanOperation.ReactiveRangeScan<T>
Enclosing interface:
ReactiveRangeScanOperation

public static interface ReactiveRangeScanOperation.RangeScanWithOptions<T> extends ReactiveRangeScanOperation.TerminatingRangeScan<T>, WithScanOptions<T>
Fluent method to specify options.