Uses of Class
com.azure.data.tables.models.ListEntitiesOptions
-
Packages that use ListEntitiesOptions 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 ListEntitiesOptions in com.azure.data.tables
Methods in com.azure.data.tables with parameters of type ListEntitiesOptions Modifier and Type Method Description com.azure.core.http.rest.PagedFlux<TableEntity>TableAsyncClient. listEntities(ListEntitiesOptions options)Listsentitiesusing the parameters in the provided options.com.azure.core.http.rest.PagedIterable<TableEntity>TableClient. listEntities(ListEntitiesOptions options, Duration timeout, com.azure.core.util.Context context)Listsentitiesusing the parameters in the provided options. -
Uses of ListEntitiesOptions in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return ListEntitiesOptions Modifier and Type Method Description ListEntitiesOptionsListEntitiesOptions. 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.ListEntitiesOptionsListEntitiesOptions. setSelect(List<String> select)Sets a list of properties to select on each entity.ListEntitiesOptionsListEntitiesOptions. setTop(Integer top)Sets the value of the `top` OData query option which limits the number of returned entities.
-