TableEntityETag Property

Gets or sets the entity's ETag.

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
C#
public ETag ETag { get; set; }

Property Value

ETag
A string containing the ETag value for the entity.

Implements

ITableEntity.ETag

See Also