Edit

Share via


IStorage.Etag Property

Definition

Gets the ETag.

public string Etag { get; }
member this.Etag : string
Public ReadOnly Property Etag As String

Property Value

Remarks

An ETag, or entity tag, is a value used to prevent concurrent writes where one or more of those writes has not first observed the most recent operation.

Applies to