FdbKey.PrettyPrintMode

Namespace: FoundationDB.Client · enum

Implements: IComparable, ISpanFormattable, IFormattable, IConvertible

How a key should be formatted

Fields

Begin

Begin = 1

The key represents the "Begin" key of a KeySelector or KeyRange, and may be incomplete.

End

End = 2

The key represents the "End" key of a KeySelector or KeyRange, and may be incomplete.

Single

Single = 0

The key points to an actual entry in the database, and in not part of a KeySelector or KeyRange