Start-at query block that gives a starting document index for the query
Index of the first document in the query (1-indexed)
If true, the first document is in the result set, if false, it starts after this index
ReadonlyincludedIf true, the first document is in the result set, if false, it starts after this index
ReadonlystartIndex of the first document in the query (1-indexed)
Check whether or not this block as a following block
ProtectedleafGets a reference to the block at the end of the chain
A reference to the next query block or null if this block is the last
Sets the reference to the next query block
The soon to be next query block
A reference to the previous query block if this block is the first
Sets the reference to the previous query block
The soon to be previous query block
ProtectedrootGets a reference to the block at the start of the chain
Appends an end-at clause to the query
Index of the document in the global query from which to start
Whether or not to include the document matching the clause
Appends a limit clause to the query
Amount of element to query at most
Starts from the start or the end of the query
The LimitBlock appended to the query
Converts this block to the corresponding query constraint
Converts the full chain to a firebase set of query constraints
Firebase query constraints equivalent to this query
Start-at query block that gives a starting document index for the query