Freigeben über


CloudTable.Exists(TableRequestOptions, OperationContext) Methode

Definition

Überprüft, ob die Tabelle vorhanden ist.

public bool Exists (Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions = default, Microsoft.Azure.Cosmos.Table.OperationContext operationContext = default);
member this.Exists : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> bool
Public Function Exists (Optional requestOptions As TableRequestOptions = Nothing, Optional operationContext As OperationContext = 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.

Gibt zurück

true, wenn die Tabelle vorhanden ist; andernfalls false.

Gilt für: