Skip to main content

Class KVTxnVerb

Namespace: Consul
Assembly: Consul.dll

[JsonConverter(typeof(KVTxnVerbTypeConverter))]
public class KVTxnVerb : IEquatable<KVTxnVerb>

Inheritance

objectKVTxnVerb

Implements

IEquatable<KVTxnVerb>

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

KVTxnVerb

CheckIndex

public static KVTxnVerb CheckIndex { get; }

Property Value

KVTxnVerb

CheckSession

public static KVTxnVerb CheckSession { get; }

Property Value

KVTxnVerb

Delete

public static KVTxnVerb Delete { get; }

Property Value

KVTxnVerb

DeleteCAS

public static KVTxnVerb DeleteCAS { get; }

Property Value

KVTxnVerb

DeleteTree

public static KVTxnVerb DeleteTree { get; }

Property Value

KVTxnVerb

Get

public static KVTxnVerb Get { get; }

Property Value

KVTxnVerb

GetTree

public static KVTxnVerb GetTree { get; }

Property Value

KVTxnVerb

Lock

public static KVTxnVerb Lock { get; }

Property Value

KVTxnVerb

Operation

public string Operation { get; }

Property Value

string

Set

public static KVTxnVerb Set { get; }

Property Value

KVTxnVerb

Unlock

public static KVTxnVerb Unlock { get; }

Property Value

KVTxnVerb

Methods

Equals(KVTxnVerb)

public bool Equals(KVTxnVerb other)

Parameters

other KVTxnVerb

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

  • Properties
    • CAS
    • CheckIndex
    • CheckSession
    • Delete
    • DeleteCAS
    • DeleteTree
    • Get
    • GetTree
    • Lock
    • Operation
    • Set
    • Unlock
  • Methods
    • Equals(KVTxnVerb)
    • Equals(object)
    • GetHashCode()