partitionCount property

  1. @TagNumber.new(11)
int get partitionCount

Implementation

@$pb.TagNumber(11)
$core.int get partitionCount => $_getIZ(10);
  1. @TagNumber.new(11)
set partitionCount (int value)

Implementation

@$pb.TagNumber(11)
set partitionCount($core.int value) => $_setSignedInt32(10, value);