| { | |
| "tests": [ | |
| { | |
| "description": "query: Offset and Limit clauses", | |
| "comment": "Offset and Limit clauses.", | |
| "query": { | |
| "collPath": "projects/projectID/databases/(default)/documents/C", | |
| "clauses": [ | |
| { | |
| "offset": 2 | |
| }, | |
| { | |
| "limit": 3 | |
| } | |
| ], | |
| "query": { | |
| "from": [ | |
| { | |
| "collectionId": "C" | |
| } | |
| ], | |
| "offset": 2, | |
| "limit": 3 | |
| } | |
| } | |
| } | |
| ] | |
| } |