次の方法で共有


QueryRequestOptions.ResponseContinuationTokenLimitInKb プロパティ

定義

Azure Cosmos DB サービスの ResponseContinuationTokenLimitInKb ドキュメント クエリ要求の要求オプションを取得または設定します。

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

プロパティ値

注釈

ResponseContinuationTokenLimitInKb は、クエリ応答の継続トークンの長さを制限するために使用されます。 有効な値は >= 0 です。

適用対象