Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ICompare

Index

Properties

Optional create_revision

create_revision: string | number

create_revision is the creation revision of the given key

Optional key

key: Buffer

key is the subject key for the comparison operation.

Optional lease

lease: string | number

lease is the lease id of the given key.

Optional mod_revision

mod_revision: string | number

mod_revision is the last modified revision of the given key.

Optional range_end

range_end: Buffer

range_end compares the given target to all keys in the range [key, range_end). See RangeRequest for more details on key ranges.

Optional result

result: CompareResult | keyof typeof CompareResult

result is logical comparison operation for this comparison.

Optional target

target: CompareTarget | keyof typeof CompareTarget

target is the key-value field to inspect for the comparison.

Optional value

value: Buffer

value is the value of the given key, in bytes.

Optional version

version: string | number

version is the version of the given key

Legend

  • Constructor
  • Method
  • Inherited method

Generated using TypeDoc