Uses of Class
com.datastax.astra.client.model.Sort
Package
Description
Domain model classes with
Requests
, Results
, Options
and Iterables
.Internal technical classes for low-level utilities
-
Uses of Sort in com.datastax.astra.client.model
Modifier and TypeMethodDescriptionstatic Sort
Build a sort clause ascending.static Sort
Sorts.descending
(String field) Build a sort clause DESCENDING.Modifier and TypeMethodDescriptionstatic DeleteOneOptions
Deprecated.Initializes the building process with sorting options.Add a criteria with $vector in the sort clauseSyntax sugar as delete option is only a sortAdd a criteria with $vectorize in the sort clauseAdd a criteria with $vector in the sort clauseSyntax sugar as delete option is only a sortAdd a criteria with $vectorize in the sort clause.Add a criteria with $vector in the sort clauseSyntax sugar as delete option is only a sortAdd a criteria with $vectorize in the sort clause.static FindOneAndUpdateOptions
Deprecated.Initializes the building process with vector options.static FindOneAndUpdateOptions
Deprecated.Initializes the building process with sorting options.static FindOneAndUpdateOptions
Deprecated.Initializes the building process with vectorize options.Add a criteria with $vector in the sort clauseSyntax sugar as delete option is only a sortAdd a criteria with $vectorize in the sort clause.Add a criteria with $vector in the sort clauseSyntax sugar as delete option is only a sortAdd a criteria with $vectorize in the sort clause.Add a criteria with $vector in the sort clauseSyntax sugar as delete option is only a sortAdd a criteria with $vectorize in the sort clause.static UpdateOneOptions
Deprecated.Initializes the building process with sorting options.Syntax sugar as delete option is only a sortstatic DeleteOneOptions
Deprecated.Initializes the building process with vector options.static UpdateOneOptions
Deprecated.Initializes the building process with sorting options.Add a criteria with $vector in the sort clausestatic DeleteOneOptions
Deprecated.Initializes the building process with vectorize options.static UpdateOneOptions
Deprecated.Initializes the building process with sorting options.Add a criteria with $vectorize in the sort clause -
Uses of Sort in com.datastax.astra.internal.utils