FdbTransactionLog.GetEstimatedRangeSizeBytesCommand
Namespace: FoundationDB.Filters.Logging · class
Implements: Command<long>
Constructors
GetEstimatedRangeSizeBytesCommand
GetEstimatedRangeSizeBytesCommand(Slice beginKey, Slice endKey)
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 key of the range
End
Slice End { get; }
End key of the range
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