maxSubscriptionCount property
The maximum amount of active subscriptions per cache
Implementation
@$pb.TagNumber(2)
$core.int get maxSubscriptionCount => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set maxSubscriptionCount($core.int v) {
$_setUnsignedInt32(1, v);
}