Table of Contents

Interface ITableEntity

Namespace
Microsoft.Azure.Cosmos.Table
Assembly
Microsoft.Azure.Cosmos.Table.dll
public interface ITableEntity

Properties

ETag

string ETag { get; set; }

Property Value

string

PartitionKey

string PartitionKey { get; set; }

Property Value

string

RowKey

string RowKey { get; set; }

Property Value

string

Timestamp

DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset

Methods

ReadEntity(IDictionary<string, EntityProperty>, OperationContext)

void ReadEntity(IDictionary<string, EntityProperty> properties, OperationContext operationContext)

Parameters

properties IDictionary<string, EntityProperty>
operationContext OperationContext

WriteEntity(OperationContext)

IDictionary<string, EntityProperty> WriteEntity(OperationContext operationContext)

Parameters

operationContext OperationContext

Returns

IDictionary<string, EntityProperty>