Search documentationEsc

IItemWithEtag

The base interface used for all repository object or object graphs.

Namespace: Microsoft.Azure.CosmosRepository
Kind: interface

The base interface used for all repository object or object graphs.

public interface IItemWithEtag : IItem

Example

Members

Property

IItemWithEtag.Etag

Etag for the item which was set by Cosmos the last time the item was updated. This string is used for the relevant operations when specified.

string? Etag { get; }

ReturnsString