Uses of Class
com.azure.data.tables.models.ListEntitiesOptions
Packages that use ListEntitiesOptions
Package
Description
Package containing the classes for Tables Clients.
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 ListEntitiesOptionsModifier and TypeMethodDescriptioncom.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 ListEntitiesOptionsModifier 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 a list of properties to select on each entity.Sets the value of the `top` OData query option which limits the number of returned entities.