Class KVTxnOp
Namespace: Consul
Assembly: Consul.dll
KVTxnOp defines a single operation inside a transaction.
public class KVTxnOp
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
KVTxnOp(string, KVTxnVerb)
public KVTxnOp(string key, KVTxnVerb verb)
Parameters
key
string
verb
KVTxnVerb
Properties
Flags
public ulong Flags { get; set; }
Property Value
Index
public ulong Index { get; set; }
Property Value
Key
public string Key { get; set; }
Property Value
Session
public string Session { get; set; }
Property Value
Value
public byte[] Value { get; set; }
Property Value
byte []
Verb
public KVTxnVerb Verb { get; set; }