Изменить

Поделиться через


QueryRequestOptions<TDocument>.ResponseContinuationTokenLimitInKb Property

Definition

Gets or sets the continuation token size limit.

public:
 property Nullable<int> ResponseContinuationTokenLimitInKb { Nullable<int> get(); void set(Nullable<int> value); };
[System.ComponentModel.DataAnnotations.Range(1, 10000)]
public int? ResponseContinuationTokenLimitInKb { get; set; }
[<System.ComponentModel.DataAnnotations.Range(1, 10000)>]
member this.ResponseContinuationTokenLimitInKb : Nullable<int> with get, set
Public Property ResponseContinuationTokenLimitInKb As Nullable(Of Integer)

Property Value

Attributes

Remarks

Default is null.

Applies to