FqlTemplateExpression

Namespace: FoundationDB.Client · class

Represents "template" for a key/value that can be decoded into a better text representation

Constructors

FqlTemplateExpression

FqlTemplateExpression(string name, FqlTupleExpression expr, FqlValueTypeHinter hinter)

FqlTemplateExpression(string name, FqlTupleExpression expr, FdbValueTypeHint hint)

Properties

Expression

FqlTupleExpression Expression { get; }

Expression for the tuples that match this template

Hinter

FqlValueTypeHinter Hinter { get; }

Hinter for the values of keys that match this template

Name

string Name { get; }

Name of the template (ideally unique per "schema")