Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.16 KB

EtcdserverpbCompare.md

File metadata and controls

18 lines (14 loc) · 1.16 KB

EtcdserverpbCompare

Properties

Name Type Description Notes
create_revision str [optional]
key str key is the subject key for the comparison operation. [optional]
lease str lease is the lease id of the given key. [optional]
mod_revision str mod_revision is the last modified revision of the given key. [optional]
range_end str 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 CompareCompareResult result is logical comparison operation for this comparison. [optional]
target CompareCompareTarget target is the key-value field to inspect for the comparison. [optional]
value str value is the value of the given key, in bytes. [optional]
version str [optional]

[Back to Model list] [Back to API list] [Back to README]