maxEndpoints property

int? maxEndpoints
getter/setter pair

The maximum number of endpoints to return.

Defaults to 25. Maximum is 100. If a value less than one is specified, the Default is used. If a value greater than the Maximum is specified, the Maximum is used.

Optional.

Implementation

core.int? maxEndpoints;