MongoDbCursorMethodsProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cursor methods for Mongodb query.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.MongoDbCursorMethodsProperties+MongoDbCursorMethodsPropertiesConverter))]
public class MongoDbCursorMethodsProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.MongoDbCursorMethodsProperties+MongoDbCursorMethodsPropertiesConverter))>]
type MongoDbCursorMethodsProperties = class
Public Class MongoDbCursorMethodsProperties
- Inheritance
-
MongoDbCursorMethodsProperties
- Attributes
Constructors
MongoDbCursorMethodsProperties() |
Initializes a new instance of MongoDbCursorMethodsProperties. |
Properties
AdditionalProperties |
Additional Properties. |
Limit |
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). |
Project |
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). |
Skip |
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). |
Sort |
Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string). |
Applies to
Azure SDK for .NET