SDK Reference
Overview
The AgeDigitalTwins SDK provides a .NET client for interacting with the AgeDigitalTwins API. It is designed to be compatible with the Azure Digital Twins SDK, with similar method signatures and return types.
Installation
To install the SDK, use the following NuGet command:
Usage
Initialization
Managing Digital Twins
Create or Replace a Digital Twin
Get a Digital Twin
Delete a Digital Twin
Querying the Graph
Execute a Query
Managing Models
Create Models
List Models
Delete a Model
Compatibility
The SDK is compatible with .NET 6.0 and later. It supports asynchronous programming with async
and await
patterns.