nodeCount property

  1. @TagNumber(1)
int get nodeCount

Read capacity, i.e. number of nodes in a read pool instance.

Implementation

@$pb.TagNumber(1)
$core.int get nodeCount => $_getIZ(0);
  1. @TagNumber(1)
set nodeCount (int v)

Implementation

@$pb.TagNumber(1)
set nodeCount($core.int v) { $_setSignedInt32(0, v); }