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] |