CloudTable.CreateAsync Method

Definition

Overloads

CreateAsync(TableRequestOptions, OperationContext, Nullable<IndexingMode>, Nullable<Int32>, CancellationToken)

C#
public virtual System.Threading.Tasks.Task CreateAsync(Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext, Microsoft.Azure.Cosmos.IndexingMode? indexingMode, int? throughput, System.Threading.CancellationToken cancellationToken);

Parameters

requestOptions
TableRequestOptions
operationContext
OperationContext
indexingMode
Nullable<IndexingMode>
throughput
Nullable<Int32>
cancellationToken
CancellationToken

Returns

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy

CreateAsync(Nullable<IndexingMode>, Nullable<Int32>, CancellationToken)

C#
public virtual System.Threading.Tasks.Task CreateAsync(Microsoft.Azure.Cosmos.IndexingMode? indexingMode, int? throughput, System.Threading.CancellationToken cancellationToken);

Parameters

indexingMode
Nullable<IndexingMode>
throughput
Nullable<Int32>
cancellationToken
CancellationToken

Returns

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy

CreateAsync(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to create a table.

C#
public virtual System.Threading.Tasks.Task CreateAsync(Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);

Parameters

requestOptions
TableRequestOptions

A TableRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

An OperationContext object that represents the context for the current operation.

cancellationToken
CancellationToken

A CancellationToken to observe while waiting for a task to complete.

Returns

A Task object that represents the asynchronous operation.

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy

CreateAsync(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to create a table.

C#
public virtual System.Threading.Tasks.Task CreateAsync(Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);

Parameters

requestOptions
TableRequestOptions

A TableRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

An OperationContext object that represents the context for the current operation.

Returns

A Task object that represents the asynchronous operation.

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy

CreateAsync(CancellationToken)

Initiates an asynchronous operation to create a table.

C#
public virtual System.Threading.Tasks.Task CreateAsync(System.Threading.CancellationToken cancellationToken);

Parameters

cancellationToken
CancellationToken

A CancellationToken to observe while waiting for a task to complete.

Returns

A Task object that represents the asynchronous operation.

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy

CreateAsync()

Initiates an asynchronous operation to create a table.

C#
public virtual System.Threading.Tasks.Task CreateAsync();

Returns

A Task object that represents the asynchronous operation.

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy