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