Skip to main content
Question

Is there a way to offset a read to an Esri Feature Server location?

  • January 15, 2024
  • 1 reply
  • 3 views

willhwilson
Contributor
Forum|alt.badge.img+8

I am highlighting the sql logic i would use in database environment that i am looking to replicate here. It does not accept that logic.

1 reply

joepk
Influencer
Forum|alt.badge.img+20
  • Influencer
  • January 16, 2024

Max Features to Read works like your LIMIT logic.

 

As a workaround you could Max read your LIMIT + OFFSET (so 75000 features) and then use a Sampler to take the last 25000 features?

imageBut there is probably some SQL database wizardry possible to avoid having to read those first 50000 features.