FdbTransactionLog.Command<TResult>

Namespace: FoundationDB.Filters.Logging · class

Implements: Command

Base class of all types of operations performed on a transaction, that return a result

Properties

Result

Maybe<TResult> Result { get; }

Optional result of the operation

Methods

GetResult

string GetResult(KeyResolver resolver)

Returns a formatted representation of the results, for logging purpose