A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/dotnet/api/azure.data.tables.itableentity below:

ITableEntity Interface (Azure.Data.Tables) - Azure for .NET Developers

ITableEntity Interface Definition

An interface defining the required properties for a table entity model. Custom entity model types must implement this interface.

public interface ITableEntity
type ITableEntity = interface
Public Interface ITableEntity
Derived

Two options exist for implementations of ITableEntity: Strongly typed custom entity model classes, and the provided TableEntity model.

Properties ETag

Gets or sets the entity's ETag.

PartitionKey

The partition key is a unique identifier for the partition within a given table and forms the first part of an entity's primary key.

RowKey

The row key is a unique identifier for an entity within a given partition. Together the PartitionKey and RowKey uniquely identify every entity within a table.

Timestamp

The Timestamp property is a DateTime value that is maintained on the server side to record the time an entity was last modified. The Table service uses the Timestamp property internally to provide optimistic concurrency. The value of Timestamp is a monotonically increasing value, meaning that each time the entity is modified, the value of Timestamp increases for that entity. This property should not be set on insert or update operations (the value will be ignored).

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4