Uses of Class
com.azure.data.tables.TableClient
-
Packages that use TableClient Package Description com.azure.data.tables Package containing the classes for Tables Clients. -
-
Uses of TableClient in com.azure.data.tables
Methods in com.azure.data.tables that return TableClient Modifier and Type Method Description TableClientTableClientBuilder. buildClient()Creates aTableClientbased on options set in the builder.TableClientTableServiceClient. createTable(String tableName)Creates a table within the Tables service.TableClientTableServiceClient. createTableIfNotExists(String tableName)Creates a table within the Tables service if the table does not already exist.TableClientTableServiceClient. getTableClient(String tableName)Gets aTableClientinstance for the table in the account with the providedtableName.Methods in com.azure.data.tables that return types with arguments of type TableClient Modifier and Type Method Description com.azure.core.http.rest.Response<TableClient>TableServiceClient. createTableIfNotExistsWithResponse(String tableName, Duration timeout, com.azure.core.util.Context context)Creates a table within the Tables service if the table does not already exist.com.azure.core.http.rest.Response<TableClient>TableServiceClient. createTableWithResponse(String tableName, Duration timeout, com.azure.core.util.Context context)Creates a table within the Tables service.
-