Skip to main content

%Monitor.System.Sample.License

persistent class %Monitor.System.Sample.License extends Monitor.Sample

SQL Table Name: %Monitor_System_Sample.License

Persistent sample class for %Monitor.System.License

This class was generated by : %Monitor.System.License.cls

Property Inventory

Parameters

parameter INDEX;
parameter SECURITYRESOURCE = %Admin_Manage|%Admin_Operate|%Development;

Properties

property Application as %String [ InitialExpression = "CACHE" , Required ];
Property methods: ApplicationDisplayToLogical(), ApplicationGet(), ApplicationGetStored(), ApplicationIsValid(), ApplicationLogicalToDisplay(), ApplicationLogicalToOdbc(), ApplicationNormalize(), ApplicationSet()
property AvailableDist as %Monitor.Integer (CALCSELECTIVITY = 1);
The total number (used and unused) of distributed license units available.
Property methods: AvailableDistDisplayToLogical(), AvailableDistGet(), AvailableDistGetStored(), AvailableDistIsValid(), AvailableDistLogicalToDisplay(), AvailableDistNormalize(), AvailableDistSet()
property AvailableLocal as %Monitor.Integer (CALCSELECTIVITY = 1);
The total number (used and unused) of local license units available.
Property methods: AvailableLocalDisplayToLogical(), AvailableLocalGet(), AvailableLocalGetStored(), AvailableLocalIsValid(), AvailableLocalLogicalToDisplay(), AvailableLocalNormalize(), AvailableLocalSet()
property CurrentUsedDist as %Monitor.Integer (CALCSELECTIVITY = 1);
The current number of distributed license units used.
Property methods: CurrentUsedDistDisplayToLogical(), CurrentUsedDistGet(), CurrentUsedDistGetStored(), CurrentUsedDistIsValid(), CurrentUsedDistLogicalToDisplay(), CurrentUsedDistNormalize(), CurrentUsedDistSet()
property CurrentUsedLocal as %Monitor.Integer (CALCSELECTIVITY = 1);
The current number of local license units used.
Property methods: CurrentUsedLocalDisplayToLogical(), CurrentUsedLocalGet(), CurrentUsedLocalGetStored(), CurrentUsedLocalIsValid(), CurrentUsedLocalLogicalToDisplay(), CurrentUsedLocalNormalize(), CurrentUsedLocalSet()
property GroupName as %String [ InitialExpression = "License" , Required ];
Property methods: GroupNameDisplayToLogical(), GroupNameGet(), GroupNameGetStored(), GroupNameIsValid(), GroupNameLogicalToDisplay(), GroupNameLogicalToOdbc(), GroupNameNormalize(), GroupNameSet()
property MaxUsedDist as %Monitor.Integer (CALCSELECTIVITY = 1);
A highwater-mark for the maximum number of distributed license units used since InterSystems IRIS was started.
Property methods: MaxUsedDistDisplayToLogical(), MaxUsedDistGet(), MaxUsedDistGetStored(), MaxUsedDistIsValid(), MaxUsedDistLogicalToDisplay(), MaxUsedDistNormalize(), MaxUsedDistSet()
property MaxUsedLocal as %Monitor.Integer (CALCSELECTIVITY = 1);
A highwater-mark for the maximum number of local license units used since InterSystems IRIS was started.
Property methods: MaxUsedLocalDisplayToLogical(), MaxUsedLocalGet(), MaxUsedLocalGetStored(), MaxUsedLocalIsValid(), MaxUsedLocalLogicalToDisplay(), MaxUsedLocalNormalize(), MaxUsedLocalSet()
property MetricsClass as %String [ InitialExpression = "%Monitor.System.License" ];
Property methods: MetricsClassDisplayToLogical(), MetricsClassGet(), MetricsClassGetStored(), MetricsClassIsValid(), MetricsClassLogicalToDisplay(), MetricsClassLogicalToOdbc(), MetricsClassNormalize(), MetricsClassSet()

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (%Monitor.System.Sample.License)

(ID,"License")
=
AvailableDist
AvailableLocal
CurrentUsedDist
CurrentUsedLocal
MaxUsedDist
MaxUsedLocal
FeedbackOpens in a new tab