Uses of Class
com.azure.data.tables.TableClient
Packages that use TableClient
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 TableClient in com.azure.data.tables
Methods in com.azure.data.tables that return TableClientModifier and TypeMethodDescriptionTableClientBuilder.buildClient()
Creates aTableClient
based on options set in the builder.TableServiceClient.createTable
(String tableName) Creates a table within the Tables service.TableServiceClient.createTableIfNotExists
(String tableName) Creates a table within the Tables service if the table does not already exist.TableServiceClient.getTableClient
(String tableName) Gets aTableClient
instance for the table in the account with the providedtableName
.Methods in com.azure.data.tables that return types with arguments of type TableClientModifier and TypeMethodDescriptioncom.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.