The root of a BsonPath expression.
All BSON paths start at the root. For example, BsonPath["foo"] refers to the field "foo".
BsonPath["foo"]
"foo"
For more information, see BsonPath.
Points to all children of a document.
Always returns null.
null
Allows specifying multiple selectors.
Applies the filters described by this path on the reader.
Points to the element at index in a BsonArray.
Points to a field in a Bson document.
Iterates a BsonArray in the reversed order, starting from the end.
Points to the elements of a BsonArray at the indices selected by range.
Points to the elements of a BsonArray at the indices selected by start and end, with an optional step.