opengeospatial / sensorthings

The official web site of the OGC SensorThings API standard specification.
134 stars 29 forks source link

Turn off server driven pagination for all entities #37

Closed chhonker closed 5 years ago

chhonker commented 6 years ago

What values should be set for DEFAULT_TOP and MAX_TOP tags to stop pagination. Or Is there a way to turn off server driven pagination so that request returns all the data.

hylkevds commented 6 years ago

I'm guessing this belongs in https://github.com/FraunhoferIOSB/SensorThingsServer ? If so: You can not currently turn it off, but you can set it to 2147483647 (the maximum integer value), but why would you want to do that?