CloudTable.CreateIfNotExists Method

Definition

Overloads

CreateIfNotExists()

C#
public virtual bool CreateIfNotExists();

Returns

Applies to

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

CreateIfNotExists(TableRequestOptions, OperationContext)

C#
public virtual bool CreateIfNotExists(Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);

Parameters

requestOptions
TableRequestOptions
operationContext
OperationContext

Returns

Applies to

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

CreateIfNotExists(Nullable<IndexingMode>, Nullable<Int32>)

C#
public virtual bool CreateIfNotExists(Microsoft.Azure.Cosmos.IndexingMode? indexingMode, int? throughput = default);

Parameters

indexingMode
Nullable<IndexingMode>
throughput
Nullable<Int32>

Returns

Applies to

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

CreateIfNotExists(TableRequestOptions, OperationContext, Nullable<IndexingMode>, Nullable<Int32>)

C#
public virtual bool CreateIfNotExists(Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext, Microsoft.Azure.Cosmos.IndexingMode? indexingMode, int? throughput);

Parameters

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

Returns

Applies to

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