GetMetricHeaders interface
Properties
| If-Match | The request should only proceed if an entity matches this string. |
| If-Modified-Since | The request should only proceed if the entity was modified after this time. |
| If-None-Match | The request should only proceed if no entity matches this string. |
| If-Unmodified-Since | The request should only proceed if the entity was not modified after this time. |
| x-ms-client-request-id | An opaque, globally-unique, client-generated string identifier for the request. |
Property Details
If-Match
The request should only proceed if an entity matches this string.
If-Match?: string
Property Value
string
If-Modified-Since
The request should only proceed if the entity was modified after this time.
If-Modified-Since?: string
Property Value
string
If-None-Match
The request should only proceed if no entity matches this string.
If-None-Match?: string
Property Value
string
If-Unmodified-Since
The request should only proceed if the entity was not modified after this time.
If-Unmodified-Since?: string
Property Value
string
x-ms-client-request-id
An opaque, globally-unique, client-generated string identifier for the request.
x-ms-client-request-id?: string
Property Value
string