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.

Last modified August 3, 2026: chore: remove reodev (#5263) (f5d0b6d)