FdbTransactionLog.WatchCommand

Namespace: FoundationDB.Filters.Logging · class

Implements: Command

Constructors

WatchCommand

WatchCommand(Slice key, CancellationToken lifetime)

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; }

Op

Operation Op { get; }

Return the type of operation

Methods

GetArguments

string GetArguments(KeyResolver resolver)

Returns a formatted representation of the arguments, for logging purpose