snapshotPriority property

  1. @TagNumber(4)
ShardSnapshotPriority get snapshotPriority

Implementation

@$pb.TagNumber(4)
ShardSnapshotPriority get snapshotPriority => $_getN(3);
  1. @TagNumber(4)
set snapshotPriority (ShardSnapshotPriority v)

Implementation

@$pb.TagNumber(4)
set snapshotPriority(ShardSnapshotPriority v) { $_setField(4, v); }