Skip to main content

%Monitor.System.Sample.AuditCount

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

SQL Table Name: %Monitor_System_Sample.AuditCount

Persistent sample class for %Monitor.System.AuditCount

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

Property Inventory

Parameters

parameter INDEX = EventName;
Inherited description: Table keys definition
parameter SECURITYRESOURCE = %Admin_Manage|%Admin_Operate|%Development;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on all of the specified resources in order to view this page.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE. You can also specify or grouping using the '|' character, so 'R1,R2|R3,R3|R4' means you must have resource R1 and one of R2 or R3 and one of R3 or R4. So if you have R1,R3 it will pass, if you have R1,R4 it will not as it does not meet the R2|R3 condition. So the '|' or condition takes precedence over the ',' and condition.

Properties

property Application as %String [ InitialExpression = "CACHE" , Required ];
Inherited description: Application name for the sample
Property methods: ApplicationDisplayToLogical(), ApplicationGet(), ApplicationGetStored(), ApplicationIsValid(), ApplicationLogicalToDisplay(), ApplicationLogicalToOdbc(), ApplicationNormalize(), ApplicationSet()
property Enabled as %Monitor.String (CALCSELECTIVITY = 1);
Enabled
Property methods: EnabledDisplayToLogical(), EnabledGet(), EnabledGetStored(), EnabledIsValid(), EnabledLogicalToDisplay(), EnabledLogicalToOdbc(), EnabledNormalize(), EnabledSet()
property EventName as %Monitor.String (CALCSELECTIVITY = 1);
Full name of the event
Property methods: EventNameDisplayToLogical(), EventNameGet(), EventNameGetStored(), EventNameIsValid(), EventNameLogicalToDisplay(), EventNameLogicalToOdbc(), EventNameNormalize(), EventNameSet()
property GroupName as %String [ InitialExpression = "AuditCount" , Required ];
Inherited description: Group name for the sample
Property methods: GroupNameDisplayToLogical(), GroupNameGet(), GroupNameGetStored(), GroupNameIsValid(), GroupNameLogicalToDisplay(), GroupNameLogicalToOdbc(), GroupNameNormalize(), GroupNameSet()
property Lost as %Monitor.Integer (CALCSELECTIVITY = 1);
Audit events lost
Property methods: LostDisplayToLogical(), LostGet(), LostGetStored(), LostIsValid(), LostLogicalToDisplay(), LostNormalize(), LostSet()
property MetricsClass as %String [ InitialExpression = "%Monitor.System.AuditCount" ];
Inherited description: Metrics Class for the sample
Property methods: MetricsClassDisplayToLogical(), MetricsClassGet(), MetricsClassGetStored(), MetricsClassIsValid(), MetricsClassLogicalToDisplay(), MetricsClassLogicalToOdbc(), MetricsClassNormalize(), MetricsClassSet()
property Total as %Monitor.Integer (CALCSELECTIVITY = 1);
Total audit events
Property methods: TotalDisplayToLogical(), TotalGet(), TotalGetStored(), TotalIsValid(), TotalLogicalToDisplay(), TotalNormalize(), TotalSet()
property Written as %Monitor.Integer (CALCSELECTIVITY = 1);
Audit events written
Property methods: WrittenDisplayToLogical(), WrittenGet(), WrittenGetStored(), WrittenIsValid(), WrittenLogicalToDisplay(), WrittenNormalize(), WrittenSet()

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (Monitor.Sample)

^IRIS.Temp.Monitor.SampleD(ID)
=
%%CLASSNAME
DateTime
MetricsClass

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

^IRIS.Temp.Monitor.SampleD(ID,"AuditCount")
=
Enabled
EventName
Lost
Total
Written
FeedbackOpens in a new tab