CloudTable.CreateIfNotExists Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateIfNotExists(TableRequestOptions, OperationContext, String, Nullable<Int32>, Nullable<Int32>) |
Erstellt die Tabelle, falls sie noch nicht vorhanden ist. |
CreateIfNotExists(IndexingMode, Nullable<Int32>, Nullable<Int32>) |
Erstellt die Tabelle, falls sie noch nicht vorhanden ist. |
CreateIfNotExists(TableRequestOptions, OperationContext, Nullable<IndexingMode>, Nullable<Int32>) | |
CreateIfNotExists(TableRequestOptions, OperationContext) | |
CreateIfNotExists() | |
CreateIfNotExists(Nullable<IndexingMode>, Nullable<Int32>) |
CreateIfNotExists(TableRequestOptions, OperationContext, String, Nullable<Int32>, Nullable<Int32>)
Erstellt die Tabelle, falls sie noch nicht vorhanden ist.
public virtual bool CreateIfNotExists (Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions = default, Microsoft.Azure.Cosmos.Table.OperationContext operationContext = default, string serializedIndexingPolicy = default, int? throughput = default, int? defaultTimeToLive = default);
abstract member CreateIfNotExists : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * string * Nullable<int> * Nullable<int> -> bool
override this.CreateIfNotExists : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * string * Nullable<int> * Nullable<int> -> bool
Public Overridable Function CreateIfNotExists (Optional requestOptions As TableRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing, Optional serializedIndexingPolicy As String = Nothing, Optional throughput As Nullable(Of Integer) = Nothing, Optional defaultTimeToLive As Nullable(Of Integer) = Nothing) As Boolean
Parameter
- requestOptions
- TableRequestOptions
Ein TableRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- serializedIndexingPolicy
- String
CosmosDB-Tabellenindizierungsrichtlinie.
CosmosDB-Tabellenzeit in Sekunden. Null bedeutet, dass TTL deaktiviert ist, -1 gleich TTL ist und Zeilen unbegrenzt beibehalten, jeder andere Wert legt TTL fest.
Gibt zurück
true
, wenn die Tabelle erstellt wurde; andernfalls false
.
Hinweise
Diese API führt eine Existenzprüfung durch und erfordert daher Listenberechtigungen.
Gilt für:
CreateIfNotExists(IndexingMode, Nullable<Int32>, Nullable<Int32>)
Erstellt die Tabelle, falls sie noch nicht vorhanden ist.
public virtual bool CreateIfNotExists (Microsoft.Azure.Cosmos.IndexingMode indexingMode, int? throughput = default, int? defaultTimeToLive = default);
abstract member CreateIfNotExists : Microsoft.Azure.Cosmos.IndexingMode * Nullable<int> * Nullable<int> -> bool
override this.CreateIfNotExists : Microsoft.Azure.Cosmos.IndexingMode * Nullable<int> * Nullable<int> -> bool
Public Overridable Function CreateIfNotExists (indexingMode As IndexingMode, Optional throughput As Nullable(Of Integer) = Nothing, Optional defaultTimeToLive As Nullable(Of Integer) = Nothing) As Boolean
Parameter
- indexingMode
- IndexingMode
CosmosDB-Tabellenindizierungsmodus
CosmosDB-Tabellenzeit in Sekunden. Null bedeutet, dass TTL deaktiviert ist, -1 gleich TTL ist und Zeilen unbegrenzt beibehalten, jeder andere Wert legt TTL fest.
Gibt zurück
true
, wenn die Tabelle erstellt wurde; andernfalls false
.
Hinweise
Diese API führt eine Existenzprüfung durch und erfordert daher Listenberechtigungen.
Gilt für:
CreateIfNotExists(TableRequestOptions, OperationContext, Nullable<IndexingMode>, Nullable<Int32>)
public virtual bool CreateIfNotExists (Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext, Microsoft.Azure.Cosmos.IndexingMode? indexingMode, int? throughput);
abstract member CreateIfNotExists : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * Nullable<Microsoft.Azure.Cosmos.IndexingMode> * Nullable<int> -> bool
override this.CreateIfNotExists : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * Nullable<Microsoft.Azure.Cosmos.IndexingMode> * Nullable<int> -> bool
Public Overridable Function CreateIfNotExists (requestOptions As TableRequestOptions, operationContext As OperationContext, indexingMode As Nullable(Of IndexingMode), throughput As Nullable(Of Integer)) As Boolean
Parameter
- requestOptions
- TableRequestOptions
- operationContext
- OperationContext
- indexingMode
- Nullable<IndexingMode>
Gibt zurück
Gilt für:
CreateIfNotExists(TableRequestOptions, OperationContext)
public virtual bool CreateIfNotExists (Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member CreateIfNotExists : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> bool
override this.CreateIfNotExists : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> bool
Public Overridable Function CreateIfNotExists (requestOptions As TableRequestOptions, operationContext As OperationContext) As Boolean
Parameter
- requestOptions
- TableRequestOptions
- operationContext
- OperationContext
Gibt zurück
Gilt für:
CreateIfNotExists()
public virtual bool CreateIfNotExists ();
abstract member CreateIfNotExists : unit -> bool
override this.CreateIfNotExists : unit -> bool
Public Overridable Function CreateIfNotExists () As Boolean
Gibt zurück
Gilt für:
CreateIfNotExists(Nullable<IndexingMode>, Nullable<Int32>)
public virtual bool CreateIfNotExists (Microsoft.Azure.Cosmos.IndexingMode? indexingMode, int? throughput = default);
abstract member CreateIfNotExists : Nullable<Microsoft.Azure.Cosmos.IndexingMode> * Nullable<int> -> bool
override this.CreateIfNotExists : Nullable<Microsoft.Azure.Cosmos.IndexingMode> * Nullable<int> -> bool
Public Overridable Function CreateIfNotExists (indexingMode As Nullable(Of IndexingMode), Optional throughput As Nullable(Of Integer) = Nothing) As Boolean
Parameter
- indexingMode
- Nullable<IndexingMode>
Gibt zurück
Gilt für:
Azure SDK for .NET