SearchIndexerKnowledgeStoreBlobProjectionSelector Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. SearchIndexerKnowledgeStoreProjectionSelector - com.
azure. search. documents. indexes. models. SearchIndexerKnowledgeStoreBlobProjectionSelector
- com.
- com.
public class SearchIndexerKnowledgeStoreBlobProjectionSelector
extends SearchIndexerKnowledgeStoreProjectionSelector
Abstract class to share properties between concrete selectors.
Constructor Summary
Constructor | Description |
---|---|
SearchIndexerKnowledgeStoreBlobProjectionSelector(String storageContainer) |
Creates an instance of Search |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getStorageContainer()
Get the storage |
Search |
setGeneratedKeyName(String generatedKeyName)
Set the generated |
Search |
setInputs(List<InputFieldMappingEntry> inputs)
Set the inputs property: Nested inputs for complex projections. |
Search |
setReferenceKeyName(String referenceKeyName)
Set the reference |
Search |
setSource(String source)
Set the source property: Source data to project. |
Search |
setSourceContext(String sourceContext)
Set the source |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from SearchIndexerKnowledgeStoreProjectionSelector
Methods inherited from java.lang.Object
Constructor Details
SearchIndexerKnowledgeStoreBlobProjectionSelector
public SearchIndexerKnowledgeStoreBlobProjectionSelector(String storageContainer)
Creates an instance of SearchIndexerKnowledgeStoreBlobProjectionSelector class.
Parameters:
Method Details
getStorageContainer
public String getStorageContainer()
Get the storageContainer property: Blob container to store projections in.
Returns:
setGeneratedKeyName
public SearchIndexerKnowledgeStoreBlobProjectionSelector setGeneratedKeyName(String generatedKeyName)
Set the generatedKeyName property: Name of generated key to store projection under.
Overrides:
SearchIndexerKnowledgeStoreBlobProjectionSelector.setGeneratedKeyName(String generatedKeyName)Parameters:
setInputs
public SearchIndexerKnowledgeStoreBlobProjectionSelector setInputs(List
Set the inputs property: Nested inputs for complex projections.
Overrides:
SearchIndexerKnowledgeStoreBlobProjectionSelector.setInputs(List<InputFieldMappingEntry> inputs)Parameters:
setReferenceKeyName
public SearchIndexerKnowledgeStoreBlobProjectionSelector setReferenceKeyName(String referenceKeyName)
Set the referenceKeyName property: Name of reference key to different projection.
Overrides:
SearchIndexerKnowledgeStoreBlobProjectionSelector.setReferenceKeyName(String referenceKeyName)Parameters:
setSource
public SearchIndexerKnowledgeStoreBlobProjectionSelector setSource(String source)
Set the source property: Source data to project.
Overrides:
SearchIndexerKnowledgeStoreBlobProjectionSelector.setSource(String source)Parameters:
setSourceContext
public SearchIndexerKnowledgeStoreBlobProjectionSelector setSourceContext(String sourceContext)
Set the sourceContext property: Source context for complex projections.
Overrides:
SearchIndexerKnowledgeStoreBlobProjectionSelector.setSourceContext(String sourceContext)Parameters:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SearchIndexerKnowledgeStoreBlobProjectionSelector.toJson(JsonWriter jsonWriter)Parameters:
Throws:
Applies to
Azure SDK for Java