Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.07 KB

EtcdserverpbTxnRequest.md

File metadata and controls

12 lines (8 loc) · 1.07 KB

EtcdserverpbTxnRequest

Properties

Name Type Description Notes
compare list[EtcdserverpbCompare] compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order. [optional]
failure list[EtcdserverpbRequestOp] failure is a list of requests which will be applied when compare evaluates to false. [optional]
success list[EtcdserverpbRequestOp] success is a list of requests which will be applied when compare evaluates to true. [optional]

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