ComputedProperty interface
The definition of a computed property
Properties
name
The name of a computed property, for example - "cp_lowerName"
name?: string
Property Value
string
query
The query that evaluates the value for computed property, for example - "SELECT VALUE LOWER(c.name) FROM c"
query?: string
Property Value
string