Mono<TableItem> |
TableAsyncClient.createTable() |
Creates the table within the Tables service.
|
Mono<com.azure.core.http.rest.Response<TableItem>> |
TableAsyncClient.createTableWithResponse() |
Creates the table within the Tables service.
|
com.azure.core.http.rest.Response<TableItem> |
TableClient.createTableWithResponse(Duration timeout,
com.azure.core.util.Context context) |
Creates the table within the Tables service.
|
com.azure.core.http.rest.PagedFlux<TableItem> |
TableServiceAsyncClient.listTables() |
Lists all tables within the account.
|
com.azure.core.http.rest.PagedFlux<TableItem> |
TableServiceAsyncClient.listTables(ListTablesOptions options) |
Lists tables using the parameters in the provided options.
|
com.azure.core.http.rest.PagedIterable<TableItem> |
TableServiceClient.listTables() |
Lists all tables within the account.
|
com.azure.core.http.rest.PagedIterable<TableItem> |
TableServiceClient.listTables(ListTablesOptions options,
Duration timeout,
com.azure.core.util.Context context) |
If the filter parameter in the options is set, only tables matching the filter will be returned.
|