Table of Contents

Class ChangeFeedEstimatorRequestOptions

Namespace
Microsoft.Azure.Cosmos
Assembly
Microsoft.Azure.Cosmos.Client.dll

Request options for ChangeFeedEstimator.

public sealed class ChangeFeedEstimatorRequestOptions
Inheritance
ChangeFeedEstimatorRequestOptions
Inherited Members
Extension Methods

Constructors

ChangeFeedEstimatorRequestOptions()

public ChangeFeedEstimatorRequestOptions()

Properties

MaxItemCount

Gets or sets the maximum number of estimations to return per page.

public int? MaxItemCount { get; set; }

Property Value

int?

Remarks

If this value is greater than the number of leases, all estimations will be returned in the first page.