End-at query block that gives an ending document index for the query
Index of the last document in the query (1-indexed)
If true, the last document is in the result set, if false, it ends before this index
ReadonlyendIndex of the last document in the query (1-indexed)
ReadonlyincludedIf true, the last document is in the result set, if false, it ends before this index
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 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
End-at query block that gives an ending document index for the query