ChangeFeedOptions.MaxItemCount Property

Definition

Gets or sets the maximum number of items to be returned in the enumeration operation in the Azure DocumentDB database service.

public Nullable<int> MaxItemCount { get; set; }
Property Value

The maximum number of items to be returned in the enumeration operation.

Remarks

Used for query pagination. '-1' Used for dynamic page size.