ChangeFeedProcessorBuilder.WithMaxItems(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the maximum number of items to be returned in the enumeration operation in the Azure Cosmos DB service.
public Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithMaxItems (int maxItemCount);
member this.WithMaxItems : int -> Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder
Public Function WithMaxItems (maxItemCount As Integer) As ChangeFeedProcessorBuilder
Parameters
- maxItemCount
- System.Int32
Maximum amount of items to be returned in a Change Feed request.
Returns
An instance of ChangeFeedProcessorBuilder.