Uses of Class
com.azure.data.tables.TableAsyncClient
Packages that use TableAsyncClient
-
Uses of TableAsyncClient in com.azure.data.tables
Methods in com.azure.data.tables that return TableAsyncClientModifier and TypeMethodDescriptionTableClientBuilder.buildAsyncClient()Creates aTableAsyncClientbased on options set in the builder.TableServiceAsyncClient.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 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.