SearchIndexerKnowledgeStoreProjection Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. SearchIndexerKnowledgeStoreProjection
- com.
Implements
public final class SearchIndexerKnowledgeStoreProjection
implements JsonSerializable<SearchIndexerKnowledgeStoreProjection>
Container object for various projection selectors.
Constructor Summary
Constructor | Description |
---|---|
SearchIndexerKnowledgeStoreProjection() |
Creates an instance of Search |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
SearchIndexerKnowledgeStoreProjection
public SearchIndexerKnowledgeStoreProjection()
Creates an instance of SearchIndexerKnowledgeStoreProjection class.
Method Details
fromJson
public static SearchIndexerKnowledgeStoreProjection fromJson(JsonReader jsonReader)
Reads an instance of SearchIndexerKnowledgeStoreProjection from the JsonReader.
Parameters:
Returns:
Throws:
getFiles
public List
Get the files property: Projections to Azure File storage.
Returns:
getObjects
public List
Get the objects property: Projections to Azure Blob storage.
Returns:
getTables
public List
Get the tables property: Projections to Azure Table storage.
Returns:
setFiles
public SearchIndexerKnowledgeStoreProjection setFiles(List
Set the files property: Projections to Azure File storage.
Parameters:
Returns:
setObjects
public SearchIndexerKnowledgeStoreProjection setObjects(List
Set the objects property: Projections to Azure Blob storage.
Parameters:
Returns:
setTables
public SearchIndexerKnowledgeStoreProjection setTables(List
Set the tables property: Projections to Azure Table storage.
Parameters:
Returns:
toJson
Applies to
Azure SDK for Java