CloudTable.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Create()
public virtual void Create();
abstract member Create : unit -> unit
override this.Create : unit -> unit
Public Overridable Sub Create ()
Applies to
Create(TableRequestOptions, OperationContext)
public virtual void Create(Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member Create : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> unit
override this.Create : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> unit
Public Overridable Sub Create (requestOptions As TableRequestOptions, operationContext As OperationContext)
Parameters
- requestOptions
- TableRequestOptions
- operationContext
- OperationContext
Applies to
Create(Nullable<IndexingMode>, Nullable<Int32>)
Creates a table.
public virtual void Create(Microsoft.Azure.Cosmos.IndexingMode? indexingMode, int? throughput);
abstract member Create : Nullable<Microsoft.Azure.Cosmos.IndexingMode> * Nullable<int> -> unit
override this.Create : Nullable<Microsoft.Azure.Cosmos.IndexingMode> * Nullable<int> -> unit
Public Overridable Sub Create (indexingMode As Nullable(Of IndexingMode), throughput As Nullable(Of Integer))
Parameters
- indexingMode
- Nullable<IndexingMode>
Specify indexing mode for CosmosDB table
Applies to
Create(TableRequestOptions, OperationContext, Nullable<IndexingMode>, Nullable<Int32>)
public virtual void Create(Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext, Microsoft.Azure.Cosmos.IndexingMode? indexingMode, int? throughput);
abstract member Create : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * Nullable<Microsoft.Azure.Cosmos.IndexingMode> * Nullable<int> -> unit
override this.Create : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * Nullable<Microsoft.Azure.Cosmos.IndexingMode> * Nullable<int> -> unit
Public Overridable Sub Create (requestOptions As TableRequestOptions, operationContext As OperationContext, indexingMode As Nullable(Of IndexingMode), throughput As Nullable(Of Integer))
Parameters
- requestOptions
- TableRequestOptions
- operationContext
- OperationContext
- indexingMode
- Nullable<IndexingMode>
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET