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.