Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreFileProjectionSelector
Packages that use SearchIndexerKnowledgeStoreFileProjectionSelector
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerKnowledgeStoreFileProjectionSelector in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexerKnowledgeStoreFileProjectionSelectorModifier and TypeMethodDescriptionSearchIndexerKnowledgeStoreFileProjectionSelector.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerKnowledgeStoreFileProjectionSelector from the JsonReader.SearchIndexerKnowledgeStoreFileProjectionSelector.setGeneratedKeyName(String generatedKeyName) Set the generatedKeyName property: Name of generated key to store projection under.SearchIndexerKnowledgeStoreFileProjectionSelector.setInputs(List<InputFieldMappingEntry> inputs) Set the inputs property: Nested inputs for complex projections.SearchIndexerKnowledgeStoreFileProjectionSelector.setReferenceKeyName(String referenceKeyName) Set the referenceKeyName property: Name of reference key to different projection.Set the source property: Source data to project.SearchIndexerKnowledgeStoreFileProjectionSelector.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 SearchIndexerKnowledgeStoreFileProjectionSelectorModifier and TypeMethodDescriptionSearchIndexerKnowledgeStoreProjection.getFiles()Get the files property: Projections to Azure File storage.Method parameters in com.azure.search.documents.indexes.models with type arguments of type SearchIndexerKnowledgeStoreFileProjectionSelectorModifier and TypeMethodDescriptionSearchIndexerKnowledgeStoreProjection.setFiles(List<SearchIndexerKnowledgeStoreFileProjectionSelector> files) Set the files property: Projections to Azure File storage.