PoolCreateHeaders.ETag 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 ETag HTTP 回應標頭。 這是不透明的字串。 您可以使用它來偵測資源是否已在要求之間變更。 特別是,您可以將 ETag 傳遞至其中一個If-Match或 If-None-Match 標頭。
[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
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute