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 66ff410 commit ea14147Copy full SHA for ea14147
astra-db-client/src/test/java/com/dtsx/astra/sdk/documentation/DeleteMany.java
@@ -8,8 +8,7 @@
8
public class DeleteMany {
9
public static void main(String[] args) {
10
AstraDB db = new AstraDB("<token>", "<api_endpoint>");
11
- AstraDBCollection collection = db
12
- .createCollection("collection_vector1", 14);
+ AstraDBCollection collection = db.createCollection("collection_vector1", 14);
13
14
// Delete items from an existing collection with a query
15
int deletedCount = collection
0 commit comments