Package io.github.ma1uta.matrix
Class Page.Query
- java.lang.Object
-
- io.github.ma1uta.matrix.Page.Query
-
-
Field Detail
-
FROM
public static final String FROM
The opaque token to start streaming from.- See Also:
- Constant Field Values
-
TO
public static final String TO
The opaque token to end streaming at. Typically, clients will not know the item of data to end at, so this will usually be omitted.- See Also:
- Constant Field Values
-
LIMIT
public static final String LIMIT
An integer representing the maximum number of items to return.- See Also:
- Constant Field Values
-
DIR
public static final String DIR
The direction to return events in. Typically this is b to paginate backwards in time.- See Also:
- Constant Field Values
-
-