FdbTransactionLog.AddConflictRangeCommand
Namespace: FoundationDB.Filters.Logging · class
Implements: Command
Constructors
AddConflictRangeCommand
AddConflictRangeCommand(Slice begin, Slice end, FdbConflictRangeType type)
Properties
ArgumentBytes
int? ArgumentBytes { get; }
Total size (in bytes) of the arguments
For selectors, only include the size of the keys
Begin
Slice Begin { get; }
Begin of the conflict range
End
Slice End { get; }
End of the conflict range
Op
Operation Op { get; }
Return the type of operation
Type
FdbConflictRangeType Type { get; }
Type of conflict
Methods
GetArguments
string GetArguments(KeyResolver resolver)
Returns a formatted representation of the arguments, for logging purpose