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<TableItem> |
TableServiceAsyncClient.listTables(ListTablesOptions options)
query all the tables under the storage account and return the tables that fit the query options
|
com.azure.core.http.rest.PagedIterable<TableItem> |
TableServiceClient.listTables(ListTablesOptions options)
query all the tables under the storage account given the query options and returns the ones that fit the
criteria
|
Modifier and Type | Method and Description |
---|---|
ListTablesOptions |
ListTablesOptions.setFilter(String filter)
Set the filter property: OData filter expression.
|
ListTablesOptions |
ListTablesOptions.setTop(Integer top)
Set the top property: Maximum number of records to return.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.