Class SearchIndexerKnowledgeStoreProjection
java.lang.Object
com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection
Container object for various projection selectors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()
Get the files property: Projections to Azure File storage.Get the objects property: Projections to Azure Blob storage.Get the tables property: Projections to Azure Table storage.Set the files property: Projections to Azure File storage.Set the objects property: Projections to Azure Blob storage.Set the tables property: Projections to Azure Table storage.
-
Constructor Details
-
SearchIndexerKnowledgeStoreProjection
public SearchIndexerKnowledgeStoreProjection()
-
-
Method Details
-
getTables
Get the tables property: Projections to Azure Table storage.- Returns:
- the tables value.
-
setTables
public SearchIndexerKnowledgeStoreProjection setTables(List<SearchIndexerKnowledgeStoreTableProjectionSelector> tables) Set the tables property: Projections to Azure Table storage.- Parameters:
tables
- the tables value to set.- Returns:
- the SearchIndexerKnowledgeStoreProjection object itself.
-
getObjects
Get the objects property: Projections to Azure Blob storage.- Returns:
- the objects value.
-
setObjects
public SearchIndexerKnowledgeStoreProjection setObjects(List<SearchIndexerKnowledgeStoreObjectProjectionSelector> objects) Set the objects property: Projections to Azure Blob storage.- Parameters:
objects
- the objects value to set.- Returns:
- the SearchIndexerKnowledgeStoreProjection object itself.
-
getFiles
Get the files property: Projections to Azure File storage.- Returns:
- the files value.
-
setFiles
public SearchIndexerKnowledgeStoreProjection setFiles(List<SearchIndexerKnowledgeStoreFileProjectionSelector> files) Set the files property: Projections to Azure File storage.- Parameters:
files
- the files value to set.- Returns:
- the SearchIndexerKnowledgeStoreProjection object itself.
-