Skip to main content

Class KVTxnOp

Namespace: Consul
Assembly: Consul.dll

KVTxnOp defines a single operation inside a transaction.

public class KVTxnOp

Inheritance

objectKVTxnOp

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

ulong

Index

public ulong Index { get; set; }

Property Value

ulong

Key

public string Key { get; set; }

Property Value

string

Session

public string Session { get; set; }

Property Value

string

Value

public byte[] Value { get; set; }

Property Value

byte []

Verb

public KVTxnVerb Verb { get; set; }

Property Value

KVTxnVerb