Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreBlobProjectionSelector
Packages that use SearchIndexerKnowledgeStoreBlobProjectionSelector
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SearchIndexerKnowledgeStoreBlobProjectionSelector in com.azure.search.documents.indexes.models
Subclasses of SearchIndexerKnowledgeStoreBlobProjectionSelector in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal class
Projection definition for what data to store in Azure Files.final class
Projection definition for what data to store in Azure Blob.Methods in com.azure.search.documents.indexes.models that return SearchIndexerKnowledgeStoreBlobProjectionSelectorModifier and TypeMethodDescriptionSearchIndexerKnowledgeStoreBlobProjectionSelector.setGeneratedKeyName
(String generatedKeyName) Set the generatedKeyName property: Name of generated key to store projection under.SearchIndexerKnowledgeStoreBlobProjectionSelector.setInputs
(List<InputFieldMappingEntry> inputs) Set the inputs property: Nested inputs for complex projections.SearchIndexerKnowledgeStoreBlobProjectionSelector.setReferenceKeyName
(String referenceKeyName) Set the referenceKeyName property: Name of reference key to different projection.Set the source property: Source data to project.SearchIndexerKnowledgeStoreBlobProjectionSelector.setSourceContext
(String sourceContext) Set the sourceContext property: Source context for complex projections.