MetadataName Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |