Interface PageSet<T>

All Superinterfaces:
Collection<T>, Iterable<T>, Set<T>
All Known Implementing Classes:
PageSetImpl

public interface PageSet<T> extends Set<T>
  • Method Details

    • getNextMarker

      String getNextMarker()
      If there is a next marker, then the set is incomplete and you should issue another command to retrieve the rest, setting the option marker to this value. Some providers like Azure have opaque markers so portable code should not rely on the actual values.
      Returns:
      next marker, or null if list is complete