Class AttributeMetadata
Definition of the attribute metadata.
Inherited Members
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class AttributeMetadata
Properties
AttributeType
Declaration
[JsonProperty(PropertyName = "attributeType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AttributeMetadata.AttributeTypeEnum? AttributeType { get; set; }
Property Value
Type | Description |
---|---|
AttributeMetadata.AttributeTypeEnum? | Type associated with the attribute key. |
AttributeUnit
Declaration
[JsonProperty(PropertyName = "attributeUnit")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AttributeMetadata.AttributeUnitEnum? AttributeUnit { get; set; }
Property Value
Type | Description |
---|---|
AttributeMetadata.AttributeUnitEnum? | Unit associated with the attribute key. If unit is not specified, it defaults to NONE. |