maxNodes property

int? maxNodes
getter/setter pair

Maximum number of nodes allocated to the instance.

If set, this number should be greater than or equal to min_nodes.

Implementation

core.int? maxNodes;