Show / Hide Table of Contents

Class AttributeMetadata

Definition of the attribute metadata.

Inheritance
object
AttributeMetadata
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top