PagingParameter
public enum PagingParameter
Stores offset, marker or stream position for the iterator
-
Offset
Declaration
Swift
case offset(Int) -
Marker
Declaration
Swift
case marker(String?) -
Stream position
Declaration
Swift
case streamPosition(String?)
PagingParameter Enumeration Reference