Uses of Class
com.azure.data.tables.models.TableItem
Packages that use TableItem
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 TableItem in com.azure.data.tables
Methods in com.azure.data.tables that return TableItemModifier and TypeMethodDescriptionTableClient.createTable()Creates the table within the Tables service.Methods in com.azure.data.tables that return types with arguments of type TableItemModifier and TypeMethodDescriptionTableAsyncClient.createTable()Creates the table within the Tables service.TableAsyncClient.createTableWithResponse()Creates the table within the Tables service.com.azure.core.http.rest.Response<TableItem> TableClient.createTableWithResponse(Duration timeout, com.azure.core.util.Context context) Creates the table within the Tables service.com.azure.core.http.rest.PagedFlux<TableItem> TableServiceAsyncClient.listTables()Lists all tables within the account.com.azure.core.http.rest.PagedFlux<TableItem> TableServiceAsyncClient.listTables(ListTablesOptions options) Lists tables using the parameters in the provided options.com.azure.core.http.rest.PagedIterable<TableItem> TableServiceClient.listTables()Lists all tables within the account.com.azure.core.http.rest.PagedIterable<TableItem> TableServiceClient.listTables(ListTablesOptions options, Duration timeout, com.azure.core.util.Context context) If thefilterparameter in the options is set, only tables matching the filter will be returned.