SearchIndexerKnowledgeStoreObjectProjectionSelector Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. SearchIndexerKnowledgeStoreProjectionSelector - com.
azure. search. documents. indexes. models. SearchIndexerKnowledgeStoreBlobProjectionSelector - com.
azure. search. documents. indexes. models. SearchIndexerKnowledgeStoreObjectProjectionSelector
- com.
- com.
- com.
public final class SearchIndexerKnowledgeStoreObjectProjectionSelector
extends SearchIndexerKnowledgeStoreBlobProjectionSelector
Projection definition for what data to store in Azure Blob.
Constructor Summary
Constructor | Description |
---|---|
SearchIndexerKnowledgeStoreObjectProjectionSelector(String storageContainer) |
Creates an instance of Search |
Method Summary
Methods inherited from SearchIndexerKnowledgeStoreBlobProjectionSelector
Methods inherited from SearchIndexerKnowledgeStoreProjectionSelector
Methods inherited from java.lang.Object
Constructor Details
SearchIndexerKnowledgeStoreObjectProjectionSelector
public SearchIndexerKnowledgeStoreObjectProjectionSelector(String storageContainer)
Creates an instance of SearchIndexerKnowledgeStoreObjectProjectionSelector class.
Parameters:
Method Details
fromJson
public static SearchIndexerKnowledgeStoreObjectProjectionSelector fromJson(JsonReader jsonReader)
Reads an instance of SearchIndexerKnowledgeStoreObjectProjectionSelector from the JsonReader.
Parameters:
Returns:
Throws:
setGeneratedKeyName
public SearchIndexerKnowledgeStoreObjectProjectionSelector setGeneratedKeyName(String generatedKeyName)
Set the generatedKeyName property: Name of generated key to store projection under.
Overrides:
SearchIndexerKnowledgeStoreObjectProjectionSelector.setGeneratedKeyName(String generatedKeyName)Parameters:
setInputs
public SearchIndexerKnowledgeStoreObjectProjectionSelector setInputs(List
Set the inputs property: Nested inputs for complex projections.
Overrides:
SearchIndexerKnowledgeStoreObjectProjectionSelector.setInputs(List<InputFieldMappingEntry> inputs)Parameters:
setReferenceKeyName
public SearchIndexerKnowledgeStoreObjectProjectionSelector setReferenceKeyName(String referenceKeyName)
Set the referenceKeyName property: Name of reference key to different projection.
Overrides:
SearchIndexerKnowledgeStoreObjectProjectionSelector.setReferenceKeyName(String referenceKeyName)Parameters:
setSource
public SearchIndexerKnowledgeStoreObjectProjectionSelector setSource(String source)
Set the source property: Source data to project.
Overrides:
SearchIndexerKnowledgeStoreObjectProjectionSelector.setSource(String source)Parameters:
setSourceContext
public SearchIndexerKnowledgeStoreObjectProjectionSelector setSourceContext(String sourceContext)
Set the sourceContext property: Source context for complex projections.
Overrides:
SearchIndexerKnowledgeStoreObjectProjectionSelector.setSourceContext(String sourceContext)Parameters:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SearchIndexerKnowledgeStoreObjectProjectionSelector.toJson(JsonWriter jsonWriter)Parameters:
Throws:
Applies to
Azure SDK for Java