public final class ListTablesOptions extends Object
Constructor and Description |
---|
ListTablesOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getFilter()
Get the filter property: OData filter expression.
|
Integer |
getTop()
Get the top property: Maximum number of records to return.
|
ListTablesOptions |
setFilter(String filter)
Set the filter property: OData filter expression.
|
ListTablesOptions |
setTop(Integer top)
Set the top property: Maximum number of records to return.
|
public Integer getTop()
public ListTablesOptions setTop(Integer top)
top
- the top value to set.public String getFilter()
public ListTablesOptions setFilter(String filter)
filter
- the filter value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.