Uses of Class
com.azure.data.tables.TableAsyncClient
Packages that use TableAsyncClient
Package
Description
Azure Tables is a NoSQL key-value storage service offered by Microsoft Azure, which provides a highly
scalable and cost-effective solution for storing structured data.
-
Uses of TableAsyncClient in com.azure.data.tables
Methods in com.azure.data.tables that return TableAsyncClientModifier and TypeMethodDescriptionTableClientBuilder.buildAsyncClient()
Creates aTableAsyncClient
based on options set in the builder.TableServiceAsyncClient.getTableClient
(String tableName) Gets aTableAsyncClient
instance for the table in the account with the providedtableName
.Methods in com.azure.data.tables that return types with arguments of type TableAsyncClientModifier and TypeMethodDescriptionTableServiceAsyncClient.createTable
(String tableName) Creates a table within the Tables service.TableServiceAsyncClient.createTableIfNotExists
(String tableName) Creates a table within the Tables service if the table does not already exist.Mono
<com.azure.core.http.rest.Response<TableAsyncClient>> TableServiceAsyncClient.createTableIfNotExistsWithResponse
(String tableName) Creates a table within the Tables service if the table does not already exist.Mono
<com.azure.core.http.rest.Response<TableAsyncClient>> TableServiceAsyncClient.createTableWithResponse
(String tableName) Creates a table within the Tables service.