maxSubscriptionCount property

  1. @TagNumber(2)
int maxSubscriptionCount

The maximum amount of active subscriptions per cache

Implementation

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

Implementation

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