Uses of Class
com.azure.data.tables.models.ListTablesOptions
Packages that use ListTablesOptions
Package
Description
Package containing the classes for Tables Clients.
Package containing the implementations and inner classes 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 thefilterparameter 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.