DigitalTwinsJsonPropertyNames Class

Definition

String constants for use in JSON de/serialization for custom types.

public static class DigitalTwinsJsonPropertyNames
type DigitalTwinsJsonPropertyNames = class
Public Class DigitalTwinsJsonPropertyNames
Inheritance
DigitalTwinsJsonPropertyNames

Fields

DigitalTwinETag

The JSON property name for the ETag field on a digital twin.

DigitalTwinId

The JSON property name for the Id field on a digital twin.

DigitalTwinMetadata

The JSON property name for the metadata field on a digital twin or a component.

MetadataLastUpdateTime

The last update time of a digital twin property, used in the $metadata object on a digital twin or component about their properties.

MetadataModel

The JSON property name for the model field on a digital twin metadata.

MetadataPropertyLastUpdateTime

The last update time of a digital twin property, used in the $metadata object on a digital twin or component about their properties.

MetadataPropertySourceTime

The time the value of a digital twin property was sourced, used in the $metadata object on a digital twin or component about their properties.

RelationshipId

The JSON property name for the Id field on a relationship.

RelationshipName

The JSON property name for the name field on a relationship.

RelationshipSourceId

The JSON property name for the source Id field on a relationship.

RelationshipTargetId

The JSON property name for the target Id field on a relationship.

Applies to