Newer Version Available

This content describes an older version of this product. View Latest

TelemetryActnDefStepAttr

Represents the attributes of a telemetry action definition step.

Parent Type

This type extends the Metadata metadata type and inherits its fullName field.

File Suffix and Directory Location

TelemetryActnDefStepAttr components have the suffix .TelemetryActnDefStepAttr and are stored in the TelemetryActnDefStepAttrs folder.

Version

TelemetryActnDefStepAttr components are available in API version 65.0 and later.

Fields

Field Name Description
allowedValues
Field Type
string
Description
The allowed values for the telemetry action definition step attribute.
attributeName
Field Type
string
Description

Required.

The name of the telemetry action definition step attribute.
dataType
Field Type
TelActnDefStepAttrDataType (enumeration of type string)
Description

Required.

The data type of the telemetry action definition step attribute.

Values are:

  • Boolean
  • Double
  • Float
  • Int16
  • Int32
  • Int8
  • Integer
  • String
  • Uint16
  • Uint32
  • Uint64
  • Uint8
description
Field Type
string
Description
The description of the telemetry action definition step attribute.
developerName
Field Type
string
Description
The developer’s internal name for the API.
For example, if you create a record with MyCustomRecord name, you cannot create another record with that same name.
isProtected
Field Type
boolean
Description
An auto-generated value that doesn’t impact the behavior of the metadata type.
The default value is false.
masterLabel
Field Type
string
Description

Required.

A user-friendly name for TelemetryActnDefStepAttr, which is defined when the TelemetryActnDefStepAttr is created.
maximumValue
Field Type
double
Description
The maximum value allowed for the telemetry action definition step attribute.
minimumValue
Field Type
double
Description
The minimum value allowed for the telemetry action definition step attribute.
telemetryActnDefStep
Field Type
string
Description

Required.

The telemetry action definition step that this attribute belongs to.
type
Field Type
TelemetryActnDefStepAttrType (enumeration of type string)
Description

Required.

The type of the telemetry action definition step attribute.

Values are:

  • Actuator
  • Sensor
unitOfMeasure
Field Type
string
Description
The unit of measure of the telemetry action definition step attribute.

Declarative Metadata Sample Definition

The following is an example of a TelemetryActnDefStepAttr component.

The following is an example package.xml that references the previous definition.