JobScheduleExistsHeaders.ETag Property

Definition

Gets or sets the ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers.

[Newtonsoft.Json.JsonProperty(PropertyName="ETag")]
public string ETag { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ETag")>]
member this.ETag : string with get, set
Public Property ETag As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to