How to: Retrieve Dapr runtime metadata with the .NET SDK
Learn how to retrieve Dapr runtime metadata using the Dapr Metadata .NET SDK
With the Dapr Metadata package, you can retrieve typed metadata from the Dapr runtime in a .NET application. The package
integrates with the .NET options pattern so metadata can be injected through IOptions<DaprMetadata>,
IOptionsSnapshot<DaprMetadata>, or IOptionsMonitor<DaprMetadata>.
To get started, walk through the Dapr Metadata how-to guide.
Learn how to retrieve Dapr runtime metadata using the Dapr Metadata .NET SDK