| 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.PagedIterable<TableItem> |
TableServiceClient.listTables(ListTablesOptions options)
Lists tables using the parameters in the provided options.
|
com.azure.core.http.rest.PagedFlux<TableItem> |
TableServiceAsyncClient.listTables(ListTablesOptions options)
Lists tables using the parameters in the provided options.
|
| Modifier and Type | Method and Description |
|---|---|
ListTablesOptions |
ListTablesOptions.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.
|
ListTablesOptions |
ListTablesOptions.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.