arangodb-net-standard
arangodb-net-standard copied to clipboard
3.10: Added Read From Follower support
Added Read From Follower support to the following:
- Single document reads (GET /_api/document)
- Batch document reads (PUT /_api/document?onlyget=true)
- Read-only AQL queries (POST /_api/cursor)
- Read-only Stream Transactions and their sub-operations (POST /_api/transaction/begin)