Share via


MetadataName Class

Definition

Contains some common metadata name-type pairs and helper method to create a metadata name.

public static class MetadataName
type MetadataName = class
Public Class MetadataName
Inheritance
MetadataName

Properties

ReasonPhrase

Metadata put on a failed lease acquisition to specify the reason the lease failed.

RetryAfter

Metadata put on a failed lease acquisition to specify when to retry acquiring a lease. For example, used in TokenBucketRateLimiter which periodically replenishes leases.

Methods

Create<T>(String)

Create a strongly-typed metadata name.

Applies to