Uses of Class
com.azure.data.tables.models.ListTablesOptions
Packages that use ListTablesOptions
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.
Package containing the data models for AzureTable.
-
Uses of ListTablesOptions in com.azure.data.tables
Methods in com.azure.data.tables with parameters of type ListTablesOptionsModifier and TypeMethodDescriptioncom.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
(ListTablesOptions options, Duration timeout, com.azure.core.util.Context context) If thefilter
parameter in the options is set, only tables matching the filter will be returned. -
Uses of ListTablesOptions in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return ListTablesOptionsModifier and TypeMethodDescriptionSets the value of the `filter` OData query option which filters the set of returned entities, excluding those that do not match the filter expression.Sets the value of the `top` OData query option which limits the number of returned entities.