Skip to main content

%DeepSee.extensions.modelling.iKnow.MetricValue

SQL Table Name: %DeepSee_extensions_modelling_iKnow.MetricValue

Property Inventory

Properties

property DomainId as %Integer [ Required ];
Property methods: DomainIdDisplayToLogical(), DomainIdGet(), DomainIdIsValid(), DomainIdLogicalToDisplay(), DomainIdNormalize(), DomainIdSet()
property MetricValue as %Double [ Required ];
Property methods: MetricValueDisplayToLogical(), MetricValueGet(), MetricValueIsValid(), MetricValueLogicalToDisplay(), MetricValueNormalize(), MetricValueOdbcToLogical(), MetricValueSet()
property TargetId as %Integer [ Required ];
Property methods: TargetIdDisplayToLogical(), TargetIdGet(), TargetIdIsValid(), TargetIdLogicalToDisplay(), TargetIdNormalize(), TargetIdSet()
property TargetValue as %String;
Property methods: TargetValueDisplayToLogical(), TargetValueGet(), TargetValueIsValid(), TargetValueLogicalToDisplay(), TargetValueLogicalToOdbc(), TargetValueNormalize(), TargetValueSet()

Indexes

index (PKINDEX on DomainId,MetricValue,TargetId) [IdKey, PrimaryKey, Type = key, Unique];
Index methods: PKINDEXCheck(), PKINDEXDelete(), PKINDEXExists(), PKINDEXOpen(), PKINDEXSQLCheckUnique(), PKINDEXSQLExists(), PKINDEXSQLFindPKeyByConstraint(), PKINDEXSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: SQLStorage

Maps: 1

  • Map number 1 is named MainIndex

    thismap.Global: ^IRIS.Temp.DS.MetricValue

  • ^IRIS.Temp.DS.MetricValue({DomainId},{MetricValue},{TargetId})
    =
    Node Delimiter Piece Name
    TargetValue
FeedbackOpens in a new tab