Interface PageSet<T>

    • Method Detail

      • 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