Does Stargate REST API support LIMIT clause?

140 Views Asked by At

Does Stargate rest api support LIMIT query in Cassandra (DSE 6.8)?

Select * from table LIMIT 100; 

If any, can you provide me an example?

1

There are 1 best solutions below

0
On BEST ANSWER

The Stargate REST API equivalent of LIMIT is the page-size query parameter documented here

https://stargate.io/docs/stargate/1.0/attachments/restv2.html#operation/getRows