package protocol.sdk.kv.rangescan

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Range

sdk.kv.rangescan.top_level.proto:43

Moved to new message containing from and to

Used in: RangeScan

message RangeScan

sdk.kv.rangescan.top_level.proto:48

Used in: ScanType

message SamplingScan

sdk.kv.rangescan.top_level.proto:59

Used in: ScanType

message Scan

sdk.kv.rangescan.top_level.proto:120

A Scan will result in the performer sending back a stream of (in the golden path): (1) A stream.Created result with type STREAM_KV_RANGE_SCAN, followed by (2) Zero or more ScanResult results (and/or streams.Error), followed by (1) A stream.Complete result. A streams.CancelRequest from the driver should be handled per the RFC - with a range scan cancellation sent to KV on each vbucket stream.

Used in: Command

message ScanOptions

sdk.kv.rangescan.top_level.proto:77

Used in: Scan

message ScanResult

sdk.kv.rangescan.top_level.proto:96

Used in: Result

enum ScanSort

sdk.kv.rangescan.top_level.proto:72

Sorting is not supported for RangeScans anymore.

Used in: ScanOptions

message ScanTerm

sdk.kv.rangescan.top_level.proto:16

Used in: ScanTermChoice

message ScanTermChoice

sdk.kv.rangescan.top_level.proto:28

Used in: Range

message ScanType

sdk.kv.rangescan.top_level.proto:64

Used in: Scan