Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreTableProjectionSelector
Packages that use SearchIndexerKnowledgeStoreTableProjectionSelector
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SearchIndexerKnowledgeStoreTableProjectionSelector in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexerKnowledgeStoreTableProjectionSelectorModifier and TypeMethodDescriptionSearchIndexerKnowledgeStoreTableProjectionSelector.setGeneratedKeyName
(String generatedKeyName) Set the generatedKeyName property: Name of generated key to store projection under.SearchIndexerKnowledgeStoreTableProjectionSelector.setInputs
(List<InputFieldMappingEntry> inputs) Set the inputs property: Nested inputs for complex projections.SearchIndexerKnowledgeStoreTableProjectionSelector.setReferenceKeyName
(String referenceKeyName) Set the referenceKeyName property: Name of reference key to different projection.Set the source property: Source data to project.SearchIndexerKnowledgeStoreTableProjectionSelector.setSourceContext
(String sourceContext) Set the sourceContext property: Source context for complex projections.Methods in com.azure.search.documents.indexes.models that return types with arguments of type SearchIndexerKnowledgeStoreTableProjectionSelectorModifier and TypeMethodDescriptionSearchIndexerKnowledgeStoreProjection.getTables()
Get the tables property: Projections to Azure Table storage.Method parameters in com.azure.search.documents.indexes.models with type arguments of type SearchIndexerKnowledgeStoreTableProjectionSelectorModifier and TypeMethodDescriptionSearchIndexerKnowledgeStoreProjection.setTables
(List<SearchIndexerKnowledgeStoreTableProjectionSelector> tables) Set the tables property: Projections to Azure Table storage.