FdbTransactionLog.SetCommand

Namespace: FoundationDB.Filters.Logging · class

Implements: Command

Constructors

SetCommand

SetCommand(Slice key, Slice value)

Properties

ArgumentBytes

int? ArgumentBytes { get; }

Total size (in bytes) of the arguments

For selectors, only include the size of the keys

Key

Slice Key { get; }

Key modified in the database

Op

Operation Op { get; }

Return the type of operation

Value

Slice Value { get; }

Value written to the key

Methods

GetArguments

string GetArguments(KeyResolver resolver)

Returns a formatted representation of the arguments, for logging purpose