Class SearchIndexerKnowledgeStoreProjectionSelector
java.lang.Object
com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjectionSelector
- All Implemented Interfaces:
com.azure.json.JsonSerializable<SearchIndexerKnowledgeStoreProjectionSelector>
- Direct Known Subclasses:
SearchIndexerKnowledgeStoreBlobProjectionSelector,SearchIndexerKnowledgeStoreTableProjectionSelector
public class SearchIndexerKnowledgeStoreProjectionSelector
extends Object
implements com.azure.json.JsonSerializable<SearchIndexerKnowledgeStoreProjectionSelector>
Abstract class to share properties between concrete selectors.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SearchIndexerKnowledgeStoreProjectionSelector class. -
Method Summary
Modifier and TypeMethodDescriptionGet the generatedKeyName property: Name of generated key to store projection under.Get the inputs property: Nested inputs for complex projections.Get the referenceKeyName property: Name of reference key to different projection.Get the source property: Source data to project.Get the sourceContext property: Source context for complex projections.setGeneratedKeyName(String generatedKeyName) Set the generatedKeyName property: Name of generated key to store projection under.setInputs(List<InputFieldMappingEntry> inputs) Set the inputs property: Nested inputs for complex projections.setReferenceKeyName(String referenceKeyName) Set the referenceKeyName property: Name of reference key to different projection.Set the source property: Source data to project.setSourceContext(String sourceContext) Set the sourceContext property: Source context for complex projections.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
SearchIndexerKnowledgeStoreProjectionSelector
public SearchIndexerKnowledgeStoreProjectionSelector()Creates an instance of SearchIndexerKnowledgeStoreProjectionSelector class.
-
-
Method Details
-
getReferenceKeyName
Get the referenceKeyName property: Name of reference key to different projection.- Returns:
- the referenceKeyName value.
-
setReferenceKeyName
Set the referenceKeyName property: Name of reference key to different projection.- Parameters:
referenceKeyName- the referenceKeyName value to set.- Returns:
- the SearchIndexerKnowledgeStoreProjectionSelector object itself.
-
getGeneratedKeyName
Get the generatedKeyName property: Name of generated key to store projection under.- Returns:
- the generatedKeyName value.
-
setGeneratedKeyName
Set the generatedKeyName property: Name of generated key to store projection under.- Parameters:
generatedKeyName- the generatedKeyName value to set.- Returns:
- the SearchIndexerKnowledgeStoreProjectionSelector object itself.
-
getSource
Get the source property: Source data to project.- Returns:
- the source value.
-
setSource
Set the source property: Source data to project.- Parameters:
source- the source value to set.- Returns:
- the SearchIndexerKnowledgeStoreProjectionSelector object itself.
-
getSourceContext
Get the sourceContext property: Source context for complex projections.- Returns:
- the sourceContext value.
-
setSourceContext
Set the sourceContext property: Source context for complex projections.- Parameters:
sourceContext- the sourceContext value to set.- Returns:
- the SearchIndexerKnowledgeStoreProjectionSelector object itself.
-
getInputs
Get the inputs property: Nested inputs for complex projections.- Returns:
- the inputs value.
-
setInputs
Set the inputs property: Nested inputs for complex projections.- Parameters:
inputs- the inputs value to set.- Returns:
- the SearchIndexerKnowledgeStoreProjectionSelector object itself.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<SearchIndexerKnowledgeStoreProjectionSelector>- Throws:
IOException
-