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 46f12d3 commit e92113dCopy full SHA for e92113d
examples/src/main/java/com/datastax/astra/client/collection/EstimateCountDocuments.java
@@ -21,7 +21,7 @@ public static void main(String[] args) {
21
// Count with no filter
22
long estimatedCount = collection.estimatedDocumentCount();
23
24
- // Count with options (add a logger
+ // Count with options (adding a logger)
25
EstimatedCountDocumentsOptions options = new EstimatedCountDocumentsOptions()
26
.registerObserver("logger", new LoggingCommandObserver(DataAPIClient.class));
27
long estimateCount2 = collection.estimatedDocumentCount(options);
0 commit comments