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 3e426d3 commit 66ff410Copy full SHA for 66ff410
astra-db-client/src/test/java/com/dtsx/astra/sdk/documentation/DeleteMany.java
@@ -9,7 +9,7 @@ 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);
+ .createCollection("collection_vector1", 14);
13
14
// Delete items from an existing collection with a query
15
int deletedCount = collection
0 commit comments