Uses of Class
com.azure.data.tables.TableAsyncClient
-
Packages that use TableAsyncClient Package Description com.azure.data.tables Package containing the classes for Tables Clients. -
-
Uses of TableAsyncClient in com.azure.data.tables
Methods in com.azure.data.tables that return TableAsyncClient Modifier and Type Method Description TableAsyncClientTableClientBuilder. buildAsyncClient()Creates aTableAsyncClientbased on options set in the builder.TableAsyncClientTableServiceAsyncClient. getTableClient(String tableName)Gets aTableAsyncClientinstance for the table in the account with the providedtableName.Methods in com.azure.data.tables that return types with arguments of type TableAsyncClient Modifier and Type Method Description Mono<TableAsyncClient>TableServiceAsyncClient. createTable(String tableName)Creates a table within the Tables service.Mono<TableAsyncClient>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.
-