| 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.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedFlux<TableEntity> |
TableAsyncClient.listEntities(ListEntitiesOptions options)
Lists
entities using 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)
Lists
entities using the parameters in the provided options. |
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesOptions |
ListEntitiesOptions.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.
|
ListEntitiesOptions |
ListEntitiesOptions.setSelect(List<String> select)
Sets a list of properties to select on each entity.
|
ListEntitiesOptions |
ListEntitiesOptions.setTop(Integer top)
Sets the value of the `top` OData query option which limits the number of returned entities.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.