Click or drag to resize

TableEntityETag Property

Gets or sets the entity's ETag.

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

Property Value

ETag
A string containing the ETag value for the entity.

Implements

ITableEntity.ETag
See Also