MongoDbCursorMethodsProperties Class
Cursor methods for Mongodb query.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelMongoDbCursorMethodsProperties
Constructor
MongoDbCursorMethodsProperties(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, project: MutableMapping[str, Any] | None = None, sort: MutableMapping[str, Any] | None = None, skip: MutableMapping[str, Any] | None = None, limit: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
project
|
<xref:JSON>
Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string). |
sort
|
<xref:JSON>
Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string). |
skip
|
<xref:JSON>
Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer). |
limit
|
<xref:JSON>
Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer). |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
project
|
<xref:JSON>
Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string). |
sort
|
<xref:JSON>
Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string). |
skip
|
<xref:JSON>
Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer). |
limit
|
<xref:JSON>
Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer). |
Azure SDK for Python