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