FqlParsingOptions
Namespace: FoundationDB.Client · enum
Implements: IComparable, ISpanFormattable, IFormattable, IConvertible
Options for configuration the parsing of FQL expressions
Fields
Default
Default = 0
Use the default settings (both path and tuples are allowed)
PathOnly
PathOnly = 1
The expression should only contain a path.
TupleOnly
TupleOnly = 2
The expression should only contain a tuple.