Metadata

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.


How to: Retrieve Dapr runtime metadata with the .NET SDK

Learn how to retrieve Dapr runtime metadata using the Dapr Metadata .NET SDK

Last modified July 13, 2026: Fix baseUrl for current (#5242) (d29da20)