azure-docs-sdk-java/docs-ref-autogen/com.azure.data.tables.model...

86 строки
6.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.data.tables.models.ListTablesOptions"
fullName: "com.azure.data.tables.models.ListTablesOptions"
name: "ListTablesOptions"
nameWithType: "ListTablesOptions"
summary: "Options to modify the data returned from the `listTables` family of methods."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ListTablesOptions**"
constructors:
- uid: "com.azure.data.tables.models.ListTablesOptions.ListTablesOptions()"
fullName: "com.azure.data.tables.models.ListTablesOptions.ListTablesOptions()"
name: "ListTablesOptions()"
nameWithType: "ListTablesOptions.ListTablesOptions()"
summary: "Returns an empty instance of <xref uid=\"com.azure.data.tables.models.ListTablesOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ListTablesOptions\"></xref>."
syntax: "public ListTablesOptions()"
desc: "Returns an empty instance of <xref uid=\"com.azure.data.tables.models.ListTablesOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ListTablesOptions\"></xref>."
methods:
- uid: "com.azure.data.tables.models.ListTablesOptions.getFilter()"
fullName: "com.azure.data.tables.models.ListTablesOptions.getFilter()"
name: "getFilter()"
nameWithType: "ListTablesOptions.getFilter()"
summary: "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."
syntax: "public String getFilter()"
desc: "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."
returns:
description: "The value of the `filter` OData query option."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.data.tables.models.ListTablesOptions.getTop()"
fullName: "com.azure.data.tables.models.ListTablesOptions.getTop()"
name: "getTop()"
nameWithType: "ListTablesOptions.getTop()"
summary: "Gets the value of the \\`top\\` OData query option which limits the number of returned entities."
syntax: "public Integer getTop()"
desc: "Gets the value of the \\`top\\` OData query option which limits the number of returned entities."
returns:
description: "The value of the `top` OData query option."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.data.tables.models.ListTablesOptions.setFilter(java.lang.String)"
fullName: "com.azure.data.tables.models.ListTablesOptions.setFilter(String filter)"
name: "setFilter(String filter)"
nameWithType: "ListTablesOptions.setFilter(String filter)"
summary: "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."
parameters:
- description: "The value of the `filter` OData query option."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ListTablesOptions setFilter(String filter)"
desc: "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."
returns:
description: "The updated <code>ListTablesOptions</code>."
type: "<xref href=\"com.azure.data.tables.models.ListTablesOptions?alt=com.azure.data.tables.models.ListTablesOptions&text=ListTablesOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.models.ListTablesOptions.setTop(java.lang.Integer)"
fullName: "com.azure.data.tables.models.ListTablesOptions.setTop(Integer top)"
name: "setTop(Integer top)"
nameWithType: "ListTablesOptions.setTop(Integer top)"
summary: "Sets the value of the \\`top\\` OData query option which limits the number of returned entities."
parameters:
- description: "The value of the `top` OData query option."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ListTablesOptions setTop(Integer top)"
desc: "Sets the value of the \\`top\\` OData query option which limits the number of returned entities."
returns:
description: "The updated <code>ListTablesOptions</code>."
type: "<xref href=\"com.azure.data.tables.models.ListTablesOptions?alt=com.azure.data.tables.models.ListTablesOptions&text=ListTablesOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Options to modify the data returned from the `listTables` family of methods."
metadata: {}
package: "com.azure.data.tables.models"
artifact: com.azure:azure-data-tables:12.4.6