StorageTableManagement.DoesTableExist 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
DoesTableExist(CloudTable, TableRequestOptions, OperationContext) |
Checks whether the table exists. |
DoesTableExist(CloudTable, TableRequestOptions, OperationContext) |
DoesTableExist(CloudTable, TableRequestOptions, OperationContext)
Checks whether the table exists.
public bool DoesTableExist (Microsoft.Azure.Cosmos.Table.CloudTable table, Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member DoesTableExist : Microsoft.Azure.Cosmos.Table.CloudTable * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> bool
override this.DoesTableExist : Microsoft.Azure.Cosmos.Table.CloudTable * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> bool
Public Function DoesTableExist (table As CloudTable, requestOptions As TableRequestOptions, operationContext As OperationContext) As Boolean
Parameters
- table
- CloudTable
Cloud table object
- requestOptions
- TableRequestOptions
Table request options
- operationContext
- OperationContext
Operation context
Returns
True if table exists; otherwise, false.
Implements
Applies to
DoesTableExist(CloudTable, TableRequestOptions, OperationContext)
public bool DoesTableExist (Microsoft.WindowsAzure.Storage.Table.CloudTable table, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
abstract member DoesTableExist : Microsoft.WindowsAzure.Storage.Table.CloudTable * Microsoft.WindowsAzure.Storage.Table.TableRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> bool
override this.DoesTableExist : Microsoft.WindowsAzure.Storage.Table.CloudTable * Microsoft.WindowsAzure.Storage.Table.TableRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> bool
Public Function DoesTableExist (table As CloudTable, requestOptions As TableRequestOptions, operationContext As OperationContext) As Boolean
Parameters
- table
- CloudTable
- requestOptions
- TableRequestOptions
- operationContext
- OperationContext