azure-docs-sdk-java/docs-ref-autogen/com.azure.search.documents....

143 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection"
fullName: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection"
name: "SearchIndexerKnowledgeStoreProjection"
nameWithType: "SearchIndexerKnowledgeStoreProjection"
summary: "Container object for various projection selectors."
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 **SearchIndexerKnowledgeStoreProjection**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection?alt=com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection&text=SearchIndexerKnowledgeStoreProjection\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.SearchIndexerKnowledgeStoreProjection()"
fullName: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.SearchIndexerKnowledgeStoreProjection()"
name: "SearchIndexerKnowledgeStoreProjection()"
nameWithType: "SearchIndexerKnowledgeStoreProjection.SearchIndexerKnowledgeStoreProjection()"
summary: "Creates an instance of Search<wbr>Indexer<wbr>Knowledge<wbr>Store<wbr>Projection class."
syntax: "public SearchIndexerKnowledgeStoreProjection()"
desc: "Creates an instance of SearchIndexerKnowledgeStoreProjection class."
methods:
- uid: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "SearchIndexerKnowledgeStoreProjection.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Search<wbr>Indexer<wbr>Knowledge<wbr>Store<wbr>Projection from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static SearchIndexerKnowledgeStoreProjection fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the SearchIndexerKnowledgeStoreProjection."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of SearchIndexerKnowledgeStoreProjection from the JsonReader."
returns:
description: "An instance of SearchIndexerKnowledgeStoreProjection if the JsonReader was pointing to an instance of it,\n or null if it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection?alt=com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection&text=SearchIndexerKnowledgeStoreProjection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.getFiles()"
fullName: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.getFiles()"
name: "getFiles()"
nameWithType: "SearchIndexerKnowledgeStoreProjection.getFiles()"
summary: "Get the files property: Projections to Azure File storage."
syntax: "public List<SearchIndexerKnowledgeStoreFileProjectionSelector> getFiles()"
desc: "Get the files property: Projections to Azure File storage."
returns:
description: "the files value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreFileProjectionSelector?alt=com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreFileProjectionSelector&text=SearchIndexerKnowledgeStoreFileProjectionSelector\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.getObjects()"
fullName: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.getObjects()"
name: "getObjects()"
nameWithType: "SearchIndexerKnowledgeStoreProjection.getObjects()"
summary: "Get the objects property: Projections to Azure Blob storage."
syntax: "public List<SearchIndexerKnowledgeStoreObjectProjectionSelector> getObjects()"
desc: "Get the objects property: Projections to Azure Blob storage."
returns:
description: "the objects value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreObjectProjectionSelector?alt=com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreObjectProjectionSelector&text=SearchIndexerKnowledgeStoreObjectProjectionSelector\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.getTables()"
fullName: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.getTables()"
name: "getTables()"
nameWithType: "SearchIndexerKnowledgeStoreProjection.getTables()"
summary: "Get the tables property: Projections to Azure Table storage."
syntax: "public List<SearchIndexerKnowledgeStoreTableProjectionSelector> getTables()"
desc: "Get the tables property: Projections to Azure Table storage."
returns:
description: "the tables value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreTableProjectionSelector?alt=com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreTableProjectionSelector&text=SearchIndexerKnowledgeStoreTableProjectionSelector\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.setFiles(java.util.List<com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreFileProjectionSelector>)"
fullName: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.setFiles(List<SearchIndexerKnowledgeStoreFileProjectionSelector> files)"
name: "setFiles(List<SearchIndexerKnowledgeStoreFileProjectionSelector> files)"
nameWithType: "SearchIndexerKnowledgeStoreProjection.setFiles(List<SearchIndexerKnowledgeStoreFileProjectionSelector> files)"
summary: "Set the files property: Projections to Azure File storage."
parameters:
- description: "the files value to set."
name: "files"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreFileProjectionSelector?alt=com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreFileProjectionSelector&text=SearchIndexerKnowledgeStoreFileProjectionSelector\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SearchIndexerKnowledgeStoreProjection setFiles(List<SearchIndexerKnowledgeStoreFileProjectionSelector> files)"
desc: "Set the files property: Projections to Azure File storage."
returns:
description: "the SearchIndexerKnowledgeStoreProjection object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection?alt=com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection&text=SearchIndexerKnowledgeStoreProjection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.setObjects(java.util.List<com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreObjectProjectionSelector>)"
fullName: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.setObjects(List<SearchIndexerKnowledgeStoreObjectProjectionSelector> objects)"
name: "setObjects(List<SearchIndexerKnowledgeStoreObjectProjectionSelector> objects)"
nameWithType: "SearchIndexerKnowledgeStoreProjection.setObjects(List<SearchIndexerKnowledgeStoreObjectProjectionSelector> objects)"
summary: "Set the objects property: Projections to Azure Blob storage."
parameters:
- description: "the objects value to set."
name: "objects"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreObjectProjectionSelector?alt=com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreObjectProjectionSelector&text=SearchIndexerKnowledgeStoreObjectProjectionSelector\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SearchIndexerKnowledgeStoreProjection setObjects(List<SearchIndexerKnowledgeStoreObjectProjectionSelector> objects)"
desc: "Set the objects property: Projections to Azure Blob storage."
returns:
description: "the SearchIndexerKnowledgeStoreProjection object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection?alt=com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection&text=SearchIndexerKnowledgeStoreProjection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.setTables(java.util.List<com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreTableProjectionSelector>)"
fullName: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.setTables(List<SearchIndexerKnowledgeStoreTableProjectionSelector> tables)"
name: "setTables(List<SearchIndexerKnowledgeStoreTableProjectionSelector> tables)"
nameWithType: "SearchIndexerKnowledgeStoreProjection.setTables(List<SearchIndexerKnowledgeStoreTableProjectionSelector> tables)"
summary: "Set the tables property: Projections to Azure Table storage."
parameters:
- description: "the tables value to set."
name: "tables"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreTableProjectionSelector?alt=com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreTableProjectionSelector&text=SearchIndexerKnowledgeStoreTableProjectionSelector\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SearchIndexerKnowledgeStoreProjection setTables(List<SearchIndexerKnowledgeStoreTableProjectionSelector> tables)"
desc: "Set the tables property: Projections to Azure Table storage."
returns:
description: "the SearchIndexerKnowledgeStoreProjection object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection?alt=com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection&text=SearchIndexerKnowledgeStoreProjection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "SearchIndexerKnowledgeStoreProjection.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Container object for various projection selectors."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection?alt=com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection&text=SearchIndexerKnowledgeStoreProjection\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.7.3