Children between: the values of data nodes sent by subscriptions will be limited to the child nodes of the actual data nodes whose keys are between startKey and endKey (included).
limit children until endKey: the values of data nodes sent by subscriptions will be limited to the last limit child nodes (or all child nodes if limit is not set) of the actual data nodes whose keys are lesser than or equal endKey.
limit children from startKey: the values of data nodes sent by subscriptions will be limited to the first limit child nodes (or all child nodes if limit is not set) of the actual data nodes whose keys are greater than or equal startKey.