AzureTableDataManager<T>.CreateTableEntryAsync(T) Method

Definition

Create a new data entry in the Azure table (insert new, not update existing). Fails if the data already exists.

C#
public System.Threading.Tasks.Task<string> CreateTableEntryAsync(T data);

Parameters

data
T

Data to be inserted into the table.

Returns

Value promise with new Etag for this data entry after completing this storage operation.

Applies to

Product Versions
.NET Orleans 3.4.5