Azure.DigitalTwins.Core Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AzureDigitalTwinsCoreContext |
Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information see 'https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md' |
BasicDigitalTwin |
An optional, helper class for deserializing a digital twin. |
BasicDigitalTwinComponent |
Properties on a component that adhere to a specific model. |
BasicRelationship |
Although relationships have a user-defined schema, these properties should exist on every instance. This is useful to use as a base class to ensure your custom relationships have the necessary properties. |
DigitalTwinMetadata |
An optional, helper class for deserializing a digital twin. The $metadata class on a BasicDigitalTwin. |
DigitalTwinPropertyMetadata |
Contain metadata about changes on properties on a digital twin or component. |
DigitalTwinsClient |
The Digital Twins Service Client contains methods to retrieve digital twin information, like models, components, and relationships. |
DigitalTwinsClientOptions |
Options that allow configuration of requests sent to the digital twins service. |
DigitalTwinsEventRoute |
A route which directs notification and telemetry events to an endpoint. Endpoints are a destination outside of Azure Digital Twins such as an EventHub. |
DigitalTwinsJsonPropertyNames |
String constants for use in JSON de/serialization for custom types. |
DigitalTwinsModelData |
A model definition and metadata for that model. |
DigitalTwinsModelFactory |
Model factory for read-only models. |
ErrorInformation |
Error definition. |
GetModelsOptions |
Optional parameters to use when getting a list of models. |
ImportJob |
A job which contains a reference to the operations to perform, results, and execution metadata. |
IncomingRelationship |
An incoming relationship. |
InnerError |
A more specific error description than was provided by the containing error. |
QueryChargeHelper |
A helper class for working with the query APIs for digital twins. |
Structs
ImportJobStatus |
Status of Import Job |
Enums
DigitalTwinsClientOptions.ServiceVersion |
The versions of Azure Digital Twins supported by this client library. |