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
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %CompareContents()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawHTMLForm()
- %DrawHTMLTable()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetContentType()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %OnTimeout()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %ProcessSubmit()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %ShowContents()
- %ShowContentsHead()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- GetStatsDimension()
- NewResponse()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
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
|