ValueVersionsOrderBy
Methods to use when ordering ValueVersion.
enum ValueVersionsOrderBy {
NATURAL
ID_ASC
ID_DESC
ENTITY_ID_ASC
ENTITY_ID_DESC
PROPERTY_ID_ASC
PROPERTY_ID_DESC
SPACE_ID_ASC
SPACE_ID_DESC
VALID_FROM_KEY_ASC
VALID_FROM_KEY_DESC
VALID_TO_KEY_ASC
VALID_TO_KEY_DESC
LANGUAGE_ASC
LANGUAGE_DESC
UNIT_ASC
UNIT_DESC
TEXT_ASC
TEXT_DESC
BOOLEAN_ASC
BOOLEAN_DESC
DECIMAL_ASC
DECIMAL_DESC
TIME_ASC
TIME_DESC
POINT_ASC
POINT_DESC
INTEGER_ASC
INTEGER_DESC
FLOAT_ASC
FLOAT_DESC
BYTES_ASC
BYTES_DESC
DATE_ASC
DATE_DESC
DATETIME_ASC
DATETIME_DESC
SCHEDULE_ASC
SCHEDULE_DESC
EMBEDDING_ASC
EMBEDDING_DESC
TIME_UTC_ASC
TIME_UTC_DESC
DATETIME_UTC_ASC
DATETIME_UTC_DESC
CONTEXT_ROOT_ID_ASC
CONTEXT_ROOT_ID_DESC
CONTEXT_EDGE_TYPE_ID_ASC
CONTEXT_EDGE_TYPE_ID_DESC
RECT_ASC
RECT_DESC
PRIMARY_KEY_ASC
PRIMARY_KEY_DESC
}
Values
ValueVersionsOrderBy.NATURAL
No explicit ordering; results return in the database's natural order. Avoid for paginated queries — use a deterministic order instead.
ValueVersionsOrderBy.ID_ASC
Order results by id ascending.
ValueVersionsOrderBy.ID_DESC
Order results by id descending.
ValueVersionsOrderBy.ENTITY_ID_ASC
Order results by entity id ascending.
ValueVersionsOrderBy.ENTITY_ID_DESC
Order results by entity id descending.
ValueVersionsOrderBy.PROPERTY_ID_ASC
Order results by property id ascending.
ValueVersionsOrderBy.PROPERTY_ID_DESC
Order results by property id descending.
ValueVersionsOrderBy.SPACE_ID_ASC
Order results by space id ascending.
ValueVersionsOrderBy.SPACE_ID_DESC
Order results by space id descending.
ValueVersionsOrderBy.VALID_FROM_KEY_ASC
Order results by valid from key ascending.
ValueVersionsOrderBy.VALID_FROM_KEY_DESC
Order results by valid from key descending.
ValueVersionsOrderBy.VALID_TO_KEY_ASC
Order results by valid to key ascending.
ValueVersionsOrderBy.VALID_TO_KEY_DESC
Order results by valid to key descending.
ValueVersionsOrderBy.LANGUAGE_ASC
Order results by language ascending.
ValueVersionsOrderBy.LANGUAGE_DESC
Order results by language descending.
ValueVersionsOrderBy.UNIT_ASC
Order results by unit ascending.
ValueVersionsOrderBy.UNIT_DESC
Order results by unit descending.
ValueVersionsOrderBy.TEXT_ASC
Order results by text ascending.
ValueVersionsOrderBy.TEXT_DESC
Order results by text descending.
ValueVersionsOrderBy.BOOLEAN_ASC
Order results by boolean ascending.
ValueVersionsOrderBy.BOOLEAN_DESC
Order results by boolean descending.
ValueVersionsOrderBy.DECIMAL_ASC
Order results by decimal ascending.
ValueVersionsOrderBy.DECIMAL_DESC
Order results by decimal descending.
ValueVersionsOrderBy.TIME_ASC
Order results by time ascending.
ValueVersionsOrderBy.TIME_DESC
Order results by time descending.
ValueVersionsOrderBy.POINT_ASC
Order results by point ascending.
ValueVersionsOrderBy.POINT_DESC
Order results by point descending.
ValueVersionsOrderBy.INTEGER_ASC
Order results by integer ascending.
ValueVersionsOrderBy.INTEGER_DESC
Order results by integer descending.
ValueVersionsOrderBy.FLOAT_ASC
Order results by float ascending.
ValueVersionsOrderBy.FLOAT_DESC
Order results by float descending.
ValueVersionsOrderBy.BYTES_ASC
Order results by bytes ascending.
ValueVersionsOrderBy.BYTES_DESC
Order results by bytes descending.
ValueVersionsOrderBy.DATE_ASC
Order results by date ascending.
ValueVersionsOrderBy.DATE_DESC
Order results by date descending.
ValueVersionsOrderBy.DATETIME_ASC
Order results by datetime ascending.
ValueVersionsOrderBy.DATETIME_DESC
Order results by datetime descending.
ValueVersionsOrderBy.SCHEDULE_ASC
Order results by schedule ascending.
ValueVersionsOrderBy.SCHEDULE_DESC
Order results by schedule descending.
ValueVersionsOrderBy.EMBEDDING_ASC
Order results by embedding ascending.
ValueVersionsOrderBy.EMBEDDING_DESC
Order results by embedding descending.
ValueVersionsOrderBy.TIME_UTC_ASC
Order results by time utc ascending.
ValueVersionsOrderBy.TIME_UTC_DESC
Order results by time utc descending.
ValueVersionsOrderBy.DATETIME_UTC_ASC
Order results by datetime utc ascending.
ValueVersionsOrderBy.DATETIME_UTC_DESC
Order results by datetime utc descending.
ValueVersionsOrderBy.CONTEXT_ROOT_ID_ASC
Order results by context root id ascending.
ValueVersionsOrderBy.CONTEXT_ROOT_ID_DESC
Order results by context root id descending.
ValueVersionsOrderBy.CONTEXT_EDGE_TYPE_ID_ASC
Order results by context edge type id ascending.
ValueVersionsOrderBy.CONTEXT_EDGE_TYPE_ID_DESC
Order results by context edge type id descending.
ValueVersionsOrderBy.RECT_ASC
Order results by rect ascending.
ValueVersionsOrderBy.RECT_DESC
Order results by rect descending.
ValueVersionsOrderBy.PRIMARY_KEY_ASC
Order results by primary key ascending.
ValueVersionsOrderBy.PRIMARY_KEY_DESC
Order results by primary key descending.
Member Of
valueVersions query ● valueVersionsConnection query