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

ContentRoot

Declaration
[JsonProperty(PropertyName = "contentRoot")]
public string ContentRoot { get; set; }
Property Value
Type Description
string

JSON Path string to override the context root before delegating to the adapter of the target digital twin instance.

Target

Declaration
[JsonProperty(PropertyName = "target")]
public string Target { get; set; }
Property Value
Type Description
string

Optional. JQ expression to map the target resource, which is externalKey of digital twin instance, the incoming data belongs to.

TimeObserved

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