Skip to main content

Adf Cursor Methods Element

Adf Cursor Methods Element

Attributes

AttributeAPI TypeDefaultDescription
LimitInt320
Specifies the maximum amount of documents that can be returned.
ProjectString 
Specifies, by query operators, the selection filter. In order to return all documents, simply omit this property or enter an empty document: .
SkipInt320
Specifies how many documents to pass over and from where the MongoDB should actually begin to get results.
SortString 
Specifies what order the returned documents are sorted by.

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.