Skip to main content
Version: Next

query

Enumerations

EnumerationDescription
OrderThe sorting order for a QueryPart.

Classes

ClassDescription
PredicatePredicates are used to filter queries.
QueryA Query is an immutable object used to build queries on the datacloud. It is a graph query builder. It starts from an origin InstanceOrTag (typically, the InstanceOrTag of a data type or of an instance). From there, it can follow relations between data types and filter results.
QueryResultA QueryResult is a list of key-value pairs that has been generated as a result of a Query. It contains the result of a query at a specific time.
QuerySingleA QuerySingle is a Query which follows relations that should be unique between data types (0..1 and 1..1 cardinalities). It returns the instance related to the origin, following the specified relation(s).

Type Aliases

Type AliasDescription
ImplicitQueryOption-
QueryOptions-