We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429d761 commit 714357aCopy full SHA for 714357a
astra-db-client/src/test/java/com/dtsx/astra/sdk/documentation/FindCollection.java
@@ -11,7 +11,7 @@ public static void main(String[] args) {
11
// Find a collection
12
Optional<CollectionDefinition> collection = db.findCollection("collection_vector1");
13
14
- // Verify if a collection exists
+ // Check if a collection exists
15
boolean collectionExists = db.isCollectionExists("collection_vector2");
16
}
17
0 commit comments