FeedOptions.ResponseContinuationTokenLimitInKb
Property
Definition
Gets or sets the ResponseContinuationTokenLimitInKb request option for document query requests in the Azure DocumentDB database service.
public Nullable<int> ResponseContinuationTokenLimitInKb { get; set; }
Property Value
Remarks
ResponseContinuationTokenLimitInKb is used to limit the length of continuation token in the query response. Valid values are >= 0.