Uses of Class
com.datastax.astra.client.collections.commands.cursor.CollectionFindCursor
Packages that use CollectionFindCursor
Package
Description
Top package to interact with Collections
Objects representing cursors working with find collection commands.
-
Uses of CollectionFindCursor in com.datastax.astra.client.collections
Methods in com.datastax.astra.client.collections that return CollectionFindCursorModifier and TypeMethodDescriptionCollection.find(CollectionFindOptions options) Finds all documents in the collection.Finds all documents in the collection.Collection.find(Filter filter, CollectionFindOptions options) Finds all documents in the collection.<R> CollectionFindCursor<T, R> Collection.find(Filter filter, CollectionFindOptions options, Class<R> newDocType) Finds all documents in the collection.Collection.findAll()Retrieves all documents in the collection. -
Uses of CollectionFindCursor in com.datastax.astra.client.collections.commands.cursor
Methods in com.datastax.astra.client.collections.commands.cursor that return CollectionFindCursorModifier and TypeMethodDescriptionCollectionFindCursor.clone()Immutable methods that return a new Cursor instance.CollectionFindCursor.includeSimilarity()Creates a newCollectionFindCursorthat includes similarity scores in the results.CollectionFindCursor.includeSortVector()Creates a newCollectionFindCursorthat includes sort vector metadata in the results.CollectionFindCursor.limit(int newLimit) Creates a newCollectionFindCursorwith a specified limit on the number of results.CollectionFindCursor.project(Projection... newProjection) Creates a newCollectionFindCursorwith an updated projection.CollectionFindCursor.skip(int newSkip) Creates a newCollectionFindCursorthat skips a specified number of results.Creates a newCollectionFindCursorwith a specified sort order.