Uses of Class
com.azure.search.documents.indexes.models.CreateOrUpdateDataSourceConnectionOptions
Packages that use CreateOrUpdateDataSourceConnectionOptions
Package
Description
Package containing classes for creating
SearchIndexClient
,
SearchIndexAsyncClient
,
SearchIndexerClient
, or
SearchIndexerAsyncClient
used to perform resource management operations
on an Azure Cognitive Search service.Package containing classes 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 Cognitive 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 Cognitive 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 connection
ignores cache reset requirements.CreateOrUpdateDataSourceConnectionOptions.setOnlyIfUnchanged
(boolean onlyIfUnchanged) Sets the flag that determines whether an update will only occur if thedata source connection
has not been changed since the update has been triggered.