public final class ListTablesOptions extends Object
listTables family of methods.| Constructor and Description |
|---|
ListTablesOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Gets the value of the `filter` OData query option which filters the set of returned entities, excluding those
that do not match the filter expression.
|
Integer |
getTop()
Gets the value of the `top` OData query option which limits the number of returned entities.
|
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 |
setTop(Integer top)
Sets the value of the `top` OData query option which limits the number of returned entities.
|
public Integer getTop()
public ListTablesOptions setTop(Integer top)
top - The value of the `top` OData query option.ListTablesOptions.public String getFilter()
public ListTablesOptions setFilter(String filter)
filter - The value of the `filter` OData query option.ListTablesOptions.Copyright © 2021 Microsoft Corporation. All rights reserved.