Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 1.13 KB

File metadata and controls

15 lines (11 loc) · 1.13 KB

EtcdserverpbPutRequest

Properties

Name Type Description Notes
ignore_lease bool If ignore_lease is set, etcd updates the key using its current lease. Returns an error if the key does not exist. [optional]
ignore_value bool If ignore_value is set, etcd updates the key using its current value. Returns an error if the key does not exist. [optional]
key str key is the key, in bytes, to put into the key-value store. [optional]
lease str lease is the lease ID to associate with the key in the key-value store. A lease value of 0 indicates no lease. [optional]
prev_kv bool If prev_kv is set, etcd gets the previous key-value pair before changing it. The previous key-value pair will be returned in the put response. [optional]
value str value is the value, in bytes, to associate with the key in the key-value store. [optional]

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