Class SearchIndexerKnowledgeStoreTableProjectionSelector
java.lang.Object
com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjectionSelector
com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreTableProjectionSelector
public final class SearchIndexerKnowledgeStoreTableProjectionSelector
extends SearchIndexerKnowledgeStoreProjectionSelector
Description for what data to store in Azure Tables.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SearchIndexerKnowledgeStoreTableProjectionSelector class. -
Method Summary
Modifier and TypeMethodDescriptionGet the tableName property: Name of the Azure table to store projected data in.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.Methods inherited from class com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjectionSelector
getGeneratedKeyName, getInputs, getReferenceKeyName, getSource, getSourceContext
-
Constructor Details
-
SearchIndexerKnowledgeStoreTableProjectionSelector
Creates an instance of SearchIndexerKnowledgeStoreTableProjectionSelector class.- Parameters:
tableName
- the tableName value to set.
-
-
Method Details
-
getTableName
Get the tableName property: Name of the Azure table to store projected data in.- Returns:
- the tableName value.
-
setReferenceKeyName
public SearchIndexerKnowledgeStoreTableProjectionSelector setReferenceKeyName(String referenceKeyName) Set the referenceKeyName property: Name of reference key to different projection.- Overrides:
setReferenceKeyName
in classSearchIndexerKnowledgeStoreProjectionSelector
- Parameters:
referenceKeyName
- the referenceKeyName value to set.- Returns:
- the SearchIndexerKnowledgeStoreProjectionSelector object itself.
-
setGeneratedKeyName
public SearchIndexerKnowledgeStoreTableProjectionSelector setGeneratedKeyName(String generatedKeyName) Set the generatedKeyName property: Name of generated key to store projection under.- Overrides:
setGeneratedKeyName
in classSearchIndexerKnowledgeStoreProjectionSelector
- Parameters:
generatedKeyName
- the generatedKeyName value to set.- Returns:
- the SearchIndexerKnowledgeStoreProjectionSelector object itself.
-
setSource
Set the source property: Source data to project.- Overrides:
setSource
in classSearchIndexerKnowledgeStoreProjectionSelector
- Parameters:
source
- the source value to set.- Returns:
- the SearchIndexerKnowledgeStoreProjectionSelector object itself.
-
setSourceContext
Set the sourceContext property: Source context for complex projections.- Overrides:
setSourceContext
in classSearchIndexerKnowledgeStoreProjectionSelector
- Parameters:
sourceContext
- the sourceContext value to set.- Returns:
- the SearchIndexerKnowledgeStoreProjectionSelector object itself.
-
setInputs
public SearchIndexerKnowledgeStoreTableProjectionSelector setInputs(List<InputFieldMappingEntry> inputs) Set the inputs property: Nested inputs for complex projections.- Overrides:
setInputs
in classSearchIndexerKnowledgeStoreProjectionSelector
- Parameters:
inputs
- the inputs value to set.- Returns:
- the SearchIndexerKnowledgeStoreProjectionSelector object itself.
-