Property Limit
Limit
Gets or sets the limit on the number of replica stats records
returned by one call to
GetReplicaStatsAsync.
Declaration
public Nullable<int> Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<Int32> |
Limit on the number of replica stats records. Defaults to 1000.
|
Remarks
Note that this limit is for the number of stats records for each
replica. E.g. if you have 3 replicas and the limit is 1000, then up
to 1000 stats records for each replica can be returned, up to 3000
stats records total.