你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

QueryRequestOptions.ResponseContinuationTokenLimitInKb 属性

定义

获取或设置 ResponseContinuationTokenLimitInKb Azure Cosmos DB 服务中文档查询请求的请求选项。

public int? ResponseContinuationTokenLimitInKb { get; set; }
member this.ResponseContinuationTokenLimitInKb : Nullable<int> with get, set
Public Property ResponseContinuationTokenLimitInKb As Nullable(Of Integer)

属性值

注解

ResponseContinuationTokenLimitInKb 用于限制查询响应中继续标记的长度。 有效值为 >= 0。

适用于