Uses of Class
com.azure.search.documents.indexes.models.CreateOrUpdateDataSourceConnectionOptions
Packages that use CreateOrUpdateDataSourceConnectionOptions
Package
Description
Azure AI Search, formerly known as "Azure AI Search", provides secure information retrieval at scale over
user-owned content in traditional and conversational search applications.
Package containing the data models for SearchServiceClient.
-
Uses of CreateOrUpdateDataSourceConnectionOptions in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes with parameters of type CreateOrUpdateDataSourceConnectionOptionsModifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<SearchIndexerDataSourceConnection>> SearchIndexerAsyncClient.createOrUpdateDataSourceConnectionWithResponse(CreateOrUpdateDataSourceConnectionOptions options) Creates a new Azure AI Search data source or updates a data source if it already exists.com.azure.core.http.rest.Response<SearchIndexerDataSourceConnection> SearchIndexerClient.createOrUpdateDataSourceConnectionWithResponse(CreateOrUpdateDataSourceConnectionOptions options, com.azure.core.util.Context context) Creates a new Azure AI Search data source or updates a data source if it already exists. -
Uses of CreateOrUpdateDataSourceConnectionOptions in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return CreateOrUpdateDataSourceConnectionOptionsModifier and TypeMethodDescriptionCreateOrUpdateDataSourceConnectionOptions.setCacheResetRequirementsIgnored(Boolean cacheResetRequirementsIgnored) Sets an optional flag that determines whether the created or updateddata source connectionignores cache reset requirements.CreateOrUpdateDataSourceConnectionOptions.setOnlyIfUnchanged(boolean onlyIfUnchanged) Sets the flag that determines whether an update will only occur if thedata source connectionhas not been changed since the update has been triggered.