Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GUIDE>MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
API Limitation


https://docs.datastax.com/en/hyper-converged-database/1.2/api-reference/dataapi-limits.html
https://docs.datastax.com/en/hyper-converged-database/2.0/api-reference/dataapi-limits.html

Availability

Expand All @@ -19,4 +19,4 @@ Searches:

Counting:
=> cannot count result of a filter above 1000
=> abive 1000 the count will be an estimate
=> abive 1000 the count will be an estimate
5 changes: 3 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,9 @@ If you encounter any issues or have questions:
- [API Reference](https://docs.datastax.com/en/astra-db-serverless/api-reference/dataapiclient.html)

**Hyper-Converged Database (HCD)**
- [Quickstart: Collections](https://docs.datastax.com/en/hyper-converged-database/1.2/api-reference/quickstart.html)
- [Quickstart: Tables](https://docs.datastax.com/en/hyper-converged-database/1.2/api-reference/quickstart-tables.html)
- [Quickstart: Collections](https://docs.datastax.com/en/hyper-converged-database/2.0/api-reference/quickstart.html)
- [Quickstart: Tables](https://docs.datastax.com/en/hyper-converged-database/2.0/api-reference/quickstart-tables.html)
- [API Reference](https://docs.datastax.com/en/hyper-converged-database/2.0/api-reference/dataapiclient.html)

---

Expand Down