catch implements Promiselike.catch()
createPromise should ben override to run the promised action.
maxCreateRevision sets the maximum create revision of keys to return.
maxModRevision sets the maximum modified revision of keys to return.
minCreateRevision sets the minimum create revision of keys to return.
minModRevision sets the minimum modified revision of keys to return.
Returns the request op for this builder, used in transactions.
Sets the GRPC call options for this request.
revision is the point-in-time of the key-value store to use for the range.
serializable sets the range request to use serializable member-local reads.
then implements Promiselike.then()
Generated using TypeDoc
RangeBuilder is a primitive builder for range queries on the kv store. It's extended by the Single and MultiRangeBuilders, which contain the concrete methods to execute the built query.