Skip to main content

EnsLib.AmazonCloudWatch.PutMetricDataRequest

persistent class EnsLib.AmazonCloudWatch.PutMetricDataRequest extends Ens.Request

SQL Table Name: EnsLib_AmazonCloudWatch.PutMetricDataRequest

Property Inventory

Properties

property Dimensions as %String (MAXLEN = 1000);
Metric dimensions. An array of name value pairs in json format. For example, [{"Name":"StorageType","Value":"StandardStorage"},{"Name":"BucketName","Value":"test-fhir"}]
Property methods: DimensionsDisplayToLogical(), DimensionsGet(), DimensionsGetStored(), DimensionsIsValid(), DimensionsLogicalToDisplay(), DimensionsLogicalToOdbc(), DimensionsNormalize(), DimensionsSet()
property MetricName as %String (MAXLEN = 100);
Metric name
Property methods: MetricNameDisplayToLogical(), MetricNameGet(), MetricNameGetStored(), MetricNameIsValid(), MetricNameLogicalToDisplay(), MetricNameLogicalToOdbc(), MetricNameNormalize(), MetricNameSet()
property MetricUnit as %String (MAXLEN = 100);
Metric unit. For possible units, please refer to https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/cloudwatch/model/StandardUnit.html
Property methods: MetricUnitDisplayToLogical(), MetricUnitGet(), MetricUnitGetStored(), MetricUnitIsValid(), MetricUnitLogicalToDisplay(), MetricUnitLogicalToOdbc(), MetricUnitNormalize(), MetricUnitSet()
property MetricValue as %Numeric;
Metric value
Property methods: MetricValueDisplayToLogical(), MetricValueGet(), MetricValueGetStored(), MetricValueIsValid(), MetricValueLogicalToDisplay(), MetricValueNormalize(), MetricValueSet(), MetricValueXSDToLogical()
property Namespace as %String (MAXLEN = 100);
Metric name space
Property methods: NamespaceDisplayToLogical(), NamespaceGet(), NamespaceGetStored(), NamespaceIsValid(), NamespaceLogicalToDisplay(), NamespaceLogicalToOdbc(), NamespaceNormalize(), NamespaceSet()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (Ens.MessageBody)

^Ens.MessageBodyD(ID)
=
%%CLASSNAME

Storage Model: Storage (EnsLib.AmazonCloudWatch.PutMetricDataRequest)

^Ens.MessageBodyD(ID,"PutMetricDataRequest")
=
Namespace
MetricName
MetricValue
MetricUnit
Dimensions
FeedbackOpens in a new tab