Show / Hide Table of Contents

Enum ScanPropFlags

Scan type flags. These are used to configure how the server will travel along the data.

KVExclMin and KVInclMax flags may be used for primary and secondary range search. The other ones may be used when creating an Scan instance.

Namespace: lxapi
Assembly: lxapi.dll
Syntax
public enum ScanPropFlags

Fields

Name Description
KVExclMin

Exclude Min interval value. See pkRange(Tuple, Tuple, Int32) and skRange(Tuple, Tuple, Int32)

KVGetBlobs

Get also blob fields in scans. Scan, See fullScan(Int32) and fullScan(Int32)

KVHist

Scan histogram. See Scan, fullScan(Int32) and fullScan(Int32)

KVInclMax

Include Max inetrval value. See pkRange(Tuple, Tuple, Int32)

KVReverse

Perform the scan in reverse order. See Scan, fullScan(Int32) and fullScan(Int32)

KVSort

Sort scan. See Scan, fullScan(Int32) and fullScan(Int32)

Back to top Generated by DocFX