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.
Inherited Members
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 |