你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MongoDbCursorMethodsProperties 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Mongodb 查询的游标方法。
[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
- 继承
-
MongoDbCursorMethodsProperties
- 属性
构造函数
MongoDbCursorMethodsProperties() |
初始化 MongoDbCursorMethodsProperties 的新实例。 |
属性
AdditionalProperties |
其他属性。 |
Limit |
指定服务器返回的文档的最大数量。 limit () 类似于 SQL 数据库中的 LIMIT 语句。 类型:具有 resultType 整数) 的整数 (或 Expression。 |
Project |
指定要在与查询筛选器匹配的文档中返回的字段。 若要返回匹配文档中的所有字段,请省略此参数。 类型:包含 resultType 字符串) 的字符串 (或表达式。 |
Skip |
指定跳过的文档数以及 MongoDB 开始返回结果的位置。 此方法在实现分页结果时可能很有用。 类型:具有 resultType 整数) 的整数 (或 Expression。 |
Sort |
指定查询返回匹配文档的顺序。 类型:包含 resultType 字符串) 的字符串 (或表达式。 类型:包含 resultType 字符串) 的字符串 (或表达式。 |