Uses of Class
com.azure.data.tables.models.ListTablesOptions
-
Packages that use ListTablesOptions Package Description com.azure.data.tables Package containing the classes for Tables Clients.com.azure.data.tables.models 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 ListTablesOptions Modifier and Type Method Description 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(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 ListTablesOptions Modifier and Type Method Description ListTablesOptionsListTablesOptions. setFilter(String filter)Sets the value of the `filter` OData query option which filters the set of returned entities, excluding those that do not match the filter expression.ListTablesOptionsListTablesOptions. setTop(Integer top)Sets the value of the `top` OData query option which limits the number of returned entities.
-