Show / Hide Table of Contents

Class DigitalTwinAdapterEnvelopeMapping

Maps the metadata fields from the inbound payload using JQ. These mappings allow you to extract specific metadata such as timestamps using JQ expressions.

Inheritance
object
DigitalTwinAdapterEnvelopeMapping
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public class DigitalTwinAdapterEnvelopeMapping

Properties

TimeObserved

Declaration
[JsonProperty(PropertyName = "timeObserved")]
public string TimeObserved { get; set; }
Property Value
Type Description
string
In this article
Back to top