Class KVTxnVerb
Namespace: Consul
Assembly: Consul.dll
[JsonConverter(typeof(KVTxnVerbTypeConverter))]
public class KVTxnVerb : IEquatable<KVTxnVerb>
Inheritance
Implements
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
CAS
public static KVTxnVerb CAS { get; }
Property Value
CheckIndex
public static KVTxnVerb CheckIndex { get; }
Property Value
CheckSession
public static KVTxnVerb CheckSession { get; }
Property Value
Delete
public static KVTxnVerb Delete { get; }
Property Value
DeleteCAS
public static KVTxnVerb DeleteCAS { get; }
Property Value
DeleteTree
public static KVTxnVerb DeleteTree { get; }
Property Value
Get
public static KVTxnVerb Get { get; }
Property Value
GetTree
public static KVTxnVerb GetTree { get; }
Property Value
Lock
public static KVTxnVerb Lock { get; }
Property Value
Operation
public string Operation { get; }
Property Value
Set
public static KVTxnVerb Set { get; }
Property Value
Unlock
public static KVTxnVerb Unlock { get; }
Property Value
Methods
Equals(KVTxnVerb)
public bool Equals(KVTxnVerb other)
Parameters
other
KVTxnVerb
Returns
Equals(object)
public override bool Equals(object other)
Parameters
other
object
Returns
GetHashCode()
public override int GetHashCode()