azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Dat...

84 строки
5.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.DataContainer"
fullName: "com.azure.search.models.DataContainer"
name: "DataContainer"
nameWithType: "DataContainer"
summary: "Represents information about the entity (such as Azure SQL table or CosmosDB collection) that will be indexed."
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 **DataContainer**"
constructors:
- uid: "com.azure.search.models.DataContainer.DataContainer()"
fullName: "com.azure.search.models.DataContainer.DataContainer()"
name: "DataContainer()"
nameWithType: "DataContainer.DataContainer()"
syntax: "public DataContainer()"
methods:
- uid: "com.azure.search.models.DataContainer.getName()"
fullName: "com.azure.search.models.DataContainer.getName()"
name: "getName()"
nameWithType: "DataContainer.getName()"
summary: "Get the name property: The name of the table or view (for Azure SQL data source) or collection (for CosmosDB data source) that will be indexed."
syntax: "public String getName()"
desc: "Get the name property: The name of the table or view (for Azure SQL data source) or collection (for CosmosDB data source) that will be indexed."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.DataContainer.getQuery()"
fullName: "com.azure.search.models.DataContainer.getQuery()"
name: "getQuery()"
nameWithType: "DataContainer.getQuery()"
summary: "Get the query property: A query that is applied to this data container."
syntax: "public String getQuery()"
desc: "Get the query property: A query that is applied to this data container. The syntax and meaning of this parameter is datasource-specific. Not supported by Azure SQL datasources."
returns:
description: "the query value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.DataContainer.setName(java.lang.String)"
fullName: "com.azure.search.models.DataContainer.setName(String name)"
name: "setName(String name)"
nameWithType: "DataContainer.setName(String name)"
summary: "Set the name property: The name of the table or view (for Azure SQL data source) or collection (for CosmosDB data source) that will be indexed."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DataContainer setName(String name)"
desc: "Set the name property: The name of the table or view (for Azure SQL data source) or collection (for CosmosDB data source) that will be indexed."
returns:
description: "the DataContainer object itself."
type: "<xref href=\"com.azure.search.models.DataContainer?alt=com.azure.search.models.DataContainer&text=DataContainer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.DataContainer.setQuery(java.lang.String)"
fullName: "com.azure.search.models.DataContainer.setQuery(String query)"
name: "setQuery(String query)"
nameWithType: "DataContainer.setQuery(String query)"
summary: "Set the query property: A query that is applied to this data container."
parameters:
- description: "the query value to set."
name: "query"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DataContainer setQuery(String query)"
desc: "Set the query property: A query that is applied to this data container. The syntax and meaning of this parameter is datasource-specific. Not supported by Azure SQL datasources."
returns:
description: "the DataContainer object itself."
type: "<xref href=\"com.azure.search.models.DataContainer?alt=com.azure.search.models.DataContainer&text=DataContainer\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents information about the entity (such as Azure SQL table or CosmosDB collection) that will be indexed."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1