maxSubscriptionCount property

  1. @TagNumber(2)
int get maxSubscriptionCount

The maximum amount of active subscriptions per cache

Implementation

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

Implementation

@$pb.TagNumber(2)
set maxSubscriptionCount($core.int v) {
  $_setUnsignedInt32(1, v);
}