nodeCount property

  1. @TagNumber.new(6)
int get nodeCount

Required. Number of nodes in the Memcached instance.

Implementation

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

Implementation

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