diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/AsyncSearch/AsyncSearchStatusRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/AsyncSearch/AsyncSearchStatusRequest.g.cs index 65bc0c016a4..e38a5bb49b7 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/AsyncSearch/AsyncSearchStatusRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/AsyncSearch/AsyncSearchStatusRequest.g.cs @@ -34,7 +34,7 @@ public sealed partial class AsyncSearchStatusRequestParameters : RequestParamete } /// -/// Retreives the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+/// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
///
public sealed partial class AsyncSearchStatusRequest : PlainRequest { @@ -52,7 +52,7 @@ public AsyncSearchStatusRequest(Elastic.Clients.Elasticsearch.Serverless.Id id) } /// -/// Retreives the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+/// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
///
public sealed partial class AsyncSearchStatusRequestDescriptor : RequestDescriptor, AsyncSearchStatusRequestParameters> { @@ -82,7 +82,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o } /// -/// Retreives the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+/// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
///
public sealed partial class AsyncSearchStatusRequestDescriptor : RequestDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/CloseJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/CloseJobRequest.g.cs index aaee76b3552..9f81521a66f 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/CloseJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/CloseJobRequest.g.cs @@ -34,7 +34,7 @@ public sealed partial class CloseJobRequestParameters : RequestParameters } /// -/// Closes one or more anomaly detection jobs.
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+/// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
///
public sealed partial class CloseJobRequest : PlainRequest { @@ -70,7 +70,7 @@ public CloseJobRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) : base } /// -/// Closes one or more anomaly detection jobs.
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+/// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
///
public sealed partial class CloseJobRequestDescriptor : RequestDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs index fbd7d5fe602..c41c4d6425a 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs @@ -66,7 +66,7 @@ public sealed partial class GetTrainedModelsRequestParameters : RequestParameter /// /// A comma delimited string of tags. A trained model can have many tags, or
none. When supplied, only trained models that contain all the supplied
tags are returned.
///
- public string? Tags { get => Q("tags"); set => Q("tags", value); } + public ICollection? Tags { get => Q?>("tags"); set => Q("tags", value); } } /// @@ -78,7 +78,7 @@ public GetTrainedModelsRequest() { } - public GetTrainedModelsRequest(Elastic.Clients.Elasticsearch.Serverless.Id? modelId) : base(r => r.Optional("model_id", modelId)) + public GetTrainedModelsRequest(Elastic.Clients.Elasticsearch.Serverless.Ids? modelId) : base(r => r.Optional("model_id", modelId)) { } @@ -132,7 +132,7 @@ public GetTrainedModelsRequest(Elastic.Clients.Elasticsearch.Serverless.Id? mode /// A comma delimited string of tags. A trained model can have many tags, or
none. When supplied, only trained models that contain all the supplied
tags are returned.
///
[JsonIgnore] - public string? Tags { get => Q("tags"); set => Q("tags", value); } + public ICollection? Tags { get => Q?>("tags"); set => Q("tags", value); } } /// @@ -142,7 +142,7 @@ public sealed partial class GetTrainedModelsRequestDescriptor : RequestDescripto { internal GetTrainedModelsRequestDescriptor(Action configure) => configure.Invoke(this); - public GetTrainedModelsRequestDescriptor(Elastic.Clients.Elasticsearch.Serverless.Id? modelId) : base(r => r.Optional("model_id", modelId)) + public GetTrainedModelsRequestDescriptor(Elastic.Clients.Elasticsearch.Serverless.Ids? modelId) : base(r => r.Optional("model_id", modelId)) { } @@ -164,9 +164,9 @@ public GetTrainedModelsRequestDescriptor() public GetTrainedModelsRequestDescriptor From(int? from) => Qs("from", from); public GetTrainedModelsRequestDescriptor Include(Elastic.Clients.Elasticsearch.Serverless.MachineLearning.Include? include) => Qs("include", include); public GetTrainedModelsRequestDescriptor Size(int? size) => Qs("size", size); - public GetTrainedModelsRequestDescriptor Tags(string? tags) => Qs("tags", tags); + public GetTrainedModelsRequestDescriptor Tags(ICollection? tags) => Qs("tags", tags); - public GetTrainedModelsRequestDescriptor ModelId(Elastic.Clients.Elasticsearch.Serverless.Id? modelId) + public GetTrainedModelsRequestDescriptor ModelId(Elastic.Clients.Elasticsearch.Serverless.Ids? modelId) { RouteValues.Optional("model_id", modelId); return Self; diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs index 9ecbe8e5abc..1aafb988054 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs @@ -38,7 +38,7 @@ public sealed partial class PutCalendarJobRequestParameters : RequestParameters /// public sealed partial class PutCalendarJobRequest : PlainRequest { - public PutCalendarJobRequest(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Elastic.Clients.Elasticsearch.Serverless.Id jobId) : base(r => r.Required("calendar_id", calendarId).Required("job_id", jobId)) + public PutCalendarJobRequest(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Elastic.Clients.Elasticsearch.Serverless.Ids jobId) : base(r => r.Required("calendar_id", calendarId).Required("job_id", jobId)) { } @@ -58,7 +58,7 @@ public sealed partial class PutCalendarJobRequestDescriptor : RequestDescriptor< { internal PutCalendarJobRequestDescriptor(Action configure) => configure.Invoke(this); - public PutCalendarJobRequestDescriptor(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Elastic.Clients.Elasticsearch.Serverless.Id jobId) : base(r => r.Required("calendar_id", calendarId).Required("job_id", jobId)) + public PutCalendarJobRequestDescriptor(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Elastic.Clients.Elasticsearch.Serverless.Ids jobId) : base(r => r.Required("calendar_id", calendarId).Required("job_id", jobId)) { } @@ -76,7 +76,7 @@ public PutCalendarJobRequestDescriptor CalendarId(Elastic.Clients.Elasticsearch. return Self; } - public PutCalendarJobRequestDescriptor JobId(Elastic.Clients.Elasticsearch.Serverless.Id jobId) + public PutCalendarJobRequestDescriptor JobId(Elastic.Clients.Elasticsearch.Serverless.Ids jobId) { RouteValues.Required("job_id", jobId); return Self; diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.AsyncSearch.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.AsyncSearch.g.cs index 1c00e172d34..3518889061e 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.AsyncSearch.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.AsyncSearch.g.cs @@ -38,8 +38,8 @@ internal AsyncSearchNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(DeleteAsyncSearchRequest request, CancellationToken cancellationToken = default) { @@ -48,8 +48,8 @@ public virtual Task DeleteAsync(DeleteAsyncSearchRequ } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(DeleteAsyncSearchRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -58,8 +58,8 @@ public virtual Task DeleteAsync(DeleteAsyn } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -69,8 +69,8 @@ public virtual Task DeleteAsync(Elastic.Cl } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -81,8 +81,8 @@ public virtual Task DeleteAsync(Elastic.Cl } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(DeleteAsyncSearchRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -91,8 +91,8 @@ public virtual Task DeleteAsync(DeleteAsyncSearchRequ } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -102,8 +102,8 @@ public virtual Task DeleteAsync(Elastic.Clients.Elast } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) { @@ -114,8 +114,8 @@ public virtual Task DeleteAsync(Elastic.Clients.Elast } /// - /// Retrieves the results of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves the results of a previously submitted async search request given its identifier.
If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> GetAsync(GetAsyncSearchRequest request, CancellationToken cancellationToken = default) { @@ -124,8 +124,8 @@ public virtual Task> GetAsync(GetAs } /// - /// Retrieves the results of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves the results of a previously submitted async search request given its identifier.
If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> GetAsync(GetAsyncSearchRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -134,8 +134,8 @@ public virtual Task> GetAsync(GetAs } /// - /// Retrieves the results of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves the results of a previously submitted async search request given its identifier.
If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> GetAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -145,8 +145,8 @@ public virtual Task> GetAsync(Elast } /// - /// Retrieves the results of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves the results of a previously submitted async search request given its identifier.
If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> GetAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -157,8 +157,8 @@ public virtual Task> GetAsync(Elast } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(AsyncSearchStatusRequest request, CancellationToken cancellationToken = default) { @@ -167,8 +167,8 @@ public virtual Task StatusAsync(AsyncSearchStatusRequ } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(AsyncSearchStatusRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -177,8 +177,8 @@ public virtual Task StatusAsync(AsyncSearc } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -188,8 +188,8 @@ public virtual Task StatusAsync(Elastic.Cl } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -200,8 +200,8 @@ public virtual Task StatusAsync(Elastic.Cl } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(AsyncSearchStatusRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -210,8 +210,8 @@ public virtual Task StatusAsync(AsyncSearchStatusRequ } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -221,8 +221,8 @@ public virtual Task StatusAsync(Elastic.Clients.Elast } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) { @@ -233,8 +233,8 @@ public virtual Task StatusAsync(Elastic.Clients.Elast } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SubmitAsync(SubmitAsyncSearchRequest request, CancellationToken cancellationToken = default) { @@ -243,8 +243,8 @@ public virtual Task> SubmitAsync } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SubmitAsync(SubmitAsyncSearchRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -253,8 +253,8 @@ public virtual Task> SubmitAsync } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SubmitAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) { @@ -264,8 +264,8 @@ public virtual Task> SubmitAsync } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SubmitAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -276,8 +276,8 @@ public virtual Task> SubmitAsync } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SubmitAsync(CancellationToken cancellationToken = default) { @@ -287,8 +287,8 @@ public virtual Task> SubmitAsync } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SubmitAsync(Action> configureRequest, CancellationToken cancellationToken = default) { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Cluster.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Cluster.g.cs index 3d79c0e8c1f..203ad78c582 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Cluster.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Cluster.g.cs @@ -39,7 +39,7 @@ internal ClusterNamespacedClient(ElasticsearchClient client) : base(client) /// /// Provides explanations for shard allocations in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AllocationExplainAsync(AllocationExplainRequest request, CancellationToken cancellationToken = default) { @@ -49,7 +49,7 @@ public virtual Task AllocationExplainAsync(Allocation /// /// Provides explanations for shard allocations in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AllocationExplainAsync(AllocationExplainRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -59,7 +59,7 @@ public virtual Task AllocationExplainAsync(Allocation /// /// Provides explanations for shard allocations in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AllocationExplainAsync(CancellationToken cancellationToken = default) { @@ -70,7 +70,7 @@ public virtual Task AllocationExplainAsync(Cancellati /// /// Provides explanations for shard allocations in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AllocationExplainAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -81,8 +81,8 @@ public virtual Task AllocationExplainAsync(Action - /// Deletes a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes component templates.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteComponentTemplateAsync(DeleteComponentTemplateRequest request, CancellationToken cancellationToken = default) { @@ -91,8 +91,8 @@ public virtual Task DeleteComponentTemplateAsyn } /// - /// Deletes a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes component templates.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteComponentTemplateAsync(DeleteComponentTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -101,8 +101,8 @@ public virtual Task DeleteComponentTemplateAsyn } /// - /// Deletes a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes component templates.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteComponentTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, CancellationToken cancellationToken = default) { @@ -112,8 +112,8 @@ public virtual Task DeleteComponentTemplateAsyn } /// - /// Deletes a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes component templates.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteComponentTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -125,7 +125,7 @@ public virtual Task DeleteComponentTemplateAsyn /// /// Returns information about whether a particular component template exist - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsComponentTemplateAsync(ExistsComponentTemplateRequest request, CancellationToken cancellationToken = default) { @@ -135,7 +135,7 @@ public virtual Task ExistsComponentTemplateAsyn /// /// Returns information about whether a particular component template exist - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsComponentTemplateAsync(ExistsComponentTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -145,7 +145,7 @@ public virtual Task ExistsComponentTemplateAsyn /// /// Returns information about whether a particular component template exist - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsComponentTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, CancellationToken cancellationToken = default) { @@ -156,7 +156,7 @@ public virtual Task ExistsComponentTemplateAsyn /// /// Returns information about whether a particular component template exist - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsComponentTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -167,8 +167,8 @@ public virtual Task ExistsComponentTemplateAsyn } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetComponentTemplateAsync(GetComponentTemplateRequest request, CancellationToken cancellationToken = default) { @@ -177,8 +177,8 @@ public virtual Task GetComponentTemplateAsync(GetC } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetComponentTemplateAsync(GetComponentTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -187,8 +187,8 @@ public virtual Task GetComponentTemplateAsync(GetC } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetComponentTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name? name, CancellationToken cancellationToken = default) { @@ -198,8 +198,8 @@ public virtual Task GetComponentTemplateAsync(Elas } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetComponentTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name? name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -210,8 +210,8 @@ public virtual Task GetComponentTemplateAsync(Elas } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetComponentTemplateAsync(CancellationToken cancellationToken = default) { @@ -221,8 +221,8 @@ public virtual Task GetComponentTemplateAsync(Canc } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetComponentTemplateAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -233,8 +233,8 @@ public virtual Task GetComponentTemplateAsync(Acti } /// - /// Returns cluster settings. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-wide settings.
By default, it returns only settings that have been explicitly defined.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(GetClusterSettingsRequest request, CancellationToken cancellationToken = default) { @@ -243,8 +243,8 @@ public virtual Task GetSettingsAsync(GetClusterSetti } /// - /// Returns cluster settings. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-wide settings.
By default, it returns only settings that have been explicitly defined.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(GetClusterSettingsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -253,8 +253,8 @@ public virtual Task GetSettingsAsync(GetClusterSetti } /// - /// Returns cluster settings. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-wide settings.
By default, it returns only settings that have been explicitly defined.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(CancellationToken cancellationToken = default) { @@ -264,8 +264,8 @@ public virtual Task GetSettingsAsync(CancellationTok } /// - /// Returns cluster settings. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-wide settings.
By default, it returns only settings that have been explicitly defined.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -276,8 +276,8 @@ public virtual Task GetSettingsAsync(Action - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task HealthAsync(HealthRequest request, CancellationToken cancellationToken = default) { @@ -286,8 +286,8 @@ public virtual Task HealthAsync(HealthRequest request, Cancellat } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(HealthRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -296,8 +296,8 @@ public virtual Task HealthAsync(HealthRequestDescript } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) { @@ -307,8 +307,8 @@ public virtual Task HealthAsync(Elastic.Clients.Elast } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -319,8 +319,8 @@ public virtual Task HealthAsync(Elastic.Clients.Elast } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(CancellationToken cancellationToken = default) { @@ -330,8 +330,8 @@ public virtual Task HealthAsync(CancellationToken can } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -342,8 +342,8 @@ public virtual Task HealthAsync(Action - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task HealthAsync(HealthRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -352,8 +352,8 @@ public virtual Task HealthAsync(HealthRequestDescriptor descript } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) { @@ -363,8 +363,8 @@ public virtual Task HealthAsync(Elastic.Clients.Elasticsearch.Se } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) { @@ -375,8 +375,8 @@ public virtual Task HealthAsync(Elastic.Clients.Elasticsearch.Se } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(CancellationToken cancellationToken = default) { @@ -386,8 +386,8 @@ public virtual Task HealthAsync(CancellationToken cancellationTo } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -399,7 +399,7 @@ public virtual Task HealthAsync(Action /// /// Returns different information about the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(ClusterInfoRequest request, CancellationToken cancellationToken = default) { @@ -409,7 +409,7 @@ public virtual Task InfoAsync(ClusterInfoRequest request, C /// /// Returns different information about the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(ClusterInfoRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -419,7 +419,7 @@ public virtual Task InfoAsync(ClusterInfoRequestDescriptor /// /// Returns different information about the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(IReadOnlyCollection target, CancellationToken cancellationToken = default) { @@ -430,7 +430,7 @@ public virtual Task InfoAsync(IReadOnlyCollection /// Returns different information about the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(IReadOnlyCollection target, Action configureRequest, CancellationToken cancellationToken = default) { @@ -441,8 +441,8 @@ public virtual Task InfoAsync(IReadOnlyCollection - /// Returns a list of any cluster-level changes (e.g. create index, update mapping,
allocate or fail shard) which have not yet been executed.
- /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-level changes (such as create index, update mapping, allocate or fail shard) that have not yet been executed.
NOTE: This API returns a list of any pending updates to the cluster state.
These are distinct from the tasks reported by the Task Management API which include periodic tasks and tasks initiated by the user, such as node stats, search queries, or create index requests.
However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PendingTasksAsync(PendingTasksRequest request, CancellationToken cancellationToken = default) { @@ -451,8 +451,8 @@ public virtual Task PendingTasksAsync(PendingTasksRequest } /// - /// Returns a list of any cluster-level changes (e.g. create index, update mapping,
allocate or fail shard) which have not yet been executed.
- /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-level changes (such as create index, update mapping, allocate or fail shard) that have not yet been executed.
NOTE: This API returns a list of any pending updates to the cluster state.
These are distinct from the tasks reported by the Task Management API which include periodic tasks and tasks initiated by the user, such as node stats, search queries, or create index requests.
However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PendingTasksAsync(PendingTasksRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -461,8 +461,8 @@ public virtual Task PendingTasksAsync(PendingTasksRequestD } /// - /// Returns a list of any cluster-level changes (e.g. create index, update mapping,
allocate or fail shard) which have not yet been executed.
- /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-level changes (such as create index, update mapping, allocate or fail shard) that have not yet been executed.
NOTE: This API returns a list of any pending updates to the cluster state.
These are distinct from the tasks reported by the Task Management API which include periodic tasks and tasks initiated by the user, such as node stats, search queries, or create index requests.
However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PendingTasksAsync(CancellationToken cancellationToken = default) { @@ -472,8 +472,8 @@ public virtual Task PendingTasksAsync(CancellationToken ca } /// - /// Returns a list of any cluster-level changes (e.g. create index, update mapping,
allocate or fail shard) which have not yet been executed.
- /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-level changes (such as create index, update mapping, allocate or fail shard) that have not yet been executed.
NOTE: This API returns a list of any pending updates to the cluster state.
These are distinct from the tasks reported by the Task Management API which include periodic tasks and tasks initiated by the user, such as node stats, search queries, or create index requests.
However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PendingTasksAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -484,8 +484,12 @@ public virtual Task PendingTasksAsync(Action - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutComponentTemplateAsync(PutComponentTemplateRequest request, CancellationToken cancellationToken = default) { @@ -494,8 +498,12 @@ public virtual Task PutComponentTemplateAsync(PutC } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutComponentTemplateAsync(PutComponentTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -504,8 +512,12 @@ public virtual Task PutComponentTemplateAsync - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutComponentTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) { @@ -515,8 +527,12 @@ public virtual Task PutComponentTemplateAsync - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutComponentTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -527,8 +543,12 @@ public virtual Task PutComponentTemplateAsync - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutComponentTemplateAsync(PutComponentTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -537,8 +557,12 @@ public virtual Task PutComponentTemplateAsync(PutC } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutComponentTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) { @@ -548,8 +572,12 @@ public virtual Task PutComponentTemplateAsync(Elas } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutComponentTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -560,8 +588,8 @@ public virtual Task PutComponentTemplateAsync(Elas } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(ClusterStatsRequest request, CancellationToken cancellationToken = default) { @@ -570,8 +598,8 @@ public virtual Task StatsAsync(ClusterStatsRequest request } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(ClusterStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -580,8 +608,8 @@ public virtual Task StatsAsync(ClusterStatsRequestDescript } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Serverless.NodeIds? nodeId, CancellationToken cancellationToken = default) { @@ -591,8 +619,8 @@ public virtual Task StatsAsync(Elastic.Clients.Elasticsear } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Serverless.NodeIds? nodeId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -603,8 +631,8 @@ public virtual Task StatsAsync(Elastic.Clients.Elasticsear } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(CancellationToken cancellationToken = default) { @@ -614,8 +642,8 @@ public virtual Task StatsAsync(CancellationToken cancellat } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Action configureRequest, CancellationToken cancellationToken = default) { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Enrich.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Enrich.g.cs index b94ecbc2f16..d2fa4c1da87 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Enrich.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Enrich.g.cs @@ -82,7 +82,7 @@ public virtual Task DeletePolicyAsync(Elastic.Clients.Elas /// /// Creates the enrich index for an existing enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExecutePolicyAsync(ExecutePolicyRequest request, CancellationToken cancellationToken = default) { @@ -92,7 +92,7 @@ public virtual Task ExecutePolicyAsync(ExecutePolicyReque /// /// Creates the enrich index for an existing enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExecutePolicyAsync(ExecutePolicyRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -102,7 +102,7 @@ public virtual Task ExecutePolicyAsync(ExecutePolicyReque /// /// Creates the enrich index for an existing enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExecutePolicyAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) { @@ -113,7 +113,7 @@ public virtual Task ExecutePolicyAsync(Elastic.Clients.El /// /// Creates the enrich index for an existing enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExecutePolicyAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -124,7 +124,7 @@ public virtual Task ExecutePolicyAsync(Elastic.Clients.El } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPolicyAsync(GetPolicyRequest request, CancellationToken cancellationToken = default) @@ -134,7 +134,7 @@ public virtual Task GetPolicyAsync(GetPolicyRequest request, } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPolicyAsync(GetPolicyRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -144,7 +144,7 @@ public virtual Task GetPolicyAsync(GetPolicyRequestDescriptor } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPolicyAsync(Elastic.Clients.Elasticsearch.Serverless.Names? name, CancellationToken cancellationToken = default) @@ -155,7 +155,7 @@ public virtual Task GetPolicyAsync(Elastic.Clients.Elasticsea } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPolicyAsync(Elastic.Clients.Elasticsearch.Serverless.Names? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -167,7 +167,7 @@ public virtual Task GetPolicyAsync(Elastic.Clients.Elasticsea } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPolicyAsync(CancellationToken cancellationToken = default) @@ -178,7 +178,7 @@ public virtual Task GetPolicyAsync(CancellationToken cancella } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPolicyAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -190,8 +190,8 @@ public virtual Task GetPolicyAsync(Action - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(PutPolicyRequest request, CancellationToken cancellationToken = default) { @@ -200,8 +200,8 @@ public virtual Task PutPolicyAsync(PutPolicyRequest request, } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(PutPolicyRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -210,8 +210,8 @@ public virtual Task PutPolicyAsync(PutPolicyReques } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) { @@ -221,8 +221,8 @@ public virtual Task PutPolicyAsync(Elastic.Clients } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -233,8 +233,8 @@ public virtual Task PutPolicyAsync(Elastic.Clients } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(PutPolicyRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -243,8 +243,8 @@ public virtual Task PutPolicyAsync(PutPolicyRequestDescriptor } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) { @@ -254,8 +254,8 @@ public virtual Task PutPolicyAsync(Elastic.Clients.Elasticsea } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -266,7 +266,7 @@ public virtual Task PutPolicyAsync(Elastic.Clients.Elasticsea } /// - /// Gets enrich coordinator statistics and information about enrich policies that are currently executing. + /// Returns enrich coordinator statistics and information about enrich policies that are currently executing. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(EnrichStatsRequest request, CancellationToken cancellationToken = default) @@ -276,7 +276,7 @@ public virtual Task StatsAsync(EnrichStatsRequest request, } /// - /// Gets enrich coordinator statistics and information about enrich policies that are currently executing. + /// Returns enrich coordinator statistics and information about enrich policies that are currently executing. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(EnrichStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -286,7 +286,7 @@ public virtual Task StatsAsync(EnrichStatsRequestDescriptor } /// - /// Gets enrich coordinator statistics and information about enrich policies that are currently executing. + /// Returns enrich coordinator statistics and information about enrich policies that are currently executing. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(CancellationToken cancellationToken = default) @@ -297,7 +297,7 @@ public virtual Task StatsAsync(CancellationToken cancellati } /// - /// Gets enrich coordinator statistics and information about enrich policies that are currently executing. + /// Returns enrich coordinator statistics and information about enrich policies that are currently executing. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Eql.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Eql.g.cs index 00cf200ee0e..5a26b32c099 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Eql.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Eql.g.cs @@ -38,7 +38,7 @@ internal EqlNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(EqlDeleteRequest request, CancellationToken cancellationToken = default) @@ -48,7 +48,7 @@ public virtual Task DeleteAsync(EqlDeleteRequest request, Can } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(EqlDeleteRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -58,7 +58,7 @@ public virtual Task DeleteAsync(EqlDeleteRequestDe } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -69,7 +69,7 @@ public virtual Task DeleteAsync(Elastic.Clients.El } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -81,7 +81,7 @@ public virtual Task DeleteAsync(Elastic.Clients.El } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(EqlDeleteRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -91,7 +91,7 @@ public virtual Task DeleteAsync(EqlDeleteRequestDescriptor de } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -102,7 +102,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -114,8 +114,8 @@ public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch } /// - /// Returns async results from previously executed Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status and available results for an async EQL search or a stored synchronous EQL search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> GetAsync(EqlGetRequest request, CancellationToken cancellationToken = default) { @@ -124,8 +124,8 @@ public virtual Task> GetAsync(EqlGetRequest reque } /// - /// Returns async results from previously executed Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status and available results for an async EQL search or a stored synchronous EQL search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> GetAsync(EqlGetRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -134,8 +134,8 @@ public virtual Task> GetAsync(EqlGetRequestDescri } /// - /// Returns async results from previously executed Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status and available results for an async EQL search or a stored synchronous EQL search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> GetAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -145,8 +145,8 @@ public virtual Task> GetAsync(Elastic.Clients.Ela } /// - /// Returns async results from previously executed Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status and available results for an async EQL search or a stored synchronous EQL search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> GetAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -157,8 +157,8 @@ public virtual Task> GetAsync(Elastic.Clients.Ela } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(GetEqlStatusRequest request, CancellationToken cancellationToken = default) { @@ -167,8 +167,8 @@ public virtual Task GetStatusAsync(GetEqlStatusRequest req } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(GetEqlStatusRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -177,8 +177,8 @@ public virtual Task GetStatusAsync(GetEqlStatus } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -188,8 +188,8 @@ public virtual Task GetStatusAsync(Elastic.Clie } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -200,8 +200,8 @@ public virtual Task GetStatusAsync(Elastic.Clie } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(GetEqlStatusRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -210,8 +210,8 @@ public virtual Task GetStatusAsync(GetEqlStatusRequestDesc } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -221,8 +221,8 @@ public virtual Task GetStatusAsync(Elastic.Clients.Elastic } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Graph.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Graph.g.cs index 0eccda88308..b21960ad36e 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Graph.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Graph.g.cs @@ -38,8 +38,8 @@ internal GraphNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(ExploreRequest request, CancellationToken cancellationToken = default) { @@ -48,8 +48,8 @@ public virtual Task ExploreAsync(ExploreRequest request, Cancel } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(ExploreRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -58,8 +58,8 @@ public virtual Task ExploreAsync(ExploreRequestDescr } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) { @@ -69,8 +69,8 @@ public virtual Task ExploreAsync(Elastic.Clients.Ela } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -81,8 +81,8 @@ public virtual Task ExploreAsync(Elastic.Clients.Ela } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(CancellationToken cancellationToken = default) { @@ -92,8 +92,8 @@ public virtual Task ExploreAsync(CancellationToken c } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -104,8 +104,8 @@ public virtual Task ExploreAsync(Action - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(ExploreRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -114,8 +114,8 @@ public virtual Task ExploreAsync(ExploreRequestDescriptor descr } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) { @@ -125,8 +125,8 @@ public virtual Task ExploreAsync(Elastic.Clients.Elasticsearch. } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Indices.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Indices.g.cs index 2f4d720b91a..fcb5a2fb5e6 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Indices.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Indices.g.cs @@ -38,8 +38,8 @@ internal IndicesNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(AnalyzeIndexRequest request, CancellationToken cancellationToken = default) { @@ -48,8 +48,8 @@ public virtual Task AnalyzeAsync(AnalyzeIndexRequest reque } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(AnalyzeIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -58,8 +58,8 @@ public virtual Task AnalyzeAsync(AnalyzeIndexRe } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName? index, CancellationToken cancellationToken = default) { @@ -69,8 +69,8 @@ public virtual Task AnalyzeAsync(Elastic.Client } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName? index, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -81,8 +81,8 @@ public virtual Task AnalyzeAsync(Elastic.Client } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(CancellationToken cancellationToken = default) { @@ -92,8 +92,8 @@ public virtual Task AnalyzeAsync(CancellationTo } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -104,8 +104,8 @@ public virtual Task AnalyzeAsync(Action - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(AnalyzeIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -114,8 +114,8 @@ public virtual Task AnalyzeAsync(AnalyzeIndexRequestDescri } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName? index, CancellationToken cancellationToken = default) { @@ -125,8 +125,8 @@ public virtual Task AnalyzeAsync(Elastic.Clients.Elasticse } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName? index, Action configureRequest, CancellationToken cancellationToken = default) { @@ -137,8 +137,8 @@ public virtual Task AnalyzeAsync(Elastic.Clients.Elasticse } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(CancellationToken cancellationToken = default) { @@ -148,8 +148,8 @@ public virtual Task AnalyzeAsync(CancellationToken cancell } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -160,7 +160,7 @@ public virtual Task AnalyzeAsync(Action - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearCacheAsync(ClearCacheRequest request, CancellationToken cancellationToken = default) @@ -170,7 +170,7 @@ public virtual Task ClearCacheAsync(ClearCacheRequest reques } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(ClearCacheRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -180,7 +180,7 @@ public virtual Task ClearCacheAsync(ClearCacheReq } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -191,7 +191,7 @@ public virtual Task ClearCacheAsync(Elastic.Clien } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -203,7 +203,7 @@ public virtual Task ClearCacheAsync(Elastic.Clien } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(CancellationToken cancellationToken = default) @@ -214,7 +214,7 @@ public virtual Task ClearCacheAsync(CancellationT } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -226,7 +226,7 @@ public virtual Task ClearCacheAsync(Action - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearCacheAsync(ClearCacheRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -236,7 +236,7 @@ public virtual Task ClearCacheAsync(ClearCacheRequestDescrip } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -247,7 +247,7 @@ public virtual Task ClearCacheAsync(Elastic.Clients.Elastics } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -259,7 +259,7 @@ public virtual Task ClearCacheAsync(Elastic.Clients.Elastics } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(CancellationToken cancellationToken = default) @@ -270,7 +270,7 @@ public virtual Task ClearCacheAsync(CancellationToken cancel } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -283,7 +283,7 @@ public virtual Task ClearCacheAsync(Action /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(CloseIndexRequest request, CancellationToken cancellationToken = default) { @@ -293,7 +293,7 @@ public virtual Task CloseAsync(CloseIndexRequest request, Ca /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(CloseIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -303,7 +303,7 @@ public virtual Task CloseAsync(CloseIndexRequestD /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) { @@ -314,7 +314,7 @@ public virtual Task CloseAsync(Elastic.Clients.El /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -326,7 +326,7 @@ public virtual Task CloseAsync(Elastic.Clients.El /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(CancellationToken cancellationToken = default) { @@ -337,7 +337,7 @@ public virtual Task CloseAsync(CancellationToken /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -349,7 +349,7 @@ public virtual Task CloseAsync(Action /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(CloseIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -359,7 +359,7 @@ public virtual Task CloseAsync(CloseIndexRequestDescriptor d /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) { @@ -370,7 +370,7 @@ public virtual Task CloseAsync(Elastic.Clients.Elasticsearch /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) { @@ -381,8 +381,8 @@ public virtual Task CloseAsync(Elastic.Clients.Elasticsearch } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(CreateIndexRequest request, CancellationToken cancellationToken = default) { @@ -391,8 +391,8 @@ public virtual Task CreateAsync(CreateIndexRequest request, } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(CreateIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -401,8 +401,8 @@ public virtual Task CreateAsync(CreateIndexReque } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, CancellationToken cancellationToken = default) { @@ -412,8 +412,8 @@ public virtual Task CreateAsync(Elastic.Clients. } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -424,8 +424,8 @@ public virtual Task CreateAsync(Elastic.Clients. } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(CancellationToken cancellationToken = default) { @@ -435,8 +435,8 @@ public virtual Task CreateAsync(CancellationToke } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -447,8 +447,8 @@ public virtual Task CreateAsync(Action - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(CreateIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -457,8 +457,8 @@ public virtual Task CreateAsync(CreateIndexRequestDescripto } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, CancellationToken cancellationToken = default) { @@ -468,8 +468,8 @@ public virtual Task CreateAsync(Elastic.Clients.Elasticsear } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Action configureRequest, CancellationToken cancellationToken = default) { @@ -480,7 +480,7 @@ public virtual Task CreateAsync(Elastic.Clients.Elasticsear } /// - /// Creates a data stream + /// Creates a data stream.
You must have a matching index template with data stream enabled.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateDataStreamAsync(CreateDataStreamRequest request, CancellationToken cancellationToken = default) @@ -490,7 +490,7 @@ public virtual Task CreateDataStreamAsync(CreateDataSt } /// - /// Creates a data stream + /// Creates a data stream.
You must have a matching index template with data stream enabled.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateDataStreamAsync(CreateDataStreamRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -500,7 +500,7 @@ public virtual Task CreateDataStreamAsync(CreateDataSt } /// - /// Creates a data stream + /// Creates a data stream.
You must have a matching index template with data stream enabled.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateDataStreamAsync(Elastic.Clients.Elasticsearch.Serverless.DataStreamName name, CancellationToken cancellationToken = default) @@ -511,7 +511,7 @@ public virtual Task CreateDataStreamAsync(Elastic.Clie } /// - /// Creates a data stream + /// Creates a data stream.
You must have a matching index template with data stream enabled.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateDataStreamAsync(Elastic.Clients.Elasticsearch.Serverless.DataStreamName name, Action configureRequest, CancellationToken cancellationToken = default) @@ -523,7 +523,7 @@ public virtual Task CreateDataStreamAsync(Elastic.Clie } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DataStreamsStatsAsync(DataStreamsStatsRequest request, CancellationToken cancellationToken = default) @@ -533,7 +533,7 @@ public virtual Task DataStreamsStatsAsync(DataStreamsS } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DataStreamsStatsAsync(DataStreamsStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -543,7 +543,7 @@ public virtual Task DataStreamsStatsAsync(DataStreamsS } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DataStreamsStatsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName? name, CancellationToken cancellationToken = default) @@ -554,7 +554,7 @@ public virtual Task DataStreamsStatsAsync(Elastic.Clie } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DataStreamsStatsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -566,7 +566,7 @@ public virtual Task DataStreamsStatsAsync(Elastic.Clie } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DataStreamsStatsAsync(CancellationToken cancellationToken = default) @@ -577,7 +577,7 @@ public virtual Task DataStreamsStatsAsync(Cancellation } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DataStreamsStatsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -589,7 +589,7 @@ public virtual Task DataStreamsStatsAsync(Action - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(DeleteIndexRequest request, CancellationToken cancellationToken = default) @@ -599,7 +599,7 @@ public virtual Task DeleteAsync(DeleteIndexRequest request, } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(DeleteIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -609,7 +609,7 @@ public virtual Task DeleteAsync(DeleteIndexReque } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -620,7 +620,7 @@ public virtual Task DeleteAsync(Elastic.Clients. } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -632,7 +632,7 @@ public virtual Task DeleteAsync(Elastic.Clients. } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(CancellationToken cancellationToken = default) @@ -643,7 +643,7 @@ public virtual Task DeleteAsync(CancellationToke } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -655,7 +655,7 @@ public virtual Task DeleteAsync(Action - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(DeleteIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -665,7 +665,7 @@ public virtual Task DeleteAsync(DeleteIndexRequestDescripto } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -676,7 +676,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elasticsear } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -688,7 +688,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elasticsear } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(DeleteAliasRequest request, CancellationToken cancellationToken = default) @@ -698,7 +698,7 @@ public virtual Task DeleteAliasAsync(DeleteAliasRequest req } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(DeleteAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -708,7 +708,7 @@ public virtual Task DeleteAliasAsync(DeleteAlias } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Elastic.Clients.Elasticsearch.Serverless.Names name, CancellationToken cancellationToken = default) @@ -719,7 +719,7 @@ public virtual Task DeleteAliasAsync(Elastic.Cli } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Elastic.Clients.Elasticsearch.Serverless.Names name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -731,7 +731,7 @@ public virtual Task DeleteAliasAsync(Elastic.Cli } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, CancellationToken cancellationToken = default) @@ -742,7 +742,7 @@ public virtual Task DeleteAliasAsync(Elastic.Cli } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -754,7 +754,7 @@ public virtual Task DeleteAliasAsync(Elastic.Cli } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(DeleteAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -764,7 +764,7 @@ public virtual Task DeleteAliasAsync(DeleteAliasRequestDesc } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Elastic.Clients.Elasticsearch.Serverless.Names name, CancellationToken cancellationToken = default) @@ -775,7 +775,7 @@ public virtual Task DeleteAliasAsync(Elastic.Clients.Elasti } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Elastic.Clients.Elasticsearch.Serverless.Names name, Action configureRequest, CancellationToken cancellationToken = default) @@ -787,7 +787,7 @@ public virtual Task DeleteAliasAsync(Elastic.Clients.Elasti } /// - /// Deletes the data stream lifecycle of the selected data streams. + /// Removes the data lifecycle from a data stream rendering it not managed by the data stream lifecycle /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataLifecycleAsync(DeleteDataLifecycleRequest request, CancellationToken cancellationToken = default) @@ -797,7 +797,7 @@ public virtual Task DeleteDataLifecycleAsync(Delete } /// - /// Deletes the data stream lifecycle of the selected data streams. + /// Removes the data lifecycle from a data stream rendering it not managed by the data stream lifecycle /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataLifecycleAsync(DeleteDataLifecycleRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -807,7 +807,7 @@ public virtual Task DeleteDataLifecycleAsync(Delete } /// - /// Deletes the data stream lifecycle of the selected data streams. + /// Removes the data lifecycle from a data stream rendering it not managed by the data stream lifecycle /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataLifecycleAsync(Elastic.Clients.Elasticsearch.Serverless.DataStreamNames name, CancellationToken cancellationToken = default) @@ -818,7 +818,7 @@ public virtual Task DeleteDataLifecycleAsync(Elasti } /// - /// Deletes the data stream lifecycle of the selected data streams. + /// Removes the data lifecycle from a data stream rendering it not managed by the data stream lifecycle /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataLifecycleAsync(Elastic.Clients.Elasticsearch.Serverless.DataStreamNames name, Action configureRequest, CancellationToken cancellationToken = default) @@ -830,7 +830,7 @@ public virtual Task DeleteDataLifecycleAsync(Elasti } /// - /// Deletes a data stream. + /// Deletes one or more data streams and their backing indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataStreamAsync(DeleteDataStreamRequest request, CancellationToken cancellationToken = default) @@ -840,7 +840,7 @@ public virtual Task DeleteDataStreamAsync(DeleteDataSt } /// - /// Deletes a data stream. + /// Deletes one or more data streams and their backing indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataStreamAsync(DeleteDataStreamRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -850,7 +850,7 @@ public virtual Task DeleteDataStreamAsync(DeleteDataSt } /// - /// Deletes a data stream. + /// Deletes one or more data streams and their backing indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataStreamAsync(Elastic.Clients.Elasticsearch.Serverless.DataStreamNames name, CancellationToken cancellationToken = default) @@ -861,7 +861,7 @@ public virtual Task DeleteDataStreamAsync(Elastic.Clie } /// - /// Deletes a data stream. + /// Deletes one or more data streams and their backing indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataStreamAsync(Elastic.Clients.Elasticsearch.Serverless.DataStreamNames name, Action configureRequest, CancellationToken cancellationToken = default) @@ -873,7 +873,7 @@ public virtual Task DeleteDataStreamAsync(Elastic.Clie } /// - /// Deletes an index template. + /// The provided may contain multiple template names separated by a comma. If multiple template
names are specified then there is no wildcard support and the provided names should match completely with
existing templates.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteIndexTemplateAsync(DeleteIndexTemplateRequest request, CancellationToken cancellationToken = default) @@ -883,7 +883,7 @@ public virtual Task DeleteIndexTemplateAsync(Delete } /// - /// Deletes an index template. + /// The provided may contain multiple template names separated by a comma. If multiple template
names are specified then there is no wildcard support and the provided names should match completely with
existing templates.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteIndexTemplateAsync(DeleteIndexTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -893,7 +893,7 @@ public virtual Task DeleteIndexTemplateAsync(Delete } /// - /// Deletes an index template. + /// The provided may contain multiple template names separated by a comma. If multiple template
names are specified then there is no wildcard support and the provided names should match completely with
existing templates.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteIndexTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, CancellationToken cancellationToken = default) @@ -904,7 +904,7 @@ public virtual Task DeleteIndexTemplateAsync(Elasti } /// - /// Deletes an index template. + /// The provided may contain multiple template names separated by a comma. If multiple template
names are specified then there is no wildcard support and the provided names should match completely with
existing templates.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteIndexTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, Action configureRequest, CancellationToken cancellationToken = default) @@ -916,7 +916,7 @@ public virtual Task DeleteIndexTemplateAsync(Elasti } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(ExistsRequest request, CancellationToken cancellationToken = default) @@ -926,7 +926,7 @@ public virtual Task ExistsAsync(ExistsRequest request, Cancellat } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(ExistsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -936,7 +936,7 @@ public virtual Task ExistsAsync(ExistsRequestDescript } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -947,7 +947,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elast } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -959,7 +959,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elast } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(CancellationToken cancellationToken = default) @@ -970,7 +970,7 @@ public virtual Task ExistsAsync(CancellationToken can } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -982,7 +982,7 @@ public virtual Task ExistsAsync(Action - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(ExistsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -992,7 +992,7 @@ public virtual Task ExistsAsync(ExistsRequestDescriptor descript } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -1003,7 +1003,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Se } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -1015,7 +1015,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Se } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(ExistsAliasRequest request, CancellationToken cancellationToken = default) @@ -1025,7 +1025,7 @@ public virtual Task ExistsAliasAsync(ExistsAliasRequest req } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(ExistsAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1035,7 +1035,7 @@ public virtual Task ExistsAliasAsync(ExistsAlias } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Names name, CancellationToken cancellationToken = default) @@ -1046,7 +1046,7 @@ public virtual Task ExistsAliasAsync(Elastic.Cli } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Names name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1058,7 +1058,7 @@ public virtual Task ExistsAliasAsync(Elastic.Cli } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, CancellationToken cancellationToken = default) @@ -1069,7 +1069,7 @@ public virtual Task ExistsAliasAsync(Elastic.Cli } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1081,7 +1081,7 @@ public virtual Task ExistsAliasAsync(Elastic.Cli } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(ExistsAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1091,7 +1091,7 @@ public virtual Task ExistsAliasAsync(ExistsAliasRequestDesc } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Names name, CancellationToken cancellationToken = default) @@ -1102,7 +1102,7 @@ public virtual Task ExistsAliasAsync(Elastic.Clients.Elasti } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Names name, Action configureRequest, CancellationToken cancellationToken = default) @@ -1114,7 +1114,7 @@ public virtual Task ExistsAliasAsync(Elastic.Clients.Elasti } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, CancellationToken cancellationToken = default) @@ -1125,7 +1125,7 @@ public virtual Task ExistsAliasAsync(Elastic.Clients.Elasti } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, Action configureRequest, CancellationToken cancellationToken = default) @@ -1279,8 +1279,8 @@ public virtual Task ExplainDataLifecycleAsync(Elas } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(FlushRequest request, CancellationToken cancellationToken = default) { @@ -1289,8 +1289,8 @@ public virtual Task FlushAsync(FlushRequest request, Cancellation } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(FlushRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1299,8 +1299,8 @@ public virtual Task FlushAsync(FlushRequestDescriptor< } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) { @@ -1310,8 +1310,8 @@ public virtual Task FlushAsync(Elastic.Clients.Elastic } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -1322,8 +1322,8 @@ public virtual Task FlushAsync(Elastic.Clients.Elastic } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(CancellationToken cancellationToken = default) { @@ -1333,8 +1333,8 @@ public virtual Task FlushAsync(CancellationToken cance } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -1345,8 +1345,8 @@ public virtual Task FlushAsync(Action - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(FlushRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1355,8 +1355,8 @@ public virtual Task FlushAsync(FlushRequestDescriptor descriptor, } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) { @@ -1366,8 +1366,8 @@ public virtual Task FlushAsync(Elastic.Clients.Elasticsearch.Serv } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) { @@ -1378,8 +1378,8 @@ public virtual Task FlushAsync(Elastic.Clients.Elasticsearch.Serv } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(CancellationToken cancellationToken = default) { @@ -1389,8 +1389,8 @@ public virtual Task FlushAsync(CancellationToken cancellationToke } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -1523,7 +1523,7 @@ public virtual Task ForcemergeAsync(Action - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(GetIndexRequest request, CancellationToken cancellationToken = default) @@ -1533,7 +1533,7 @@ public virtual Task GetAsync(GetIndexRequest request, Cancella } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(GetIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1543,7 +1543,7 @@ public virtual Task GetAsync(GetIndexRequestDescrip } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -1554,7 +1554,7 @@ public virtual Task GetAsync(Elastic.Clients.Elasti } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1566,7 +1566,7 @@ public virtual Task GetAsync(Elastic.Clients.Elasti } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(CancellationToken cancellationToken = default) @@ -1577,7 +1577,7 @@ public virtual Task GetAsync(CancellationToken canc } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -1589,7 +1589,7 @@ public virtual Task GetAsync(Action - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(GetIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1599,7 +1599,7 @@ public virtual Task GetAsync(GetIndexRequestDescriptor descrip } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -1610,7 +1610,7 @@ public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Ser } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -1622,7 +1622,7 @@ public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Ser } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(GetAliasRequest request, CancellationToken cancellationToken = default) @@ -1632,7 +1632,7 @@ public virtual Task GetAliasAsync(GetAliasRequest request, Can } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(GetAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1642,7 +1642,7 @@ public virtual Task GetAliasAsync(GetAliasRequestDe } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Names? name, CancellationToken cancellationToken = default) @@ -1653,7 +1653,7 @@ public virtual Task GetAliasAsync(Elastic.Clients.E } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Names? name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1665,7 +1665,7 @@ public virtual Task GetAliasAsync(Elastic.Clients.E } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(CancellationToken cancellationToken = default) @@ -1676,7 +1676,7 @@ public virtual Task GetAliasAsync(CancellationToken } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -1688,7 +1688,7 @@ public virtual Task GetAliasAsync(Action - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(GetAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1698,7 +1698,7 @@ public virtual Task GetAliasAsync(GetAliasRequestDescriptor de } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Names? name, CancellationToken cancellationToken = default) @@ -1709,7 +1709,7 @@ public virtual Task GetAliasAsync(Elastic.Clients.Elasticsearc } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Names? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -1721,7 +1721,7 @@ public virtual Task GetAliasAsync(Elastic.Clients.Elasticsearc } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(CancellationToken cancellationToken = default) @@ -1732,7 +1732,7 @@ public virtual Task GetAliasAsync(CancellationToken cancellati } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -1744,7 +1744,7 @@ public virtual Task GetAliasAsync(Action - /// Returns the data stream lifecycle of the selected data streams. + /// Retrieves the data stream lifecycle configuration of one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataLifecycleAsync(GetDataLifecycleRequest request, CancellationToken cancellationToken = default) @@ -1754,7 +1754,7 @@ public virtual Task GetDataLifecycleAsync(GetDataLifec } /// - /// Returns the data stream lifecycle of the selected data streams. + /// Retrieves the data stream lifecycle configuration of one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataLifecycleAsync(GetDataLifecycleRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1764,7 +1764,7 @@ public virtual Task GetDataLifecycleAsync(GetDataLifec } /// - /// Returns the data stream lifecycle of the selected data streams. + /// Retrieves the data stream lifecycle configuration of one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataLifecycleAsync(Elastic.Clients.Elasticsearch.Serverless.DataStreamNames name, CancellationToken cancellationToken = default) @@ -1775,7 +1775,7 @@ public virtual Task GetDataLifecycleAsync(Elastic.Clie } /// - /// Returns the data stream lifecycle of the selected data streams. + /// Retrieves the data stream lifecycle configuration of one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataLifecycleAsync(Elastic.Clients.Elasticsearch.Serverless.DataStreamNames name, Action configureRequest, CancellationToken cancellationToken = default) @@ -1787,7 +1787,7 @@ public virtual Task GetDataLifecycleAsync(Elastic.Clie } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataStreamAsync(GetDataStreamRequest request, CancellationToken cancellationToken = default) @@ -1797,7 +1797,7 @@ public virtual Task GetDataStreamAsync(GetDataStreamReque } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataStreamAsync(GetDataStreamRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1807,7 +1807,7 @@ public virtual Task GetDataStreamAsync(GetDataStreamReque } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataStreamAsync(Elastic.Clients.Elasticsearch.Serverless.DataStreamNames? name, CancellationToken cancellationToken = default) @@ -1818,7 +1818,7 @@ public virtual Task GetDataStreamAsync(Elastic.Clients.El } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataStreamAsync(Elastic.Clients.Elasticsearch.Serverless.DataStreamNames? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -1830,7 +1830,7 @@ public virtual Task GetDataStreamAsync(Elastic.Clients.El } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataStreamAsync(CancellationToken cancellationToken = default) @@ -1841,7 +1841,7 @@ public virtual Task GetDataStreamAsync(CancellationToken } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataStreamAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -1853,7 +1853,7 @@ public virtual Task GetDataStreamAsync(Action - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetIndexTemplateAsync(GetIndexTemplateRequest request, CancellationToken cancellationToken = default) @@ -1863,7 +1863,7 @@ public virtual Task GetIndexTemplateAsync(GetIndexTemp } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetIndexTemplateAsync(GetIndexTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1873,7 +1873,7 @@ public virtual Task GetIndexTemplateAsync(GetIndexTemp } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetIndexTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name? name, CancellationToken cancellationToken = default) @@ -1884,7 +1884,7 @@ public virtual Task GetIndexTemplateAsync(Elastic.Clie } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetIndexTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -1896,7 +1896,7 @@ public virtual Task GetIndexTemplateAsync(Elastic.Clie } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetIndexTemplateAsync(CancellationToken cancellationToken = default) @@ -1907,7 +1907,7 @@ public virtual Task GetIndexTemplateAsync(Cancellation } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetIndexTemplateAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -1919,7 +1919,7 @@ public virtual Task GetIndexTemplateAsync(Action - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetMappingAsync(GetMappingRequest request, CancellationToken cancellationToken = default) @@ -1929,7 +1929,7 @@ public virtual Task GetMappingAsync(GetMappingRequest reques } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(GetMappingRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1939,7 +1939,7 @@ public virtual Task GetMappingAsync(GetMappingReq } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -1950,7 +1950,7 @@ public virtual Task GetMappingAsync(Elastic.Clien } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1962,7 +1962,7 @@ public virtual Task GetMappingAsync(Elastic.Clien } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(CancellationToken cancellationToken = default) @@ -1973,7 +1973,7 @@ public virtual Task GetMappingAsync(CancellationT } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -1985,7 +1985,7 @@ public virtual Task GetMappingAsync(Action - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetMappingAsync(GetMappingRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1995,7 +1995,7 @@ public virtual Task GetMappingAsync(GetMappingRequestDescrip } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -2006,7 +2006,7 @@ public virtual Task GetMappingAsync(Elastic.Clients.Elastics } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -2018,7 +2018,7 @@ public virtual Task GetMappingAsync(Elastic.Clients.Elastics } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(CancellationToken cancellationToken = default) @@ -2029,7 +2029,7 @@ public virtual Task GetMappingAsync(CancellationToken cancel } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -2041,7 +2041,7 @@ public virtual Task GetMappingAsync(Action - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetSettingsAsync(GetIndicesSettingsRequest request, CancellationToken cancellationToken = default) @@ -2051,7 +2051,7 @@ public virtual Task GetSettingsAsync(GetIndicesSetti } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(GetIndicesSettingsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2061,7 +2061,7 @@ public virtual Task GetSettingsAsync(GetI } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Names? name, CancellationToken cancellationToken = default) @@ -2072,7 +2072,7 @@ public virtual Task GetSettingsAsync(Elas } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Names? name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2084,7 +2084,7 @@ public virtual Task GetSettingsAsync(Elas } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(CancellationToken cancellationToken = default) @@ -2095,7 +2095,7 @@ public virtual Task GetSettingsAsync(Canc } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -2107,7 +2107,7 @@ public virtual Task GetSettingsAsync(Acti } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(GetIndicesSettingsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2117,7 +2117,7 @@ public virtual Task GetSettingsAsync(GetIndicesSetti } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Names? name, CancellationToken cancellationToken = default) @@ -2128,7 +2128,7 @@ public virtual Task GetSettingsAsync(Elastic.Clients } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Names? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -2140,7 +2140,7 @@ public virtual Task GetSettingsAsync(Elastic.Clients } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(CancellationToken cancellationToken = default) @@ -2151,7 +2151,7 @@ public virtual Task GetSettingsAsync(CancellationTok } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -2163,7 +2163,7 @@ public virtual Task GetSettingsAsync(Action - /// Migrates an alias to a data stream + /// Converts an index alias to a data stream.
You must have a matching index template that is data stream enabled.
The alias must meet the following criteria:
The alias must have a write index;
All indices for the alias must have a `@timestamp` field mapping of a `date` or `date_nanos` field type;
The alias must not have any filters;
The alias must not use custom routing.
If successful, the request removes the alias and creates a data stream with the same name.
The indices for the alias become hidden backing indices for the stream.
The write index for the alias becomes the write index for the stream.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task MigrateToDataStreamAsync(MigrateToDataStreamRequest request, CancellationToken cancellationToken = default) @@ -2173,7 +2173,7 @@ public virtual Task MigrateToDataStreamAsync(Migrat } /// - /// Migrates an alias to a data stream + /// Converts an index alias to a data stream.
You must have a matching index template that is data stream enabled.
The alias must meet the following criteria:
The alias must have a write index;
All indices for the alias must have a `@timestamp` field mapping of a `date` or `date_nanos` field type;
The alias must not have any filters;
The alias must not use custom routing.
If successful, the request removes the alias and creates a data stream with the same name.
The indices for the alias become hidden backing indices for the stream.
The write index for the alias becomes the write index for the stream.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task MigrateToDataStreamAsync(MigrateToDataStreamRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2183,7 +2183,7 @@ public virtual Task MigrateToDataStreamAsync(Migrat } /// - /// Migrates an alias to a data stream + /// Converts an index alias to a data stream.
You must have a matching index template that is data stream enabled.
The alias must meet the following criteria:
The alias must have a write index;
All indices for the alias must have a `@timestamp` field mapping of a `date` or `date_nanos` field type;
The alias must not have any filters;
The alias must not use custom routing.
If successful, the request removes the alias and creates a data stream with the same name.
The indices for the alias become hidden backing indices for the stream.
The write index for the alias becomes the write index for the stream.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task MigrateToDataStreamAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName name, CancellationToken cancellationToken = default) @@ -2194,7 +2194,7 @@ public virtual Task MigrateToDataStreamAsync(Elasti } /// - /// Migrates an alias to a data stream + /// Converts an index alias to a data stream.
You must have a matching index template that is data stream enabled.
The alias must meet the following criteria:
The alias must have a write index;
All indices for the alias must have a `@timestamp` field mapping of a `date` or `date_nanos` field type;
The alias must not have any filters;
The alias must not use custom routing.
If successful, the request removes the alias and creates a data stream with the same name.
The indices for the alias become hidden backing indices for the stream.
The write index for the alias becomes the write index for the stream.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task MigrateToDataStreamAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName name, Action configureRequest, CancellationToken cancellationToken = default) @@ -2206,7 +2206,7 @@ public virtual Task MigrateToDataStreamAsync(Elasti } /// - /// Modifies a data stream + /// Performs one or more data stream modification actions in a single atomic operation. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ModifyDataStreamAsync(ModifyDataStreamRequest request, CancellationToken cancellationToken = default) @@ -2216,7 +2216,7 @@ public virtual Task ModifyDataStreamAsync(ModifyDataSt } /// - /// Modifies a data stream + /// Performs one or more data stream modification actions in a single atomic operation. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ModifyDataStreamAsync(ModifyDataStreamRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2226,7 +2226,7 @@ public virtual Task ModifyDataStreamAsync(ModifyDataSt } /// - /// Modifies a data stream + /// Performs one or more data stream modification actions in a single atomic operation. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ModifyDataStreamAsync(CancellationToken cancellationToken = default) @@ -2237,7 +2237,7 @@ public virtual Task ModifyDataStreamAsync(Cancellation } /// - /// Modifies a data stream + /// Performs one or more data stream modification actions in a single atomic operation. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ModifyDataStreamAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -2249,7 +2249,7 @@ public virtual Task ModifyDataStreamAsync(Action - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task OpenAsync(OpenIndexRequest request, CancellationToken cancellationToken = default) @@ -2259,7 +2259,7 @@ public virtual Task OpenAsync(OpenIndexRequest request, Cance } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(OpenIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2269,7 +2269,7 @@ public virtual Task OpenAsync(OpenIndexRequestDesc } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -2280,7 +2280,7 @@ public virtual Task OpenAsync(Elastic.Clients.Elas } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2292,7 +2292,7 @@ public virtual Task OpenAsync(Elastic.Clients.Elas } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(CancellationToken cancellationToken = default) @@ -2303,7 +2303,7 @@ public virtual Task OpenAsync(CancellationToken ca } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -2315,7 +2315,7 @@ public virtual Task OpenAsync(Action - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task OpenAsync(OpenIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2325,7 +2325,7 @@ public virtual Task OpenAsync(OpenIndexRequestDescriptor desc } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -2336,7 +2336,7 @@ public virtual Task OpenAsync(Elastic.Clients.Elasticsearch.S } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -2348,7 +2348,7 @@ public virtual Task OpenAsync(Elastic.Clients.Elasticsearch.S } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(PutAliasRequest request, CancellationToken cancellationToken = default) @@ -2358,7 +2358,7 @@ public virtual Task PutAliasAsync(PutAliasRequest request, Can } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(PutAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2368,7 +2368,7 @@ public virtual Task PutAliasAsync(PutAliasRequestDe } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) @@ -2379,7 +2379,7 @@ public virtual Task PutAliasAsync(Elastic.Clients.E } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Elastic.Clients.Elasticsearch.Serverless.Name name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2391,7 +2391,7 @@ public virtual Task PutAliasAsync(Elastic.Clients.E } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) @@ -2402,7 +2402,7 @@ public virtual Task PutAliasAsync(Elastic.Clients.E } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2414,7 +2414,7 @@ public virtual Task PutAliasAsync(Elastic.Clients.E } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(PutAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2424,7 +2424,7 @@ public virtual Task PutAliasAsync(PutAliasRequestDescriptor de } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) @@ -2435,7 +2435,7 @@ public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearc } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Elastic.Clients.Elasticsearch.Serverless.Name name, Action configureRequest, CancellationToken cancellationToken = default) @@ -2447,7 +2447,7 @@ public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearc } /// - /// Updates the data stream lifecycle of the selected data streams. + /// Update the data lifecycle of the specified data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataLifecycleAsync(PutDataLifecycleRequest request, CancellationToken cancellationToken = default) @@ -2457,7 +2457,7 @@ public virtual Task PutDataLifecycleAsync(PutDataLifec } /// - /// Updates the data stream lifecycle of the selected data streams. + /// Update the data lifecycle of the specified data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataLifecycleAsync(PutDataLifecycleRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2467,7 +2467,7 @@ public virtual Task PutDataLifecycleAsync(PutDataLifec } /// - /// Updates the data stream lifecycle of the selected data streams. + /// Update the data lifecycle of the specified data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataLifecycleAsync(Elastic.Clients.Elasticsearch.Serverless.DataStreamNames name, CancellationToken cancellationToken = default) @@ -2478,7 +2478,7 @@ public virtual Task PutDataLifecycleAsync(Elastic.Clie } /// - /// Updates the data stream lifecycle of the selected data streams. + /// Update the data lifecycle of the specified data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataLifecycleAsync(Elastic.Clients.Elasticsearch.Serverless.DataStreamNames name, Action configureRequest, CancellationToken cancellationToken = default) @@ -2490,7 +2490,7 @@ public virtual Task PutDataLifecycleAsync(Elastic.Clie } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(PutIndexTemplateRequest request, CancellationToken cancellationToken = default) @@ -2500,7 +2500,7 @@ public virtual Task PutIndexTemplateAsync(PutIndexTemp } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(PutIndexTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2510,7 +2510,7 @@ public virtual Task PutIndexTemplateAsync(P } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) @@ -2521,7 +2521,7 @@ public virtual Task PutIndexTemplateAsync(E } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2533,7 +2533,7 @@ public virtual Task PutIndexTemplateAsync(E } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(PutIndexTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2543,7 +2543,7 @@ public virtual Task PutIndexTemplateAsync(PutIndexTemp } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) @@ -2554,7 +2554,7 @@ public virtual Task PutIndexTemplateAsync(Elastic.Clie } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, Action configureRequest, CancellationToken cancellationToken = default) @@ -2566,7 +2566,7 @@ public virtual Task PutIndexTemplateAsync(Elastic.Clie } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(PutMappingRequest request, CancellationToken cancellationToken = default) @@ -2576,7 +2576,7 @@ public virtual Task PutMappingAsync(PutMappingRequest reques } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(PutMappingRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2586,7 +2586,7 @@ public virtual Task PutMappingAsync(PutMappingReq } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -2597,7 +2597,7 @@ public virtual Task PutMappingAsync(Elastic.Clien } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2609,7 +2609,7 @@ public virtual Task PutMappingAsync(Elastic.Clien } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(CancellationToken cancellationToken = default) @@ -2620,7 +2620,7 @@ public virtual Task PutMappingAsync(CancellationT } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -2632,7 +2632,7 @@ public virtual Task PutMappingAsync(Action - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutMappingAsync(PutMappingRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2642,7 +2642,7 @@ public virtual Task PutMappingAsync(PutMappingRequestDescrip } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -2653,7 +2653,7 @@ public virtual Task PutMappingAsync(Elastic.Clients.Elastics } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -2665,7 +2665,7 @@ public virtual Task PutMappingAsync(Elastic.Clients.Elastics } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(PutIndicesSettingsRequest request, CancellationToken cancellationToken = default) @@ -2675,7 +2675,7 @@ public virtual Task PutSettingsAsync(PutIndicesSetti } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(PutIndicesSettingsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2685,7 +2685,7 @@ public virtual Task PutSettingsAsync(PutI } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexManagement.IndexSettings settings, Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -2696,7 +2696,7 @@ public virtual Task PutSettingsAsync(Elas } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexManagement.IndexSettings settings, Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2708,7 +2708,7 @@ public virtual Task PutSettingsAsync(Elas } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexManagement.IndexSettings settings, CancellationToken cancellationToken = default) @@ -2719,7 +2719,7 @@ public virtual Task PutSettingsAsync(Elas } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexManagement.IndexSettings settings, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2731,7 +2731,7 @@ public virtual Task PutSettingsAsync(Elas } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(PutIndicesSettingsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2741,7 +2741,7 @@ public virtual Task PutSettingsAsync(PutIndicesSetti } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexManagement.IndexSettings settings, Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -2752,7 +2752,7 @@ public virtual Task PutSettingsAsync(Elastic.Clients } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexManagement.IndexSettings settings, Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -2764,7 +2764,7 @@ public virtual Task PutSettingsAsync(Elastic.Clients } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexManagement.IndexSettings settings, CancellationToken cancellationToken = default) @@ -2775,7 +2775,7 @@ public virtual Task PutSettingsAsync(Elastic.Clients } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexManagement.IndexSettings settings, Action configureRequest, CancellationToken cancellationToken = default) @@ -2787,7 +2787,7 @@ public virtual Task PutSettingsAsync(Elastic.Clients } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(PutTemplateRequest request, CancellationToken cancellationToken = default) @@ -2797,7 +2797,7 @@ public virtual Task PutTemplateAsync(PutTemplateRequest req } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(PutTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2807,7 +2807,7 @@ public virtual Task PutTemplateAsync(PutTemplate } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) @@ -2818,7 +2818,7 @@ public virtual Task PutTemplateAsync(Elastic.Cli } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2830,7 +2830,7 @@ public virtual Task PutTemplateAsync(Elastic.Cli } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(PutTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2840,7 +2840,7 @@ public virtual Task PutTemplateAsync(PutTemplateRequestDesc } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) @@ -2851,7 +2851,7 @@ public virtual Task PutTemplateAsync(Elastic.Clients.Elasti } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, Action configureRequest, CancellationToken cancellationToken = default) @@ -2863,7 +2863,7 @@ public virtual Task PutTemplateAsync(Elastic.Clients.Elasti } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(RecoveryRequest request, CancellationToken cancellationToken = default) @@ -2873,7 +2873,7 @@ public virtual Task RecoveryAsync(RecoveryRequest request, Can } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(RecoveryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2883,7 +2883,7 @@ public virtual Task RecoveryAsync(RecoveryRequestDe } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -2894,7 +2894,7 @@ public virtual Task RecoveryAsync(Elastic.Clients.E } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2906,7 +2906,7 @@ public virtual Task RecoveryAsync(Elastic.Clients.E } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(CancellationToken cancellationToken = default) @@ -2917,7 +2917,7 @@ public virtual Task RecoveryAsync(CancellationToken } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -2929,7 +2929,7 @@ public virtual Task RecoveryAsync(Action - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RecoveryAsync(RecoveryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2939,7 +2939,7 @@ public virtual Task RecoveryAsync(RecoveryRequestDescriptor de } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -2950,7 +2950,7 @@ public virtual Task RecoveryAsync(Elastic.Clients.Elasticsearc } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -2962,7 +2962,7 @@ public virtual Task RecoveryAsync(Elastic.Clients.Elasticsearc } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(CancellationToken cancellationToken = default) @@ -2973,7 +2973,7 @@ public virtual Task RecoveryAsync(CancellationToken cancellati } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -2985,7 +2985,7 @@ public virtual Task RecoveryAsync(Action - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RefreshAsync(RefreshRequest request, CancellationToken cancellationToken = default) @@ -2995,7 +2995,7 @@ public virtual Task RefreshAsync(RefreshRequest request, Cancel } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(RefreshRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3005,7 +3005,7 @@ public virtual Task RefreshAsync(RefreshRequestDescr } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -3016,7 +3016,7 @@ public virtual Task RefreshAsync(Elastic.Clients.Ela } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3028,7 +3028,7 @@ public virtual Task RefreshAsync(Elastic.Clients.Ela } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(CancellationToken cancellationToken = default) @@ -3039,7 +3039,7 @@ public virtual Task RefreshAsync(CancellationToken c } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -3051,7 +3051,7 @@ public virtual Task RefreshAsync(Action - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RefreshAsync(RefreshRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3061,7 +3061,7 @@ public virtual Task RefreshAsync(RefreshRequestDescriptor descr } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -3072,7 +3072,7 @@ public virtual Task RefreshAsync(Elastic.Clients.Elasticsearch. } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -3084,7 +3084,7 @@ public virtual Task RefreshAsync(Elastic.Clients.Elasticsearch. } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(CancellationToken cancellationToken = default) @@ -3095,7 +3095,7 @@ public virtual Task RefreshAsync(CancellationToken cancellation } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -3107,7 +3107,7 @@ public virtual Task RefreshAsync(Action - /// Returns information about any matching indices, aliases, and data streams + /// Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResolveIndexAsync(ResolveIndexRequest request, CancellationToken cancellationToken = default) @@ -3117,7 +3117,7 @@ public virtual Task ResolveIndexAsync(ResolveIndexRequest } /// - /// Returns information about any matching indices, aliases, and data streams + /// Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResolveIndexAsync(ResolveIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3127,7 +3127,7 @@ public virtual Task ResolveIndexAsync(ResolveIndexRequestD } /// - /// Returns information about any matching indices, aliases, and data streams + /// Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResolveIndexAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, CancellationToken cancellationToken = default) @@ -3138,7 +3138,7 @@ public virtual Task ResolveIndexAsync(Elastic.Clients.Elas } /// - /// Returns information about any matching indices, aliases, and data streams + /// Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResolveIndexAsync(Elastic.Clients.Elasticsearch.Serverless.Names name, Action configureRequest, CancellationToken cancellationToken = default) @@ -3150,8 +3150,8 @@ public virtual Task ResolveIndexAsync(Elastic.Clients.Elas } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(RolloverRequest request, CancellationToken cancellationToken = default) { @@ -3160,8 +3160,8 @@ public virtual Task RolloverAsync(RolloverRequest request, Can } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(RolloverRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -3170,8 +3170,8 @@ public virtual Task RolloverAsync(RolloverRequestDe } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.Serverless.IndexAlias alias, Elastic.Clients.Elasticsearch.Serverless.IndexName? newIndex, CancellationToken cancellationToken = default) { @@ -3181,8 +3181,8 @@ public virtual Task RolloverAsync(Elastic.Clients.E } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.Serverless.IndexAlias alias, Elastic.Clients.Elasticsearch.Serverless.IndexName? newIndex, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -3193,8 +3193,8 @@ public virtual Task RolloverAsync(Elastic.Clients.E } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.Serverless.IndexAlias alias, CancellationToken cancellationToken = default) { @@ -3204,8 +3204,8 @@ public virtual Task RolloverAsync(Elastic.Clients.E } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.Serverless.IndexAlias alias, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -3216,8 +3216,8 @@ public virtual Task RolloverAsync(Elastic.Clients.E } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(RolloverRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -3226,8 +3226,8 @@ public virtual Task RolloverAsync(RolloverRequestDescriptor de } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.Serverless.IndexAlias alias, Elastic.Clients.Elasticsearch.Serverless.IndexName? newIndex, CancellationToken cancellationToken = default) { @@ -3237,8 +3237,8 @@ public virtual Task RolloverAsync(Elastic.Clients.Elasticsearc } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.Serverless.IndexAlias alias, Elastic.Clients.Elasticsearch.Serverless.IndexName? newIndex, Action configureRequest, CancellationToken cancellationToken = default) { @@ -3249,8 +3249,8 @@ public virtual Task RolloverAsync(Elastic.Clients.Elasticsearc } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.Serverless.IndexAlias alias, CancellationToken cancellationToken = default) { @@ -3260,8 +3260,8 @@ public virtual Task RolloverAsync(Elastic.Clients.Elasticsearc } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.Serverless.IndexAlias alias, Action configureRequest, CancellationToken cancellationToken = default) { @@ -3272,7 +3272,7 @@ public virtual Task RolloverAsync(Elastic.Clients.Elasticsearc } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(SegmentsRequest request, CancellationToken cancellationToken = default) @@ -3282,7 +3282,7 @@ public virtual Task SegmentsAsync(SegmentsRequest request, Can } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(SegmentsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3292,7 +3292,7 @@ public virtual Task SegmentsAsync(SegmentsRequestDe } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -3303,7 +3303,7 @@ public virtual Task SegmentsAsync(Elastic.Clients.E } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3315,7 +3315,7 @@ public virtual Task SegmentsAsync(Elastic.Clients.E } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(CancellationToken cancellationToken = default) @@ -3326,7 +3326,7 @@ public virtual Task SegmentsAsync(CancellationToken } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -3338,7 +3338,7 @@ public virtual Task SegmentsAsync(Action - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SegmentsAsync(SegmentsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3348,7 +3348,7 @@ public virtual Task SegmentsAsync(SegmentsRequestDescriptor de } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -3359,7 +3359,7 @@ public virtual Task SegmentsAsync(Elastic.Clients.Elasticsearc } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -3371,7 +3371,7 @@ public virtual Task SegmentsAsync(Elastic.Clients.Elasticsearc } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(CancellationToken cancellationToken = default) @@ -3382,7 +3382,7 @@ public virtual Task SegmentsAsync(CancellationToken cancellati } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -3394,7 +3394,6 @@ public virtual Task SegmentsAsync(Action - /// Simulate matching the given index name against the index templates in the system /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateIndexTemplateAsync(SimulateIndexTemplateRequest request, CancellationToken cancellationToken = default) @@ -3404,7 +3403,6 @@ public virtual Task SimulateIndexTemplateAsync(Si } /// - /// Simulate matching the given index name against the index templates in the system /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateIndexTemplateAsync(SimulateIndexTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3414,7 +3412,6 @@ public virtual Task SimulateIndexTemplateAsync(Si } /// - /// Simulate matching the given index name against the index templates in the system /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateIndexTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) @@ -3425,7 +3422,6 @@ public virtual Task SimulateIndexTemplateAsync(El } /// - /// Simulate matching the given index name against the index templates in the system /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateIndexTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, Action configureRequest, CancellationToken cancellationToken = default) @@ -3437,7 +3433,7 @@ public virtual Task SimulateIndexTemplateAsync(El } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(SimulateTemplateRequest request, CancellationToken cancellationToken = default) @@ -3447,7 +3443,7 @@ public virtual Task SimulateTemplateAsync(SimulateTemp } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(SimulateTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3457,7 +3453,7 @@ public virtual Task SimulateTemplateAsync(S } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name? name, CancellationToken cancellationToken = default) @@ -3468,7 +3464,7 @@ public virtual Task SimulateTemplateAsync(E } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name? name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3480,7 +3476,7 @@ public virtual Task SimulateTemplateAsync(E } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(CancellationToken cancellationToken = default) @@ -3491,7 +3487,7 @@ public virtual Task SimulateTemplateAsync(C } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -3503,7 +3499,7 @@ public virtual Task SimulateTemplateAsync(A } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(SimulateTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3513,7 +3509,7 @@ public virtual Task SimulateTemplateAsync(SimulateTemp } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name? name, CancellationToken cancellationToken = default) @@ -3524,7 +3520,7 @@ public virtual Task SimulateTemplateAsync(Elastic.Clie } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Name? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -3536,7 +3532,7 @@ public virtual Task SimulateTemplateAsync(Elastic.Clie } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(CancellationToken cancellationToken = default) @@ -3547,7 +3543,7 @@ public virtual Task SimulateTemplateAsync(Cancellation } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -3559,7 +3555,7 @@ public virtual Task SimulateTemplateAsync(Action - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(IndicesStatsRequest request, CancellationToken cancellationToken = default) @@ -3569,7 +3565,7 @@ public virtual Task StatsAsync(IndicesStatsRequest request } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(IndicesStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3579,7 +3575,7 @@ public virtual Task StatsAsync(IndicesStatsRequ } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Metrics? metric, CancellationToken cancellationToken = default) @@ -3590,7 +3586,7 @@ public virtual Task StatsAsync(Elastic.Clients. } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Metrics? metric, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3602,7 +3598,7 @@ public virtual Task StatsAsync(Elastic.Clients. } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(CancellationToken cancellationToken = default) @@ -3613,7 +3609,7 @@ public virtual Task StatsAsync(CancellationToke } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -3625,7 +3621,7 @@ public virtual Task StatsAsync(Action - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(IndicesStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3635,7 +3631,7 @@ public virtual Task StatsAsync(IndicesStatsRequestDescript } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Metrics? metric, CancellationToken cancellationToken = default) @@ -3646,7 +3642,7 @@ public virtual Task StatsAsync(Elastic.Clients.Elasticsear } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Elastic.Clients.Elasticsearch.Serverless.Metrics? metric, Action configureRequest, CancellationToken cancellationToken = default) @@ -3658,7 +3654,7 @@ public virtual Task StatsAsync(Elastic.Clients.Elasticsear } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(CancellationToken cancellationToken = default) @@ -3669,7 +3665,7 @@ public virtual Task StatsAsync(CancellationToken cancellat } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -3681,7 +3677,7 @@ public virtual Task StatsAsync(Action - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(UpdateAliasesRequest request, CancellationToken cancellationToken = default) @@ -3691,7 +3687,7 @@ public virtual Task UpdateAliasesAsync(UpdateAliasesReque } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(UpdateAliasesRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3701,7 +3697,7 @@ public virtual Task UpdateAliasesAsync(UpdateA } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(CancellationToken cancellationToken = default) @@ -3712,7 +3708,7 @@ public virtual Task UpdateAliasesAsync(Cancell } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -3724,7 +3720,7 @@ public virtual Task UpdateAliasesAsync(Action< } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(UpdateAliasesRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3734,7 +3730,7 @@ public virtual Task UpdateAliasesAsync(UpdateAliasesReque } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(CancellationToken cancellationToken = default) @@ -3745,7 +3741,7 @@ public virtual Task UpdateAliasesAsync(CancellationToken } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -3757,7 +3753,7 @@ public virtual Task UpdateAliasesAsync(Action - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(ValidateQueryRequest request, CancellationToken cancellationToken = default) @@ -3767,7 +3763,7 @@ public virtual Task ValidateQueryAsync(ValidateQueryReque } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(ValidateQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3777,7 +3773,7 @@ public virtual Task ValidateQueryAsync(Validat } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -3788,7 +3784,7 @@ public virtual Task ValidateQueryAsync(Elastic } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3800,7 +3796,7 @@ public virtual Task ValidateQueryAsync(Elastic } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(CancellationToken cancellationToken = default) @@ -3811,7 +3807,7 @@ public virtual Task ValidateQueryAsync(Cancell } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -3823,7 +3819,7 @@ public virtual Task ValidateQueryAsync(Action< } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(ValidateQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3833,7 +3829,7 @@ public virtual Task ValidateQueryAsync(ValidateQueryReque } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -3844,7 +3840,7 @@ public virtual Task ValidateQueryAsync(Elastic.Clients.El } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -3856,7 +3852,7 @@ public virtual Task ValidateQueryAsync(Elastic.Clients.El } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(CancellationToken cancellationToken = default) @@ -3867,7 +3863,7 @@ public virtual Task ValidateQueryAsync(CancellationToken } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Ingest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Ingest.g.cs index dc0baccffac..a5877284eb9 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Ingest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Ingest.g.cs @@ -38,7 +38,7 @@ internal IngestNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(DeletePipelineRequest request, CancellationToken cancellationToken = default) @@ -48,7 +48,7 @@ public virtual Task DeletePipelineAsync(DeletePipelineRe } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(DeletePipelineRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -58,7 +58,7 @@ public virtual Task DeletePipelineAsync(Delet } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -69,7 +69,7 @@ public virtual Task DeletePipelineAsync(Elast } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -81,7 +81,7 @@ public virtual Task DeletePipelineAsync(Elast } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(DeletePipelineRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -91,7 +91,7 @@ public virtual Task DeletePipelineAsync(DeletePipelineRe } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -102,7 +102,7 @@ public virtual Task DeletePipelineAsync(Elastic.Clients. } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -114,8 +114,8 @@ public virtual Task DeletePipelineAsync(Elastic.Clients. } /// - /// Returns statistical information about geoip databases - /// Learn more about this API in the Elasticsearch documentation. + /// Gets download statistics for GeoIP2 databases used with the geoip processor. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GeoIpStatsAsync(GeoIpStatsRequest request, CancellationToken cancellationToken = default) { @@ -124,8 +124,8 @@ public virtual Task GeoIpStatsAsync(GeoIpStatsRequest reques } /// - /// Returns statistical information about geoip databases - /// Learn more about this API in the Elasticsearch documentation. + /// Gets download statistics for GeoIP2 databases used with the geoip processor. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GeoIpStatsAsync(GeoIpStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -134,8 +134,8 @@ public virtual Task GeoIpStatsAsync(GeoIpStatsRequestDescrip } /// - /// Returns statistical information about geoip databases - /// Learn more about this API in the Elasticsearch documentation. + /// Gets download statistics for GeoIP2 databases used with the geoip processor. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GeoIpStatsAsync(CancellationToken cancellationToken = default) { @@ -145,8 +145,8 @@ public virtual Task GeoIpStatsAsync(CancellationToken cancel } /// - /// Returns statistical information about geoip databases - /// Learn more about this API in the Elasticsearch documentation. + /// Gets download statistics for GeoIP2 databases used with the geoip processor. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GeoIpStatsAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -157,7 +157,7 @@ public virtual Task GeoIpStatsAsync(Action - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPipelineAsync(GetPipelineRequest request, CancellationToken cancellationToken = default) @@ -167,7 +167,7 @@ public virtual Task GetPipelineAsync(GetPipelineRequest req } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(GetPipelineRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -177,7 +177,7 @@ public virtual Task GetPipelineAsync(GetPipeline } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -188,7 +188,7 @@ public virtual Task GetPipelineAsync(Elastic.Cli } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -200,7 +200,7 @@ public virtual Task GetPipelineAsync(Elastic.Cli } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(CancellationToken cancellationToken = default) @@ -211,7 +211,7 @@ public virtual Task GetPipelineAsync(Cancellatio } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -223,7 +223,7 @@ public virtual Task GetPipelineAsync(Action - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPipelineAsync(GetPipelineRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -233,7 +233,7 @@ public virtual Task GetPipelineAsync(GetPipelineRequestDesc } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -244,7 +244,7 @@ public virtual Task GetPipelineAsync(Elastic.Clients.Elasti } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, Action configureRequest, CancellationToken cancellationToken = default) @@ -256,7 +256,7 @@ public virtual Task GetPipelineAsync(Elastic.Clients.Elasti } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(CancellationToken cancellationToken = default) @@ -267,7 +267,7 @@ public virtual Task GetPipelineAsync(CancellationToken canc } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -279,8 +279,8 @@ public virtual Task GetPipelineAsync(Action - /// Returns a list of the built-in patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts structured fields out of a single text field within a document.
You choose which field to extract matched fields from, as well as the grok pattern you expect will match.
A grok pattern is like a regular expression that supports aliased expressions that can be reused.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ProcessorGrokAsync(ProcessorGrokRequest request, CancellationToken cancellationToken = default) { @@ -289,8 +289,8 @@ public virtual Task ProcessorGrokAsync(ProcessorGrokReque } /// - /// Returns a list of the built-in patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts structured fields out of a single text field within a document.
You choose which field to extract matched fields from, as well as the grok pattern you expect will match.
A grok pattern is like a regular expression that supports aliased expressions that can be reused.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ProcessorGrokAsync(ProcessorGrokRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -299,8 +299,8 @@ public virtual Task ProcessorGrokAsync(ProcessorGrokReque } /// - /// Returns a list of the built-in patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts structured fields out of a single text field within a document.
You choose which field to extract matched fields from, as well as the grok pattern you expect will match.
A grok pattern is like a regular expression that supports aliased expressions that can be reused.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ProcessorGrokAsync(CancellationToken cancellationToken = default) { @@ -310,8 +310,8 @@ public virtual Task ProcessorGrokAsync(CancellationToken } /// - /// Returns a list of the built-in patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts structured fields out of a single text field within a document.
You choose which field to extract matched fields from, as well as the grok pattern you expect will match.
A grok pattern is like a regular expression that supports aliased expressions that can be reused.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ProcessorGrokAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -322,8 +322,8 @@ public virtual Task ProcessorGrokAsync(Action - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPipelineAsync(PutPipelineRequest request, CancellationToken cancellationToken = default) { @@ -332,8 +332,8 @@ public virtual Task PutPipelineAsync(PutPipelineRequest req } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutPipelineAsync(PutPipelineRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -342,8 +342,8 @@ public virtual Task PutPipelineAsync(PutPipeline } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutPipelineAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -353,8 +353,8 @@ public virtual Task PutPipelineAsync(Elastic.Cli } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutPipelineAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -365,8 +365,8 @@ public virtual Task PutPipelineAsync(Elastic.Cli } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutPipelineAsync(PutPipelineRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -375,8 +375,8 @@ public virtual Task PutPipelineAsync(PutPipelineRequestDesc } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutPipelineAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -386,8 +386,8 @@ public virtual Task PutPipelineAsync(Elastic.Clients.Elasti } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutPipelineAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) { @@ -398,7 +398,7 @@ public virtual Task PutPipelineAsync(Elastic.Clients.Elasti } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(SimulateRequest request, CancellationToken cancellationToken = default) @@ -408,7 +408,7 @@ public virtual Task SimulateAsync(SimulateRequest request, Can } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(SimulateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -418,7 +418,7 @@ public virtual Task SimulateAsync(SimulateRequestDe } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -429,7 +429,7 @@ public virtual Task SimulateAsync(Elastic.Clients.E } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -441,7 +441,7 @@ public virtual Task SimulateAsync(Elastic.Clients.E } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(CancellationToken cancellationToken = default) @@ -452,7 +452,7 @@ public virtual Task SimulateAsync(CancellationToken } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -464,7 +464,7 @@ public virtual Task SimulateAsync(Action - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(SimulateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -474,7 +474,7 @@ public virtual Task SimulateAsync(SimulateRequestDescriptor de } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -485,7 +485,7 @@ public virtual Task SimulateAsync(Elastic.Clients.Elasticsearc } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, Action configureRequest, CancellationToken cancellationToken = default) @@ -497,7 +497,7 @@ public virtual Task SimulateAsync(Elastic.Clients.Elasticsearc } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(CancellationToken cancellationToken = default) @@ -508,7 +508,7 @@ public virtual Task SimulateAsync(CancellationToken cancellati } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.License.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.License.g.cs index 65d19eb1805..771267082c1 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.License.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.License.g.cs @@ -38,7 +38,7 @@ internal LicenseManagementNamespacedClient(ElasticsearchClient client) : base(cl } /// - /// Retrieves licensing information for the cluster + /// This API returns information about the type of license, when it was issued, and when it expires, for example.
For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(GetLicenseRequest request, CancellationToken cancellationToken = default) @@ -48,7 +48,7 @@ public virtual Task GetAsync(GetLicenseRequest request, Canc } /// - /// Retrieves licensing information for the cluster + /// This API returns information about the type of license, when it was issued, and when it expires, for example.
For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(GetLicenseRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -58,7 +58,7 @@ public virtual Task GetAsync(GetLicenseRequestDescriptor des } /// - /// Retrieves licensing information for the cluster + /// This API returns information about the type of license, when it was issued, and when it expires, for example.
For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(CancellationToken cancellationToken = default) @@ -69,7 +69,7 @@ public virtual Task GetAsync(CancellationToken cancellationT } /// - /// Retrieves licensing information for the cluster + /// This API returns information about the type of license, when it was issued, and when it expires, for example.
For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Ml.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Ml.g.cs index b68ce8ea22e..217597b1ee7 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Ml.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Ml.g.cs @@ -38,7 +38,7 @@ internal MachineLearningNamespacedClient(ElasticsearchClient client) : base(clie } /// - /// Clear the cached results from a trained model deployment + /// Clears a trained model deployment cache on all nodes where the trained model is assigned.
A trained model deployment may have an inference cache enabled.
As requests are handled by each allocated node, their responses may be cached on that individual node.
Calling this API clears the caches without restarting the deployment.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearTrainedModelDeploymentCacheAsync(ClearTrainedModelDeploymentCacheRequest request, CancellationToken cancellationToken = default) @@ -48,7 +48,7 @@ public virtual Task ClearTrainedModelD } /// - /// Clear the cached results from a trained model deployment + /// Clears a trained model deployment cache on all nodes where the trained model is assigned.
A trained model deployment may have an inference cache enabled.
As requests are handled by each allocated node, their responses may be cached on that individual node.
Calling this API clears the caches without restarting the deployment.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearTrainedModelDeploymentCacheAsync(ClearTrainedModelDeploymentCacheRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -58,7 +58,7 @@ public virtual Task ClearTrainedModelD } /// - /// Clear the cached results from a trained model deployment + /// Clears a trained model deployment cache on all nodes where the trained model is assigned.
A trained model deployment may have an inference cache enabled.
As requests are handled by each allocated node, their responses may be cached on that individual node.
Calling this API clears the caches without restarting the deployment.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearTrainedModelDeploymentCacheAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, CancellationToken cancellationToken = default) @@ -69,7 +69,7 @@ public virtual Task ClearTrainedModelD } /// - /// Clear the cached results from a trained model deployment + /// Clears a trained model deployment cache on all nodes where the trained model is assigned.
A trained model deployment may have an inference cache enabled.
As requests are handled by each allocated node, their responses may be cached on that individual node.
Calling this API clears the caches without restarting the deployment.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearTrainedModelDeploymentCacheAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -81,8 +81,8 @@ public virtual Task ClearTrainedModelD } /// - /// Closes one or more anomaly detection jobs. A job can be opened and closed multiple times throughout its lifecycle. - /// Learn more about this API in the Elasticsearch documentation. + /// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CloseJobAsync(CloseJobRequest request, CancellationToken cancellationToken = default) { @@ -91,8 +91,8 @@ public virtual Task CloseJobAsync(CloseJobRequest request, Can } /// - /// Closes one or more anomaly detection jobs. A job can be opened and closed multiple times throughout its lifecycle. - /// Learn more about this API in the Elasticsearch documentation. + /// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CloseJobAsync(CloseJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -101,8 +101,8 @@ public virtual Task CloseJobAsync(CloseJobRequestDescriptor de } /// - /// Closes one or more anomaly detection jobs. A job can be opened and closed multiple times throughout its lifecycle. - /// Learn more about this API in the Elasticsearch documentation. + /// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CloseJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) { @@ -112,8 +112,8 @@ public virtual Task CloseJobAsync(Elastic.Clients.Elasticsearc } /// - /// Closes one or more anomaly detection jobs. A job can be opened and closed multiple times throughout its lifecycle. - /// Learn more about this API in the Elasticsearch documentation. + /// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CloseJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -124,8 +124,8 @@ public virtual Task CloseJobAsync(Elastic.Clients.Elasticsearc } /// - /// Deletes a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Removes all scheduled events from a calendar, then deletes it. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarAsync(DeleteCalendarRequest request, CancellationToken cancellationToken = default) { @@ -134,8 +134,8 @@ public virtual Task DeleteCalendarAsync(DeleteCalendarRe } /// - /// Deletes a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Removes all scheduled events from a calendar, then deletes it. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarAsync(DeleteCalendarRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -144,8 +144,8 @@ public virtual Task DeleteCalendarAsync(DeleteCalendarRe } /// - /// Deletes a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Removes all scheduled events from a calendar, then deletes it. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, CancellationToken cancellationToken = default) { @@ -155,8 +155,8 @@ public virtual Task DeleteCalendarAsync(Elastic.Clients. } /// - /// Deletes a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Removes all scheduled events from a calendar, then deletes it. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -168,7 +168,7 @@ public virtual Task DeleteCalendarAsync(Elastic.Clients. /// /// Deletes scheduled events from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarEventAsync(DeleteCalendarEventRequest request, CancellationToken cancellationToken = default) { @@ -178,7 +178,7 @@ public virtual Task DeleteCalendarEventAsync(Delete /// /// Deletes scheduled events from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarEventAsync(DeleteCalendarEventRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -188,7 +188,7 @@ public virtual Task DeleteCalendarEventAsync(Delete /// /// Deletes scheduled events from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarEventAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Elastic.Clients.Elasticsearch.Serverless.Id eventId, CancellationToken cancellationToken = default) { @@ -199,7 +199,7 @@ public virtual Task DeleteCalendarEventAsync(Elasti /// /// Deletes scheduled events from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarEventAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Elastic.Clients.Elasticsearch.Serverless.Id eventId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -211,7 +211,7 @@ public virtual Task DeleteCalendarEventAsync(Elasti /// /// Deletes anomaly detection jobs from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarJobAsync(DeleteCalendarJobRequest request, CancellationToken cancellationToken = default) { @@ -221,7 +221,7 @@ public virtual Task DeleteCalendarJobAsync(DeleteCale /// /// Deletes anomaly detection jobs from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarJobAsync(DeleteCalendarJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -231,7 +231,7 @@ public virtual Task DeleteCalendarJobAsync(DeleteCale /// /// Deletes anomaly detection jobs from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Elastic.Clients.Elasticsearch.Serverless.Ids jobId, CancellationToken cancellationToken = default) { @@ -242,7 +242,7 @@ public virtual Task DeleteCalendarJobAsync(Elastic.Cl /// /// Deletes anomaly detection jobs from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Elastic.Clients.Elasticsearch.Serverless.Ids jobId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -254,7 +254,7 @@ public virtual Task DeleteCalendarJobAsync(Elastic.Cl /// /// Deletes an existing datafeed. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDatafeedAsync(DeleteDatafeedRequest request, CancellationToken cancellationToken = default) { @@ -264,7 +264,7 @@ public virtual Task DeleteDatafeedAsync(DeleteDatafeedRe /// /// Deletes an existing datafeed. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDatafeedAsync(DeleteDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -274,7 +274,7 @@ public virtual Task DeleteDatafeedAsync(DeleteDatafeedRe /// /// Deletes an existing datafeed. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, CancellationToken cancellationToken = default) { @@ -285,7 +285,7 @@ public virtual Task DeleteDatafeedAsync(Elastic.Clients. /// /// Deletes an existing datafeed. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -296,8 +296,8 @@ public virtual Task DeleteDatafeedAsync(Elastic.Clients. } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(DeleteDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) { @@ -306,8 +306,8 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(DeleteDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -316,8 +316,8 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -327,8 +327,8 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -339,8 +339,8 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(DeleteDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -349,8 +349,8 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -360,8 +360,8 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) { @@ -372,7 +372,7 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteExpiredDataAsync(DeleteExpiredDataRequest request, CancellationToken cancellationToken = default) @@ -382,7 +382,7 @@ public virtual Task DeleteExpiredDataAsync(DeleteExpi } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteExpiredDataAsync(DeleteExpiredDataRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -392,7 +392,7 @@ public virtual Task DeleteExpiredDataAsync(DeleteExpi } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteExpiredDataAsync(Elastic.Clients.Elasticsearch.Serverless.Id? jobId, CancellationToken cancellationToken = default) @@ -403,7 +403,7 @@ public virtual Task DeleteExpiredDataAsync(Elastic.Cl } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteExpiredDataAsync(Elastic.Clients.Elasticsearch.Serverless.Id? jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -415,7 +415,7 @@ public virtual Task DeleteExpiredDataAsync(Elastic.Cl } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteExpiredDataAsync(CancellationToken cancellationToken = default) @@ -426,7 +426,7 @@ public virtual Task DeleteExpiredDataAsync(Cancellati } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteExpiredDataAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -438,7 +438,7 @@ public virtual Task DeleteExpiredDataAsync(Action - /// Deletes a filter. + /// Deletes a filter.
If an anomaly detection job references the filter, you cannot delete the
filter. You must update or delete the job before you can delete the filter.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteFilterAsync(DeleteFilterRequest request, CancellationToken cancellationToken = default) @@ -448,7 +448,7 @@ public virtual Task DeleteFilterAsync(DeleteFilterRequest } /// - /// Deletes a filter. + /// Deletes a filter.
If an anomaly detection job references the filter, you cannot delete the
filter. You must update or delete the job before you can delete the filter.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteFilterAsync(DeleteFilterRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -458,7 +458,7 @@ public virtual Task DeleteFilterAsync(DeleteFilterRequestD } /// - /// Deletes a filter. + /// Deletes a filter.
If an anomaly detection job references the filter, you cannot delete the
filter. You must update or delete the job before you can delete the filter.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteFilterAsync(Elastic.Clients.Elasticsearch.Serverless.Id filterId, CancellationToken cancellationToken = default) @@ -469,7 +469,7 @@ public virtual Task DeleteFilterAsync(Elastic.Clients.Elas } /// - /// Deletes a filter. + /// Deletes a filter.
If an anomaly detection job references the filter, you cannot delete the
filter. You must update or delete the job before you can delete the filter.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteFilterAsync(Elastic.Clients.Elasticsearch.Serverless.Id filterId, Action configureRequest, CancellationToken cancellationToken = default) @@ -481,7 +481,7 @@ public virtual Task DeleteFilterAsync(Elastic.Clients.Elas } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteForecastAsync(DeleteForecastRequest request, CancellationToken cancellationToken = default) @@ -491,7 +491,7 @@ public virtual Task DeleteForecastAsync(DeleteForecastRe } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteForecastAsync(DeleteForecastRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -501,7 +501,7 @@ public virtual Task DeleteForecastAsync(DeleteForecastRe } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteForecastAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Elastic.Clients.Elasticsearch.Serverless.Id? forecastId, CancellationToken cancellationToken = default) @@ -512,7 +512,7 @@ public virtual Task DeleteForecastAsync(Elastic.Clients. } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteForecastAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Elastic.Clients.Elasticsearch.Serverless.Id? forecastId, Action configureRequest, CancellationToken cancellationToken = default) @@ -524,7 +524,7 @@ public virtual Task DeleteForecastAsync(Elastic.Clients. } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteForecastAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -535,7 +535,7 @@ public virtual Task DeleteForecastAsync(Elastic.Clients. } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteForecastAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -547,7 +547,8 @@ public virtual Task DeleteForecastAsync(Elastic.Clients. } /// - /// Deletes an existing anomaly detection job. + /// Deletes an anomaly detection job. + /// All job configuration, model state and results are deleted.
It is not currently possible to delete multiple jobs using wildcards or a
comma separated list. If you delete a job that has a datafeed, the request
first tries to delete the datafeed. This behavior is equivalent to calling
the delete datafeed API with the same timeout and force parameters as the
delete job request.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteJobAsync(DeleteJobRequest request, CancellationToken cancellationToken = default) @@ -557,7 +558,8 @@ public virtual Task DeleteJobAsync(DeleteJobRequest request, } /// - /// Deletes an existing anomaly detection job. + /// Deletes an anomaly detection job. + /// All job configuration, model state and results are deleted.
It is not currently possible to delete multiple jobs using wildcards or a
comma separated list. If you delete a job that has a datafeed, the request
first tries to delete the datafeed. This behavior is equivalent to calling
the delete datafeed API with the same timeout and force parameters as the
delete job request.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteJobAsync(DeleteJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -567,7 +569,8 @@ public virtual Task DeleteJobAsync(DeleteJobRequestDescriptor } /// - /// Deletes an existing anomaly detection job. + /// Deletes an anomaly detection job. + /// All job configuration, model state and results are deleted.
It is not currently possible to delete multiple jobs using wildcards or a
comma separated list. If you delete a job that has a datafeed, the request
first tries to delete the datafeed. This behavior is equivalent to calling
the delete datafeed API with the same timeout and force parameters as the
delete job request.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -578,7 +581,8 @@ public virtual Task DeleteJobAsync(Elastic.Clients.Elasticsea } /// - /// Deletes an existing anomaly detection job. + /// Deletes an anomaly detection job. + /// All job configuration, model state and results are deleted.
It is not currently possible to delete multiple jobs using wildcards or a
comma separated list. If you delete a job that has a datafeed, the request
first tries to delete the datafeed. This behavior is equivalent to calling
the delete datafeed API with the same timeout and force parameters as the
delete job request.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -590,7 +594,7 @@ public virtual Task DeleteJobAsync(Elastic.Clients.Elasticsea } /// - /// Deletes an existing model snapshot. + /// Deletes an existing model snapshot.
You cannot delete the active model snapshot. To delete that snapshot, first
revert to a different one. To identify the active model snapshot, refer to
the `model_snapshot_id` in the results from the get jobs API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteModelSnapshotAsync(DeleteModelSnapshotRequest request, CancellationToken cancellationToken = default) @@ -600,7 +604,7 @@ public virtual Task DeleteModelSnapshotAsync(Delete } /// - /// Deletes an existing model snapshot. + /// Deletes an existing model snapshot.
You cannot delete the active model snapshot. To delete that snapshot, first
revert to a different one. To identify the active model snapshot, refer to
the `model_snapshot_id` in the results from the get jobs API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteModelSnapshotAsync(DeleteModelSnapshotRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -610,7 +614,7 @@ public virtual Task DeleteModelSnapshotAsync(Delete } /// - /// Deletes an existing model snapshot. + /// Deletes an existing model snapshot.
You cannot delete the active model snapshot. To delete that snapshot, first
revert to a different one. To identify the active model snapshot, refer to
the `model_snapshot_id` in the results from the get jobs API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteModelSnapshotAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Elastic.Clients.Elasticsearch.Serverless.Id snapshotId, CancellationToken cancellationToken = default) @@ -621,7 +625,7 @@ public virtual Task DeleteModelSnapshotAsync(Elasti } /// - /// Deletes an existing model snapshot. + /// Deletes an existing model snapshot.
You cannot delete the active model snapshot. To delete that snapshot, first
revert to a different one. To identify the active model snapshot, refer to
the `model_snapshot_id` in the results from the get jobs API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteModelSnapshotAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Elastic.Clients.Elasticsearch.Serverless.Id snapshotId, Action configureRequest, CancellationToken cancellationToken = default) @@ -633,7 +637,7 @@ public virtual Task DeleteModelSnapshotAsync(Elasti } /// - /// Deletes an existing trained inference model that is currently not referenced by an ingest pipeline. + /// Deletes an existing trained inference model that is currently not referenced
by an ingest pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAsync(DeleteTrainedModelRequest request, CancellationToken cancellationToken = default) @@ -643,7 +647,7 @@ public virtual Task DeleteTrainedModelAsync(DeleteTr } /// - /// Deletes an existing trained inference model that is currently not referenced by an ingest pipeline. + /// Deletes an existing trained inference model that is currently not referenced
by an ingest pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAsync(DeleteTrainedModelRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -653,7 +657,7 @@ public virtual Task DeleteTrainedModelAsync(DeleteTr } /// - /// Deletes an existing trained inference model that is currently not referenced by an ingest pipeline. + /// Deletes an existing trained inference model that is currently not referenced
by an ingest pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, CancellationToken cancellationToken = default) @@ -664,7 +668,7 @@ public virtual Task DeleteTrainedModelAsync(Elastic. } /// - /// Deletes an existing trained inference model that is currently not referenced by an ingest pipeline. + /// Deletes an existing trained inference model that is currently not referenced
by an ingest pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -676,7 +680,7 @@ public virtual Task DeleteTrainedModelAsync(Elastic. } /// - /// Deletes a model alias that refers to the trained model + /// Deletes a trained model alias.
This API deletes an existing model alias that refers to a trained model. If
the model alias is missing or refers to a model other than the one identified
by the `model_id`, this API returns an error.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAliasAsync(DeleteTrainedModelAliasRequest request, CancellationToken cancellationToken = default) @@ -686,7 +690,7 @@ public virtual Task DeleteTrainedModelAliasAsyn } /// - /// Deletes a model alias that refers to the trained model + /// Deletes a trained model alias.
This API deletes an existing model alias that refers to a trained model. If
the model alias is missing or refers to a model other than the one identified
by the `model_id`, this API returns an error.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAliasAsync(DeleteTrainedModelAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -696,7 +700,7 @@ public virtual Task DeleteTrainedModelAliasAsyn } /// - /// Deletes a model alias that refers to the trained model + /// Deletes a trained model alias.
This API deletes an existing model alias that refers to a trained model. If
the model alias is missing or refers to a model other than the one identified
by the `model_id`, this API returns an error.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, Elastic.Clients.Elasticsearch.Serverless.Name modelAlias, CancellationToken cancellationToken = default) @@ -707,7 +711,7 @@ public virtual Task DeleteTrainedModelAliasAsyn } /// - /// Deletes a model alias that refers to the trained model + /// Deletes a trained model alias.
This API deletes an existing model alias that refers to a trained model. If
the model alias is missing or refers to a model other than the one identified
by the `model_id`, this API returns an error.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, Elastic.Clients.Elasticsearch.Serverless.Name modelAlias, Action configureRequest, CancellationToken cancellationToken = default) @@ -719,7 +723,7 @@ public virtual Task DeleteTrainedModelAliasAsyn } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EstimateModelMemoryAsync(EstimateModelMemoryRequest request, CancellationToken cancellationToken = default) @@ -729,7 +733,7 @@ public virtual Task EstimateModelMemoryAsync(Estima } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EstimateModelMemoryAsync(EstimateModelMemoryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -739,7 +743,7 @@ public virtual Task EstimateModelMemoryAsync - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task EstimateModelMemoryAsync(CancellationToken cancellationToken = default) @@ -750,7 +754,7 @@ public virtual Task EstimateModelMemoryAsync - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task EstimateModelMemoryAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -762,7 +766,7 @@ public virtual Task EstimateModelMemoryAsync - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task EstimateModelMemoryAsync(EstimateModelMemoryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -772,7 +776,7 @@ public virtual Task EstimateModelMemoryAsync(Estima } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EstimateModelMemoryAsync(CancellationToken cancellationToken = default) @@ -783,7 +787,7 @@ public virtual Task EstimateModelMemoryAsync(Cancel } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EstimateModelMemoryAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -795,7 +799,7 @@ public virtual Task EstimateModelMemoryAsync(Action } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EvaluateDataFrameAsync(EvaluateDataFrameRequest request, CancellationToken cancellationToken = default) @@ -805,7 +809,7 @@ public virtual Task EvaluateDataFrameAsync(EvaluateDa } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EvaluateDataFrameAsync(EvaluateDataFrameRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -815,7 +819,7 @@ public virtual Task EvaluateDataFrameAsync } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EvaluateDataFrameAsync(CancellationToken cancellationToken = default) @@ -826,7 +830,7 @@ public virtual Task EvaluateDataFrameAsync } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EvaluateDataFrameAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -838,7 +842,7 @@ public virtual Task EvaluateDataFrameAsync } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EvaluateDataFrameAsync(EvaluateDataFrameRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -848,7 +852,7 @@ public virtual Task EvaluateDataFrameAsync(EvaluateDa } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EvaluateDataFrameAsync(CancellationToken cancellationToken = default) @@ -859,7 +863,7 @@ public virtual Task EvaluateDataFrameAsync(Cancellati } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EvaluateDataFrameAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -871,7 +875,7 @@ public virtual Task EvaluateDataFrameAsync(Action - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExplainDataFrameAnalyticsAsync(ExplainDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) @@ -881,7 +885,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(ExplainDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -891,7 +895,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -902,7 +906,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -914,7 +918,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(CancellationToken cancellationToken = default) @@ -925,7 +929,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -937,7 +941,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(ExplainDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -947,7 +951,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -958,7 +962,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, Action configureRequest, CancellationToken cancellationToken = default) @@ -970,7 +974,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(CancellationToken cancellationToken = default) @@ -981,7 +985,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -993,7 +997,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Forces any buffered data to be processed by the job. + /// Forces any buffered data to be processed by the job.
The flush jobs API is only applicable when sending data for analysis using
the post data API. Depending on the content of the buffer, then it might
additionally calculate new results. Both flush and close operations are
similar, however the flush is more efficient if you are expecting to send
more data for analysis. When flushing, the job remains open and is available
to continue analyzing data. A close operation additionally prunes and
persists the model state to disk and the job must be opened again before
analyzing further data.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FlushJobAsync(FlushJobRequest request, CancellationToken cancellationToken = default) @@ -1003,7 +1007,7 @@ public virtual Task FlushJobAsync(FlushJobRequest request, Can } /// - /// Forces any buffered data to be processed by the job. + /// Forces any buffered data to be processed by the job.
The flush jobs API is only applicable when sending data for analysis using
the post data API. Depending on the content of the buffer, then it might
additionally calculate new results. Both flush and close operations are
similar, however the flush is more efficient if you are expecting to send
more data for analysis. When flushing, the job remains open and is available
to continue analyzing data. A close operation additionally prunes and
persists the model state to disk and the job must be opened again before
analyzing further data.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FlushJobAsync(FlushJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1013,7 +1017,7 @@ public virtual Task FlushJobAsync(FlushJobRequestDescriptor de } /// - /// Forces any buffered data to be processed by the job. + /// Forces any buffered data to be processed by the job.
The flush jobs API is only applicable when sending data for analysis using
the post data API. Depending on the content of the buffer, then it might
additionally calculate new results. Both flush and close operations are
similar, however the flush is more efficient if you are expecting to send
more data for analysis. When flushing, the job remains open and is available
to continue analyzing data. A close operation additionally prunes and
persists the model state to disk and the job must be opened again before
analyzing further data.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FlushJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -1024,7 +1028,7 @@ public virtual Task FlushJobAsync(Elastic.Clients.Elasticsearc } /// - /// Forces any buffered data to be processed by the job. + /// Forces any buffered data to be processed by the job.
The flush jobs API is only applicable when sending data for analysis using
the post data API. Depending on the content of the buffer, then it might
additionally calculate new results. Both flush and close operations are
similar, however the flush is more efficient if you are expecting to send
more data for analysis. When flushing, the job remains open and is available
to continue analyzing data. A close operation additionally prunes and
persists the model state to disk and the job must be opened again before
analyzing further data.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FlushJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1036,7 +1040,8 @@ public virtual Task FlushJobAsync(Elastic.Clients.Elasticsearc } /// - /// Predicts the future behavior of a time series by using its historical behavior. + /// Predicts the future behavior of a time series by using its historical
behavior.
+ /// Forecasts are not supported for jobs that perform population analysis; an
error occurs if you try to create a forecast for a job that has an
`over_field_name` in its configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ForecastAsync(ForecastRequest request, CancellationToken cancellationToken = default) @@ -1046,7 +1051,8 @@ public virtual Task ForecastAsync(ForecastRequest request, Can } /// - /// Predicts the future behavior of a time series by using its historical behavior. + /// Predicts the future behavior of a time series by using its historical
behavior.
+ /// Forecasts are not supported for jobs that perform population analysis; an
error occurs if you try to create a forecast for a job that has an
`over_field_name` in its configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ForecastAsync(ForecastRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1056,7 +1062,8 @@ public virtual Task ForecastAsync(ForecastRequestDescriptor de } /// - /// Predicts the future behavior of a time series by using its historical behavior. + /// Predicts the future behavior of a time series by using its historical
behavior.
+ /// Forecasts are not supported for jobs that perform population analysis; an
error occurs if you try to create a forecast for a job that has an
`over_field_name` in its configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ForecastAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -1067,7 +1074,8 @@ public virtual Task ForecastAsync(Elastic.Clients.Elasticsearc } /// - /// Predicts the future behavior of a time series by using its historical behavior. + /// Predicts the future behavior of a time series by using its historical
behavior.
+ /// Forecasts are not supported for jobs that perform population analysis; an
error occurs if you try to create a forecast for a job that has an
`over_field_name` in its configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ForecastAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1079,7 +1087,7 @@ public virtual Task ForecastAsync(Elastic.Clients.Elasticsearc } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(GetBucketsRequest request, CancellationToken cancellationToken = default) @@ -1089,7 +1097,7 @@ public virtual Task GetBucketsAsync(GetBucketsRequest reques } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(GetBucketsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1099,7 +1107,7 @@ public virtual Task GetBucketsAsync(GetBucketsReq } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, DateTimeOffset? timestamp, CancellationToken cancellationToken = default) @@ -1110,7 +1118,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, DateTimeOffset? timestamp, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1122,7 +1130,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -1133,7 +1141,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1145,7 +1153,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(GetBucketsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1155,7 +1163,7 @@ public virtual Task GetBucketsAsync(GetBucketsRequestDescrip } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, DateTimeOffset? timestamp, CancellationToken cancellationToken = default) @@ -1166,7 +1174,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, DateTimeOffset? timestamp, Action configureRequest, CancellationToken cancellationToken = default) @@ -1178,7 +1186,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -1189,7 +1197,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1376,7 +1384,7 @@ public virtual Task GetCategoriesAsync(Elastic.Clients.El } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedsAsync(GetDatafeedsRequest request, CancellationToken cancellationToken = default) @@ -1386,7 +1394,7 @@ public virtual Task GetDatafeedsAsync(GetDatafeedsRequest } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedsAsync(GetDatafeedsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1396,7 +1404,7 @@ public virtual Task GetDatafeedsAsync(GetDatafeedsRequestD } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedsAsync(Elastic.Clients.Elasticsearch.Serverless.Ids? datafeedId, CancellationToken cancellationToken = default) @@ -1407,7 +1415,7 @@ public virtual Task GetDatafeedsAsync(Elastic.Clients.Elas } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedsAsync(Elastic.Clients.Elasticsearch.Serverless.Ids? datafeedId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1419,7 +1427,7 @@ public virtual Task GetDatafeedsAsync(Elastic.Clients.Elas } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedsAsync(CancellationToken cancellationToken = default) @@ -1430,7 +1438,7 @@ public virtual Task GetDatafeedsAsync(CancellationToken ca } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -1442,7 +1450,7 @@ public virtual Task GetDatafeedsAsync(Action - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDatafeedStatsAsync(GetDatafeedStatsRequest request, CancellationToken cancellationToken = default) @@ -1452,7 +1460,7 @@ public virtual Task GetDatafeedStatsAsync(GetDatafeedS } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedStatsAsync(GetDatafeedStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1462,7 +1470,7 @@ public virtual Task GetDatafeedStatsAsync(GetDatafeedS } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedStatsAsync(Elastic.Clients.Elasticsearch.Serverless.Ids? datafeedId, CancellationToken cancellationToken = default) @@ -1473,7 +1481,7 @@ public virtual Task GetDatafeedStatsAsync(Elastic.Clie } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedStatsAsync(Elastic.Clients.Elasticsearch.Serverless.Ids? datafeedId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1485,7 +1493,7 @@ public virtual Task GetDatafeedStatsAsync(Elastic.Clie } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedStatsAsync(CancellationToken cancellationToken = default) @@ -1496,7 +1504,7 @@ public virtual Task GetDatafeedStatsAsync(Cancellation } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedStatsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -1508,7 +1516,7 @@ public virtual Task GetDatafeedStatsAsync(Action - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataFrameAnalyticsAsync(GetDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) @@ -1518,7 +1526,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ge } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDataFrameAnalyticsAsync(GetDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1528,7 +1536,7 @@ public virtual Task GetDataFrameAnalyticsAsync - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -1539,7 +1547,7 @@ public virtual Task GetDataFrameAnalyticsAsync - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1551,7 +1559,7 @@ public virtual Task GetDataFrameAnalyticsAsync - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataFrameAnalyticsAsync(CancellationToken cancellationToken = default) @@ -1562,7 +1570,7 @@ public virtual Task GetDataFrameAnalyticsAsync - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataFrameAnalyticsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -1574,7 +1582,7 @@ public virtual Task GetDataFrameAnalyticsAsync - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataFrameAnalyticsAsync(GetDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1584,7 +1592,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ge } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -1595,7 +1603,7 @@ public virtual Task GetDataFrameAnalyticsAsync(El } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, Action configureRequest, CancellationToken cancellationToken = default) @@ -1607,7 +1615,7 @@ public virtual Task GetDataFrameAnalyticsAsync(El } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDataFrameAnalyticsAsync(CancellationToken cancellationToken = default) @@ -1618,7 +1626,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ca } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDataFrameAnalyticsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -1752,7 +1760,7 @@ public virtual Task GetDataFrameAnalyticsSta } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFiltersAsync(GetFiltersRequest request, CancellationToken cancellationToken = default) @@ -1762,7 +1770,7 @@ public virtual Task GetFiltersAsync(GetFiltersRequest reques } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFiltersAsync(GetFiltersRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1772,7 +1780,7 @@ public virtual Task GetFiltersAsync(GetFiltersRequestDescrip } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFiltersAsync(Elastic.Clients.Elasticsearch.Serverless.Ids? filterId, CancellationToken cancellationToken = default) @@ -1783,7 +1791,7 @@ public virtual Task GetFiltersAsync(Elastic.Clients.Elastics } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFiltersAsync(Elastic.Clients.Elasticsearch.Serverless.Ids? filterId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1795,7 +1803,7 @@ public virtual Task GetFiltersAsync(Elastic.Clients.Elastics } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFiltersAsync(CancellationToken cancellationToken = default) @@ -1806,7 +1814,7 @@ public virtual Task GetFiltersAsync(CancellationToken cancel } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFiltersAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -1818,7 +1826,7 @@ public virtual Task GetFiltersAsync(Action - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetInfluencersAsync(GetInfluencersRequest request, CancellationToken cancellationToken = default) @@ -1828,7 +1836,7 @@ public virtual Task GetInfluencersAsync(GetInfluencersRe } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetInfluencersAsync(GetInfluencersRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1838,7 +1846,7 @@ public virtual Task GetInfluencersAsync(GetIn } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetInfluencersAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -1849,7 +1857,7 @@ public virtual Task GetInfluencersAsync(Elast } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetInfluencersAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1861,7 +1869,7 @@ public virtual Task GetInfluencersAsync(Elast } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetInfluencersAsync(GetInfluencersRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1871,7 +1879,7 @@ public virtual Task GetInfluencersAsync(GetInfluencersRe } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetInfluencersAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -1882,7 +1890,7 @@ public virtual Task GetInfluencersAsync(Elastic.Clients. } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetInfluencersAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1894,7 +1902,7 @@ public virtual Task GetInfluencersAsync(Elastic.Clients. } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetJobsAsync(GetJobsRequest request, CancellationToken cancellationToken = default) @@ -1904,7 +1912,7 @@ public virtual Task GetJobsAsync(GetJobsRequest request, Cancel } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetJobsAsync(GetJobsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1914,7 +1922,7 @@ public virtual Task GetJobsAsync(GetJobsRequestDescriptor descr } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetJobsAsync(Elastic.Clients.Elasticsearch.Serverless.Ids? jobId, CancellationToken cancellationToken = default) @@ -1925,7 +1933,7 @@ public virtual Task GetJobsAsync(Elastic.Clients.Elasticsearch. } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetJobsAsync(Elastic.Clients.Elasticsearch.Serverless.Ids? jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1937,7 +1945,7 @@ public virtual Task GetJobsAsync(Elastic.Clients.Elasticsearch. } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetJobsAsync(CancellationToken cancellationToken = default) @@ -1948,7 +1956,7 @@ public virtual Task GetJobsAsync(CancellationToken cancellation } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetJobsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -2026,7 +2034,7 @@ public virtual Task GetJobStatsAsync(Action - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetMemoryStatsAsync(GetMemoryStatsRequest request, CancellationToken cancellationToken = default) @@ -2036,7 +2044,7 @@ public virtual Task GetMemoryStatsAsync(GetMemoryStatsRe } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMemoryStatsAsync(GetMemoryStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2046,7 +2054,7 @@ public virtual Task GetMemoryStatsAsync(GetMemoryStatsRe } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMemoryStatsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? nodeId, CancellationToken cancellationToken = default) @@ -2057,7 +2065,7 @@ public virtual Task GetMemoryStatsAsync(Elastic.Clients. } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMemoryStatsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? nodeId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2069,7 +2077,7 @@ public virtual Task GetMemoryStatsAsync(Elastic.Clients. } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMemoryStatsAsync(CancellationToken cancellationToken = default) @@ -2080,7 +2088,7 @@ public virtual Task GetMemoryStatsAsync(CancellationToke } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMemoryStatsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -2214,7 +2222,7 @@ public virtual Task GetModelSnapshotsAsync(Elastic.Cl } /// - /// Gets stats for anomaly detection job model snapshot upgrades that are in progress. + /// Retrieves usage information for anomaly detection job model snapshot upgrades. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetModelSnapshotUpgradeStatsAsync(GetModelSnapshotUpgradeStatsRequest request, CancellationToken cancellationToken = default) @@ -2224,7 +2232,7 @@ public virtual Task GetModelSnapshotUpgrad } /// - /// Gets stats for anomaly detection job model snapshot upgrades that are in progress. + /// Retrieves usage information for anomaly detection job model snapshot upgrades. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetModelSnapshotUpgradeStatsAsync(GetModelSnapshotUpgradeStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2234,7 +2242,7 @@ public virtual Task GetModelSnapshotUpgrad } /// - /// Gets stats for anomaly detection job model snapshot upgrades that are in progress. + /// Retrieves usage information for anomaly detection job model snapshot upgrades. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetModelSnapshotUpgradeStatsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Elastic.Clients.Elasticsearch.Serverless.Id snapshotId, CancellationToken cancellationToken = default) @@ -2245,7 +2253,7 @@ public virtual Task GetModelSnapshotUpgrad } /// - /// Gets stats for anomaly detection job model snapshot upgrades that are in progress. + /// Retrieves usage information for anomaly detection job model snapshot upgrades. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetModelSnapshotUpgradeStatsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Elastic.Clients.Elasticsearch.Serverless.Id snapshotId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2257,7 +2265,8 @@ public virtual Task GetModelSnapshotUpgrad } /// - /// Retrieves overall bucket results that summarize the bucket results of multiple anomaly detection jobs. + /// Retrieves overall bucket results that summarize the bucket results of
multiple anomaly detection jobs.
+ /// The `overall_score` is calculated by combining the scores of all the
buckets within the overall bucket span. First, the maximum
`anomaly_score` per anomaly detection job in the overall bucket is
calculated. Then the `top_n` of those scores are averaged to result in
the `overall_score`. This means that you can fine-tune the
`overall_score` so that it is more or less sensitive to the number of
jobs that detect an anomaly at the same time. For example, if you set
`top_n` to `1`, the `overall_score` is the maximum bucket score in the
overall bucket. Alternatively, if you set `top_n` to the number of jobs,
the `overall_score` is high only when all jobs detect anomalies in that
overall bucket. If you set the `bucket_span` parameter (to a value
greater than its default), the `overall_score` is the maximum
`overall_score` of the overall buckets that have a span equal to the
jobs' largest bucket span.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetOverallBucketsAsync(GetOverallBucketsRequest request, CancellationToken cancellationToken = default) @@ -2267,7 +2276,8 @@ public virtual Task GetOverallBucketsAsync(GetOverall } /// - /// Retrieves overall bucket results that summarize the bucket results of multiple anomaly detection jobs. + /// Retrieves overall bucket results that summarize the bucket results of
multiple anomaly detection jobs.
+ /// The `overall_score` is calculated by combining the scores of all the
buckets within the overall bucket span. First, the maximum
`anomaly_score` per anomaly detection job in the overall bucket is
calculated. Then the `top_n` of those scores are averaged to result in
the `overall_score`. This means that you can fine-tune the
`overall_score` so that it is more or less sensitive to the number of
jobs that detect an anomaly at the same time. For example, if you set
`top_n` to `1`, the `overall_score` is the maximum bucket score in the
overall bucket. Alternatively, if you set `top_n` to the number of jobs,
the `overall_score` is high only when all jobs detect anomalies in that
overall bucket. If you set the `bucket_span` parameter (to a value
greater than its default), the `overall_score` is the maximum
`overall_score` of the overall buckets that have a span equal to the
jobs' largest bucket span.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetOverallBucketsAsync(GetOverallBucketsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2277,7 +2287,8 @@ public virtual Task GetOverallBucketsAsync(GetOverall } /// - /// Retrieves overall bucket results that summarize the bucket results of multiple anomaly detection jobs. + /// Retrieves overall bucket results that summarize the bucket results of
multiple anomaly detection jobs.
+ /// The `overall_score` is calculated by combining the scores of all the
buckets within the overall bucket span. First, the maximum
`anomaly_score` per anomaly detection job in the overall bucket is
calculated. Then the `top_n` of those scores are averaged to result in
the `overall_score`. This means that you can fine-tune the
`overall_score` so that it is more or less sensitive to the number of
jobs that detect an anomaly at the same time. For example, if you set
`top_n` to `1`, the `overall_score` is the maximum bucket score in the
overall bucket. Alternatively, if you set `top_n` to the number of jobs,
the `overall_score` is high only when all jobs detect anomalies in that
overall bucket. If you set the `bucket_span` parameter (to a value
greater than its default), the `overall_score` is the maximum
`overall_score` of the overall buckets that have a span equal to the
jobs' largest bucket span.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetOverallBucketsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -2288,7 +2299,8 @@ public virtual Task GetOverallBucketsAsync(Elastic.Cl } /// - /// Retrieves overall bucket results that summarize the bucket results of multiple anomaly detection jobs. + /// Retrieves overall bucket results that summarize the bucket results of
multiple anomaly detection jobs.
+ /// The `overall_score` is calculated by combining the scores of all the
buckets within the overall bucket span. First, the maximum
`anomaly_score` per anomaly detection job in the overall bucket is
calculated. Then the `top_n` of those scores are averaged to result in
the `overall_score`. This means that you can fine-tune the
`overall_score` so that it is more or less sensitive to the number of
jobs that detect an anomaly at the same time. For example, if you set
`top_n` to `1`, the `overall_score` is the maximum bucket score in the
overall bucket. Alternatively, if you set `top_n` to the number of jobs,
the `overall_score` is high only when all jobs detect anomalies in that
overall bucket. If you set the `bucket_span` parameter (to a value
greater than its default), the `overall_score` is the maximum
`overall_score` of the overall buckets that have a span equal to the
jobs' largest bucket span.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetOverallBucketsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2300,7 +2312,7 @@ public virtual Task GetOverallBucketsAsync(Elastic.Cl } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(GetRecordsRequest request, CancellationToken cancellationToken = default) @@ -2310,7 +2322,7 @@ public virtual Task GetRecordsAsync(GetRecordsRequest reques } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(GetRecordsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2320,7 +2332,7 @@ public virtual Task GetRecordsAsync(GetRecordsReq } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -2331,7 +2343,7 @@ public virtual Task GetRecordsAsync(Elastic.Clien } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2343,7 +2355,7 @@ public virtual Task GetRecordsAsync(Elastic.Clien } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(GetRecordsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2353,7 +2365,7 @@ public virtual Task GetRecordsAsync(GetRecordsRequestDescrip } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -2364,7 +2376,7 @@ public virtual Task GetRecordsAsync(Elastic.Clients.Elastics } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2376,7 +2388,7 @@ public virtual Task GetRecordsAsync(Elastic.Clients.Elastics } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTrainedModelsAsync(GetTrainedModelsRequest request, CancellationToken cancellationToken = default) @@ -2386,7 +2398,7 @@ public virtual Task GetTrainedModelsAsync(GetTrainedMo } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTrainedModelsAsync(GetTrainedModelsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2396,10 +2408,10 @@ public virtual Task GetTrainedModelsAsync(GetTrainedMo } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// - public virtual Task GetTrainedModelsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? modelId, CancellationToken cancellationToken = default) + public virtual Task GetTrainedModelsAsync(Elastic.Clients.Elasticsearch.Serverless.Ids? modelId, CancellationToken cancellationToken = default) { var descriptor = new GetTrainedModelsRequestDescriptor(modelId); descriptor.BeforeRequest(); @@ -2407,10 +2419,10 @@ public virtual Task GetTrainedModelsAsync(Elastic.Clie } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// - public virtual Task GetTrainedModelsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? modelId, Action configureRequest, CancellationToken cancellationToken = default) + public virtual Task GetTrainedModelsAsync(Elastic.Clients.Elasticsearch.Serverless.Ids? modelId, Action configureRequest, CancellationToken cancellationToken = default) { var descriptor = new GetTrainedModelsRequestDescriptor(modelId); configureRequest?.Invoke(descriptor); @@ -2419,7 +2431,7 @@ public virtual Task GetTrainedModelsAsync(Elastic.Clie } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTrainedModelsAsync(CancellationToken cancellationToken = default) @@ -2430,7 +2442,7 @@ public virtual Task GetTrainedModelsAsync(Cancellation } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTrainedModelsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -2442,7 +2454,7 @@ public virtual Task GetTrainedModelsAsync(Action - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTrainedModelsStatsAsync(GetTrainedModelsStatsRequest request, CancellationToken cancellationToken = default) @@ -2452,7 +2464,7 @@ public virtual Task GetTrainedModelsStatsAsync(Ge } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetTrainedModelsStatsAsync(GetTrainedModelsStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2462,7 +2474,7 @@ public virtual Task GetTrainedModelsStatsAsync(Ge } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetTrainedModelsStatsAsync(Elastic.Clients.Elasticsearch.Serverless.Ids? modelId, CancellationToken cancellationToken = default) @@ -2473,7 +2485,7 @@ public virtual Task GetTrainedModelsStatsAsync(El } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetTrainedModelsStatsAsync(Elastic.Clients.Elasticsearch.Serverless.Ids? modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2485,7 +2497,7 @@ public virtual Task GetTrainedModelsStatsAsync(El } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetTrainedModelsStatsAsync(CancellationToken cancellationToken = default) @@ -2496,7 +2508,7 @@ public virtual Task GetTrainedModelsStatsAsync(Ca } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetTrainedModelsStatsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -2508,7 +2520,7 @@ public virtual Task GetTrainedModelsStatsAsync(Ac } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(InferTrainedModelRequest request, CancellationToken cancellationToken = default) @@ -2518,7 +2530,7 @@ public virtual Task InferTrainedModelAsync(InferTrain } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(InferTrainedModelRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2528,7 +2540,7 @@ public virtual Task InferTrainedModelAsync } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, CancellationToken cancellationToken = default) @@ -2539,7 +2551,7 @@ public virtual Task InferTrainedModelAsync } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2551,7 +2563,7 @@ public virtual Task InferTrainedModelAsync } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(InferTrainedModelRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2561,7 +2573,7 @@ public virtual Task InferTrainedModelAsync(InferTrain } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, CancellationToken cancellationToken = default) @@ -2572,7 +2584,7 @@ public virtual Task InferTrainedModelAsync(Elastic.Cl } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2584,7 +2596,7 @@ public virtual Task InferTrainedModelAsync(Elastic.Cl } /// - /// Returns defaults and limits used by machine learning. + /// Returns defaults and limits used by machine learning.
This endpoint is designed to be used by a user interface that needs to fully
understand machine learning configurations where some options are not
specified, meaning that the defaults should be used. This endpoint may be
used to find out what those defaults are. It also provides information about
the maximum size of machine learning jobs that could run in the current
cluster configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task InfoAsync(MlInfoRequest request, CancellationToken cancellationToken = default) @@ -2594,7 +2606,7 @@ public virtual Task InfoAsync(MlInfoRequest request, Cancellatio } /// - /// Returns defaults and limits used by machine learning. + /// Returns defaults and limits used by machine learning.
This endpoint is designed to be used by a user interface that needs to fully
understand machine learning configurations where some options are not
specified, meaning that the defaults should be used. This endpoint may be
used to find out what those defaults are. It also provides information about
the maximum size of machine learning jobs that could run in the current
cluster configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task InfoAsync(MlInfoRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2604,7 +2616,7 @@ public virtual Task InfoAsync(MlInfoRequestDescriptor descriptor } /// - /// Returns defaults and limits used by machine learning. + /// Returns defaults and limits used by machine learning.
This endpoint is designed to be used by a user interface that needs to fully
understand machine learning configurations where some options are not
specified, meaning that the defaults should be used. This endpoint may be
used to find out what those defaults are. It also provides information about
the maximum size of machine learning jobs that could run in the current
cluster configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task InfoAsync(CancellationToken cancellationToken = default) @@ -2615,7 +2627,7 @@ public virtual Task InfoAsync(CancellationToken cancellationToke } /// - /// Returns defaults and limits used by machine learning. + /// Returns defaults and limits used by machine learning.
This endpoint is designed to be used by a user interface that needs to fully
understand machine learning configurations where some options are not
specified, meaning that the defaults should be used. This endpoint may be
used to find out what those defaults are. It also provides information about
the maximum size of machine learning jobs that could run in the current
cluster configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task InfoAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -2627,7 +2639,7 @@ public virtual Task InfoAsync(Action co } /// - /// Opens one or more anomaly detection jobs. + /// Opens one or more anomaly detection jobs.
An anomaly detection job must be opened in order for it to be ready to
receive and analyze data. It can be opened and closed multiple times
throughout its lifecycle.
When you open a new job, it starts with an empty model.
When you open an existing job, the most recent model state is automatically
loaded. The job is ready to resume its analysis from where it left off, once
new data is received.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenJobAsync(OpenJobRequest request, CancellationToken cancellationToken = default) @@ -2637,7 +2649,7 @@ public virtual Task OpenJobAsync(OpenJobRequest request, Cancel } /// - /// Opens one or more anomaly detection jobs. + /// Opens one or more anomaly detection jobs.
An anomaly detection job must be opened in order for it to be ready to
receive and analyze data. It can be opened and closed multiple times
throughout its lifecycle.
When you open a new job, it starts with an empty model.
When you open an existing job, the most recent model state is automatically
loaded. The job is ready to resume its analysis from where it left off, once
new data is received.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenJobAsync(OpenJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2647,7 +2659,7 @@ public virtual Task OpenJobAsync(OpenJobRequestDescriptor descr } /// - /// Opens one or more anomaly detection jobs. + /// Opens one or more anomaly detection jobs.
An anomaly detection job must be opened in order for it to be ready to
receive and analyze data. It can be opened and closed multiple times
throughout its lifecycle.
When you open a new job, it starts with an empty model.
When you open an existing job, the most recent model state is automatically
loaded. The job is ready to resume its analysis from where it left off, once
new data is received.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -2658,7 +2670,7 @@ public virtual Task OpenJobAsync(Elastic.Clients.Elasticsearch. } /// - /// Opens one or more anomaly detection jobs. + /// Opens one or more anomaly detection jobs.
An anomaly detection job must be opened in order for it to be ready to
receive and analyze data. It can be opened and closed multiple times
throughout its lifecycle.
When you open a new job, it starts with an empty model.
When you open an existing job, the most recent model state is automatically
loaded. The job is ready to resume its analysis from where it left off, once
new data is received.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2670,7 +2682,7 @@ public virtual Task OpenJobAsync(Elastic.Clients.Elasticsearch. } /// - /// Posts scheduled events in a calendar. + /// Adds scheduled events to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostCalendarEventsAsync(PostCalendarEventsRequest request, CancellationToken cancellationToken = default) @@ -2680,7 +2692,7 @@ public virtual Task PostCalendarEventsAsync(PostCale } /// - /// Posts scheduled events in a calendar. + /// Adds scheduled events to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostCalendarEventsAsync(PostCalendarEventsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2690,7 +2702,7 @@ public virtual Task PostCalendarEventsAsync(PostCale } /// - /// Posts scheduled events in a calendar. + /// Adds scheduled events to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostCalendarEventsAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, CancellationToken cancellationToken = default) @@ -2701,7 +2713,7 @@ public virtual Task PostCalendarEventsAsync(Elastic. } /// - /// Posts scheduled events in a calendar. + /// Adds scheduled events to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostCalendarEventsAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2713,7 +2725,7 @@ public virtual Task PostCalendarEventsAsync(Elastic. } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(PreviewDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) @@ -2723,7 +2735,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(PreviewDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2733,7 +2745,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -2744,7 +2756,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2756,7 +2768,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(CancellationToken cancellationToken = default) @@ -2767,7 +2779,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -2779,7 +2791,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(PreviewDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2789,7 +2801,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -2800,7 +2812,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, Action configureRequest, CancellationToken cancellationToken = default) @@ -2812,7 +2824,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(CancellationToken cancellationToken = default) @@ -2823,7 +2835,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -2835,7 +2847,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Instantiates a calendar. + /// Creates a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutCalendarAsync(PutCalendarRequest request, CancellationToken cancellationToken = default) @@ -2845,7 +2857,7 @@ public virtual Task PutCalendarAsync(PutCalendarRequest req } /// - /// Instantiates a calendar. + /// Creates a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutCalendarAsync(PutCalendarRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2855,7 +2867,7 @@ public virtual Task PutCalendarAsync(PutCalendarRequestDesc } /// - /// Instantiates a calendar. + /// Creates a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutCalendarAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, CancellationToken cancellationToken = default) @@ -2866,7 +2878,7 @@ public virtual Task PutCalendarAsync(Elastic.Clients.Elasti } /// - /// Instantiates a calendar. + /// Creates a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutCalendarAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2901,7 +2913,7 @@ public virtual Task PutCalendarJobAsync(PutCalendarJobRe /// Adds an anomaly detection job to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// - public virtual Task PutCalendarJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) + public virtual Task PutCalendarJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Elastic.Clients.Elasticsearch.Serverless.Ids jobId, CancellationToken cancellationToken = default) { var descriptor = new PutCalendarJobRequestDescriptor(calendarId, jobId); descriptor.BeforeRequest(); @@ -2912,7 +2924,7 @@ public virtual Task PutCalendarJobAsync(Elastic.Clients. /// Adds an anomaly detection job to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// - public virtual Task PutCalendarJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) + public virtual Task PutCalendarJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id calendarId, Elastic.Clients.Elasticsearch.Serverless.Ids jobId, Action configureRequest, CancellationToken cancellationToken = default) { var descriptor = new PutCalendarJobRequestDescriptor(calendarId, jobId); configureRequest?.Invoke(descriptor); @@ -2921,7 +2933,7 @@ public virtual Task PutCalendarJobAsync(Elastic.Clients. } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(PutDatafeedRequest request, CancellationToken cancellationToken = default) @@ -2931,7 +2943,7 @@ public virtual Task PutDatafeedAsync(PutDatafeedRequest req } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(PutDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2941,7 +2953,7 @@ public virtual Task PutDatafeedAsync(PutDatafeed } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, CancellationToken cancellationToken = default) @@ -2952,7 +2964,7 @@ public virtual Task PutDatafeedAsync(Elastic.Cli } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2964,7 +2976,7 @@ public virtual Task PutDatafeedAsync(Elastic.Cli } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(PutDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2974,7 +2986,7 @@ public virtual Task PutDatafeedAsync(PutDatafeedRequestDesc } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, CancellationToken cancellationToken = default) @@ -2985,7 +2997,7 @@ public virtual Task PutDatafeedAsync(Elastic.Clients.Elasti } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2997,8 +3009,8 @@ public virtual Task PutDatafeedAsync(Elastic.Clients.Elasti } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDataFrameAnalyticsAsync(PutDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) { @@ -3007,8 +3019,8 @@ public virtual Task PutDataFrameAnalyticsAsync(Pu } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDataFrameAnalyticsAsync(PutDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -3017,8 +3029,8 @@ public virtual Task PutDataFrameAnalyticsAsync - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -3028,8 +3040,8 @@ public virtual Task PutDataFrameAnalyticsAsync - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -3040,8 +3052,8 @@ public virtual Task PutDataFrameAnalyticsAsync - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataFrameAnalyticsAsync(PutDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -3050,8 +3062,8 @@ public virtual Task PutDataFrameAnalyticsAsync(Pu } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) { @@ -3061,8 +3073,8 @@ public virtual Task PutDataFrameAnalyticsAsync(El } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) { @@ -3073,7 +3085,7 @@ public virtual Task PutDataFrameAnalyticsAsync(El } /// - /// Instantiates a filter. + /// Instantiates a filter.
A filter contains a list of strings. It can be used by one or more anomaly detection jobs.
Specifically, filters are referenced in the `custom_rules` property of detector configuration objects.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutFilterAsync(PutFilterRequest request, CancellationToken cancellationToken = default) @@ -3083,7 +3095,7 @@ public virtual Task PutFilterAsync(PutFilterRequest request, } /// - /// Instantiates a filter. + /// Instantiates a filter.
A filter contains a list of strings. It can be used by one or more anomaly detection jobs.
Specifically, filters are referenced in the `custom_rules` property of detector configuration objects.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutFilterAsync(PutFilterRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3093,7 +3105,7 @@ public virtual Task PutFilterAsync(PutFilterRequestDescriptor } /// - /// Instantiates a filter. + /// Instantiates a filter.
A filter contains a list of strings. It can be used by one or more anomaly detection jobs.
Specifically, filters are referenced in the `custom_rules` property of detector configuration objects.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutFilterAsync(Elastic.Clients.Elasticsearch.Serverless.Id filterId, CancellationToken cancellationToken = default) @@ -3104,7 +3116,7 @@ public virtual Task PutFilterAsync(Elastic.Clients.Elasticsea } /// - /// Instantiates a filter. + /// Instantiates a filter.
A filter contains a list of strings. It can be used by one or more anomaly detection jobs.
Specifically, filters are referenced in the `custom_rules` property of detector configuration objects.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutFilterAsync(Elastic.Clients.Elasticsearch.Serverless.Id filterId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3116,7 +3128,7 @@ public virtual Task PutFilterAsync(Elastic.Clients.Elasticsea } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(PutJobRequest request, CancellationToken cancellationToken = default) @@ -3126,7 +3138,7 @@ public virtual Task PutJobAsync(PutJobRequest request, Cancellat } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(PutJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3136,7 +3148,7 @@ public virtual Task PutJobAsync(PutJobRequestDescript } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -3147,7 +3159,7 @@ public virtual Task PutJobAsync(Elastic.Clients.Elast } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3159,7 +3171,7 @@ public virtual Task PutJobAsync(Elastic.Clients.Elast } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(PutJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3169,7 +3181,7 @@ public virtual Task PutJobAsync(PutJobRequestDescriptor descript } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -3180,7 +3192,7 @@ public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Se } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3192,7 +3204,7 @@ public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Se } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(PutTrainedModelRequest request, CancellationToken cancellationToken = default) @@ -3202,7 +3214,7 @@ public virtual Task PutTrainedModelAsync(PutTrainedMode } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(PutTrainedModelRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3212,7 +3224,7 @@ public virtual Task PutTrainedModelAsync(Put } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, CancellationToken cancellationToken = default) @@ -3223,7 +3235,7 @@ public virtual Task PutTrainedModelAsync(Ela } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3235,7 +3247,7 @@ public virtual Task PutTrainedModelAsync(Ela } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(PutTrainedModelRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3245,7 +3257,7 @@ public virtual Task PutTrainedModelAsync(PutTrainedMode } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, CancellationToken cancellationToken = default) @@ -3256,7 +3268,7 @@ public virtual Task PutTrainedModelAsync(Elastic.Client } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3268,7 +3280,7 @@ public virtual Task PutTrainedModelAsync(Elastic.Client } /// - /// Creates a new model alias (or reassigns an existing one) to refer to the trained model + /// Creates or updates a trained model alias. A trained model alias is a logical
name used to reference a single trained model.
You can use aliases instead of trained model identifiers to make it easier to
reference your models. For example, you can use aliases in inference
aggregations and processors.
An alias must be unique and refer to only a single trained model. However,
you can have multiple aliases for each trained model.
If you use this API to update an alias such that it references a different
trained model ID and the model uses a different type of data frame analytics,
an error occurs. For example, this situation occurs if you have a trained
model for regression analysis and a trained model for classification
analysis; you cannot reassign an alias from one type of trained model to
another.
If you use this API to update an alias and there are very few input fields in
common between the old and new trained models for the model alias, the API
returns a warning.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelAliasAsync(PutTrainedModelAliasRequest request, CancellationToken cancellationToken = default) @@ -3278,7 +3290,7 @@ public virtual Task PutTrainedModelAliasAsync(PutT } /// - /// Creates a new model alias (or reassigns an existing one) to refer to the trained model + /// Creates or updates a trained model alias. A trained model alias is a logical
name used to reference a single trained model.
You can use aliases instead of trained model identifiers to make it easier to
reference your models. For example, you can use aliases in inference
aggregations and processors.
An alias must be unique and refer to only a single trained model. However,
you can have multiple aliases for each trained model.
If you use this API to update an alias such that it references a different
trained model ID and the model uses a different type of data frame analytics,
an error occurs. For example, this situation occurs if you have a trained
model for regression analysis and a trained model for classification
analysis; you cannot reassign an alias from one type of trained model to
another.
If you use this API to update an alias and there are very few input fields in
common between the old and new trained models for the model alias, the API
returns a warning.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelAliasAsync(PutTrainedModelAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3288,7 +3300,7 @@ public virtual Task PutTrainedModelAliasAsync(PutT } /// - /// Creates a new model alias (or reassigns an existing one) to refer to the trained model + /// Creates or updates a trained model alias. A trained model alias is a logical
name used to reference a single trained model.
You can use aliases instead of trained model identifiers to make it easier to
reference your models. For example, you can use aliases in inference
aggregations and processors.
An alias must be unique and refer to only a single trained model. However,
you can have multiple aliases for each trained model.
If you use this API to update an alias such that it references a different
trained model ID and the model uses a different type of data frame analytics,
an error occurs. For example, this situation occurs if you have a trained
model for regression analysis and a trained model for classification
analysis; you cannot reassign an alias from one type of trained model to
another.
If you use this API to update an alias and there are very few input fields in
common between the old and new trained models for the model alias, the API
returns a warning.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, Elastic.Clients.Elasticsearch.Serverless.Name modelAlias, CancellationToken cancellationToken = default) @@ -3299,7 +3311,7 @@ public virtual Task PutTrainedModelAliasAsync(Elas } /// - /// Creates a new model alias (or reassigns an existing one) to refer to the trained model + /// Creates or updates a trained model alias. A trained model alias is a logical
name used to reference a single trained model.
You can use aliases instead of trained model identifiers to make it easier to
reference your models. For example, you can use aliases in inference
aggregations and processors.
An alias must be unique and refer to only a single trained model. However,
you can have multiple aliases for each trained model.
If you use this API to update an alias such that it references a different
trained model ID and the model uses a different type of data frame analytics,
an error occurs. For example, this situation occurs if you have a trained
model for regression analysis and a trained model for classification
analysis; you cannot reassign an alias from one type of trained model to
another.
If you use this API to update an alias and there are very few input fields in
common between the old and new trained models for the model alias, the API
returns a warning.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelAliasAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, Elastic.Clients.Elasticsearch.Serverless.Name modelAlias, Action configureRequest, CancellationToken cancellationToken = default) @@ -3311,7 +3323,7 @@ public virtual Task PutTrainedModelAliasAsync(Elas } /// - /// Creates part of a trained model definition + /// Creates part of a trained model definition. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelDefinitionPartAsync(PutTrainedModelDefinitionPartRequest request, CancellationToken cancellationToken = default) @@ -3321,7 +3333,7 @@ public virtual Task PutTrainedModelDefini } /// - /// Creates part of a trained model definition + /// Creates part of a trained model definition. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelDefinitionPartAsync(PutTrainedModelDefinitionPartRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3331,7 +3343,7 @@ public virtual Task PutTrainedModelDefini } /// - /// Creates part of a trained model definition + /// Creates part of a trained model definition. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelDefinitionPartAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, int part, CancellationToken cancellationToken = default) @@ -3342,7 +3354,7 @@ public virtual Task PutTrainedModelDefini } /// - /// Creates part of a trained model definition + /// Creates part of a trained model definition. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelDefinitionPartAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, int part, Action configureRequest, CancellationToken cancellationToken = default) @@ -3354,7 +3366,7 @@ public virtual Task PutTrainedModelDefini } /// - /// Creates a trained model vocabulary + /// Creates a trained model vocabulary.
This API is supported only for natural language processing (NLP) models.
The vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelVocabularyAsync(PutTrainedModelVocabularyRequest request, CancellationToken cancellationToken = default) @@ -3364,7 +3376,7 @@ public virtual Task PutTrainedModelVocabulary } /// - /// Creates a trained model vocabulary + /// Creates a trained model vocabulary.
This API is supported only for natural language processing (NLP) models.
The vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelVocabularyAsync(PutTrainedModelVocabularyRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3374,7 +3386,7 @@ public virtual Task PutTrainedModelVocabulary } /// - /// Creates a trained model vocabulary + /// Creates a trained model vocabulary.
This API is supported only for natural language processing (NLP) models.
The vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelVocabularyAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, CancellationToken cancellationToken = default) @@ -3385,7 +3397,7 @@ public virtual Task PutTrainedModelVocabulary } /// - /// Creates a trained model vocabulary + /// Creates a trained model vocabulary.
This API is supported only for natural language processing (NLP) models.
The vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelVocabularyAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3397,7 +3409,7 @@ public virtual Task PutTrainedModelVocabulary } /// - /// Resets an existing anomaly detection job. + /// Resets an anomaly detection job.
All model state and results are deleted. The job is ready to start over as if
it had just been created.
It is not currently possible to reset multiple jobs using wildcards or a
comma separated list.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetJobAsync(ResetJobRequest request, CancellationToken cancellationToken = default) @@ -3407,7 +3419,7 @@ public virtual Task ResetJobAsync(ResetJobRequest request, Can } /// - /// Resets an existing anomaly detection job. + /// Resets an anomaly detection job.
All model state and results are deleted. The job is ready to start over as if
it had just been created.
It is not currently possible to reset multiple jobs using wildcards or a
comma separated list.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetJobAsync(ResetJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3417,7 +3429,7 @@ public virtual Task ResetJobAsync(ResetJobRequestDescriptor de } /// - /// Resets an existing anomaly detection job. + /// Resets an anomaly detection job.
All model state and results are deleted. The job is ready to start over as if
it had just been created.
It is not currently possible to reset multiple jobs using wildcards or a
comma separated list.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, CancellationToken cancellationToken = default) @@ -3428,7 +3440,7 @@ public virtual Task ResetJobAsync(Elastic.Clients.Elasticsearc } /// - /// Resets an existing anomaly detection job. + /// Resets an anomaly detection job.
All model state and results are deleted. The job is ready to start over as if
it had just been created.
It is not currently possible to reset multiple jobs using wildcards or a
comma separated list.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetJobAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3440,7 +3452,7 @@ public virtual Task ResetJobAsync(Elastic.Clients.Elasticsearc } /// - /// Reverts to a specific snapshot. + /// Reverts to a specific snapshot.
The machine learning features react quickly to anomalous input, learning new
behaviors in data. Highly anomalous input increases the variance in the
models whilst the system learns whether this is a new step-change in behavior
or a one-off event. In the case where this anomalous input is known to be a
one-off, then it might be appropriate to reset the model state to a time
before this event. For example, you might consider reverting to a saved
snapshot after Black Friday or a critical system failure.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RevertModelSnapshotAsync(RevertModelSnapshotRequest request, CancellationToken cancellationToken = default) @@ -3450,7 +3462,7 @@ public virtual Task RevertModelSnapshotAsync(Revert } /// - /// Reverts to a specific snapshot. + /// Reverts to a specific snapshot.
The machine learning features react quickly to anomalous input, learning new
behaviors in data. Highly anomalous input increases the variance in the
models whilst the system learns whether this is a new step-change in behavior
or a one-off event. In the case where this anomalous input is known to be a
one-off, then it might be appropriate to reset the model state to a time
before this event. For example, you might consider reverting to a saved
snapshot after Black Friday or a critical system failure.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RevertModelSnapshotAsync(RevertModelSnapshotRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3460,7 +3472,7 @@ public virtual Task RevertModelSnapshotAsync(Revert } /// - /// Reverts to a specific snapshot. + /// Reverts to a specific snapshot.
The machine learning features react quickly to anomalous input, learning new
behaviors in data. Highly anomalous input increases the variance in the
models whilst the system learns whether this is a new step-change in behavior
or a one-off event. In the case where this anomalous input is known to be a
one-off, then it might be appropriate to reset the model state to a time
before this event. For example, you might consider reverting to a saved
snapshot after Black Friday or a critical system failure.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RevertModelSnapshotAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Elastic.Clients.Elasticsearch.Serverless.Id snapshotId, CancellationToken cancellationToken = default) @@ -3471,7 +3483,7 @@ public virtual Task RevertModelSnapshotAsync(Elasti } /// - /// Reverts to a specific snapshot. + /// Reverts to a specific snapshot.
The machine learning features react quickly to anomalous input, learning new
behaviors in data. Highly anomalous input increases the variance in the
models whilst the system learns whether this is a new step-change in behavior
or a one-off event. In the case where this anomalous input is known to be a
one-off, then it might be appropriate to reset the model state to a time
before this event. For example, you might consider reverting to a saved
snapshot after Black Friday or a critical system failure.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RevertModelSnapshotAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Elastic.Clients.Elasticsearch.Serverless.Id snapshotId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3483,7 +3495,7 @@ public virtual Task RevertModelSnapshotAsync(Elasti } /// - /// Sets a cluster wide upgrade_mode setting that prepares machine learning indices for an upgrade. + /// Sets a cluster wide upgrade_mode setting that prepares machine learning
indices for an upgrade.
When upgrading your cluster, in some circumstances you must restart your
nodes and reindex your machine learning indices. In those circumstances,
there must be no machine learning jobs running. You can close the machine
learning jobs, do the upgrade, then open all the jobs again. Alternatively,
you can use this API to temporarily halt tasks associated with the jobs and
datafeeds and prevent new jobs from opening. You can also use this API
during upgrades that do not require you to reindex your machine learning
indices, though stopping jobs is not a requirement in that case.
You can see the current value for the upgrade_mode setting by using the get
machine learning info API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SetUpgradeModeAsync(SetUpgradeModeRequest request, CancellationToken cancellationToken = default) @@ -3493,7 +3505,7 @@ public virtual Task SetUpgradeModeAsync(SetUpgradeModeRe } /// - /// Sets a cluster wide upgrade_mode setting that prepares machine learning indices for an upgrade. + /// Sets a cluster wide upgrade_mode setting that prepares machine learning
indices for an upgrade.
When upgrading your cluster, in some circumstances you must restart your
nodes and reindex your machine learning indices. In those circumstances,
there must be no machine learning jobs running. You can close the machine
learning jobs, do the upgrade, then open all the jobs again. Alternatively,
you can use this API to temporarily halt tasks associated with the jobs and
datafeeds and prevent new jobs from opening. You can also use this API
during upgrades that do not require you to reindex your machine learning
indices, though stopping jobs is not a requirement in that case.
You can see the current value for the upgrade_mode setting by using the get
machine learning info API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SetUpgradeModeAsync(SetUpgradeModeRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3503,7 +3515,7 @@ public virtual Task SetUpgradeModeAsync(SetUpgradeModeRe } /// - /// Sets a cluster wide upgrade_mode setting that prepares machine learning indices for an upgrade. + /// Sets a cluster wide upgrade_mode setting that prepares machine learning
indices for an upgrade.
When upgrading your cluster, in some circumstances you must restart your
nodes and reindex your machine learning indices. In those circumstances,
there must be no machine learning jobs running. You can close the machine
learning jobs, do the upgrade, then open all the jobs again. Alternatively,
you can use this API to temporarily halt tasks associated with the jobs and
datafeeds and prevent new jobs from opening. You can also use this API
during upgrades that do not require you to reindex your machine learning
indices, though stopping jobs is not a requirement in that case.
You can see the current value for the upgrade_mode setting by using the get
machine learning info API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SetUpgradeModeAsync(CancellationToken cancellationToken = default) @@ -3514,7 +3526,7 @@ public virtual Task SetUpgradeModeAsync(CancellationToke } /// - /// Sets a cluster wide upgrade_mode setting that prepares machine learning indices for an upgrade. + /// Sets a cluster wide upgrade_mode setting that prepares machine learning
indices for an upgrade.
When upgrading your cluster, in some circumstances you must restart your
nodes and reindex your machine learning indices. In those circumstances,
there must be no machine learning jobs running. You can close the machine
learning jobs, do the upgrade, then open all the jobs again. Alternatively,
you can use this API to temporarily halt tasks associated with the jobs and
datafeeds and prevent new jobs from opening. You can also use this API
during upgrades that do not require you to reindex your machine learning
indices, though stopping jobs is not a requirement in that case.
You can see the current value for the upgrade_mode setting by using the get
machine learning info API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SetUpgradeModeAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -3527,6 +3539,10 @@ public virtual Task SetUpgradeModeAsync(Action /// Starts one or more datafeeds. + /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
+ /// Before you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs. + /// If you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.
If new data was indexed for that exact millisecond between stopping and starting, it will be ignored.
+ /// When Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or
update it had at the time of creation or update and runs the query using those same roles. If you provided secondary
authorization headers when you created or updated the datafeed, those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StartDatafeedAsync(StartDatafeedRequest request, CancellationToken cancellationToken = default) @@ -3537,6 +3553,10 @@ public virtual Task StartDatafeedAsync(StartDatafeedReque /// /// Starts one or more datafeeds. + /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
+ /// Before you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs. + /// If you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.
If new data was indexed for that exact millisecond between stopping and starting, it will be ignored.
+ /// When Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or
update it had at the time of creation or update and runs the query using those same roles. If you provided secondary
authorization headers when you created or updated the datafeed, those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDatafeedAsync(StartDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3547,6 +3567,10 @@ public virtual Task StartDatafeedAsync(StartDatafeedReque /// /// Starts one or more datafeeds. + /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
+ /// Before you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs. + /// If you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.
If new data was indexed for that exact millisecond between stopping and starting, it will be ignored.
+ /// When Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or
update it had at the time of creation or update and runs the query using those same roles. If you provided secondary
authorization headers when you created or updated the datafeed, those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, CancellationToken cancellationToken = default) @@ -3558,6 +3582,10 @@ public virtual Task StartDatafeedAsync(Elastic.Clients.El /// /// Starts one or more datafeeds. + /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
+ /// Before you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs. + /// If you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.
If new data was indexed for that exact millisecond between stopping and starting, it will be ignored.
+ /// When Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or
update it had at the time of creation or update and runs the query using those same roles. If you provided secondary
authorization headers when you created or updated the datafeed, those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3569,7 +3597,7 @@ public virtual Task StartDatafeedAsync(Elastic.Clients.El } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(StartDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) @@ -3579,7 +3607,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(StartDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3589,7 +3617,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -3600,7 +3628,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3612,7 +3640,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(StartDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3622,7 +3650,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -3633,7 +3661,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -3645,7 +3673,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Start a trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StartTrainedModelDeploymentAsync(StartTrainedModelDeploymentRequest request, CancellationToken cancellationToken = default) @@ -3655,7 +3683,7 @@ public virtual Task StartTrainedModelDeploy } /// - /// Start a trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StartTrainedModelDeploymentAsync(StartTrainedModelDeploymentRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3665,7 +3693,7 @@ public virtual Task StartTrainedModelDeploy } /// - /// Start a trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StartTrainedModelDeploymentAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, CancellationToken cancellationToken = default) @@ -3676,7 +3704,7 @@ public virtual Task StartTrainedModelDeploy } /// - /// Start a trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StartTrainedModelDeploymentAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3688,7 +3716,7 @@ public virtual Task StartTrainedModelDeploy } /// - /// Stops one or more datafeeds. + /// Stops one or more datafeeds.
A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDatafeedAsync(StopDatafeedRequest request, CancellationToken cancellationToken = default) @@ -3698,7 +3726,7 @@ public virtual Task StopDatafeedAsync(StopDatafeedRequest } /// - /// Stops one or more datafeeds. + /// Stops one or more datafeeds.
A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDatafeedAsync(StopDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3708,7 +3736,7 @@ public virtual Task StopDatafeedAsync(StopDatafeedRequestD } /// - /// Stops one or more datafeeds. + /// Stops one or more datafeeds.
A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, CancellationToken cancellationToken = default) @@ -3719,7 +3747,7 @@ public virtual Task StopDatafeedAsync(Elastic.Clients.Elas } /// - /// Stops one or more datafeeds. + /// Stops one or more datafeeds.
A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3731,7 +3759,7 @@ public virtual Task StopDatafeedAsync(Elastic.Clients.Elas } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(StopDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) @@ -3741,7 +3769,7 @@ public virtual Task StopDataFrameAnalyticsAsync( } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(StopDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3751,7 +3779,7 @@ public virtual Task StopDataFrameAnalyticsAsync< } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -3762,7 +3790,7 @@ public virtual Task StopDataFrameAnalyticsAsync< } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3774,7 +3802,7 @@ public virtual Task StopDataFrameAnalyticsAsync< } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(StopDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3784,7 +3812,7 @@ public virtual Task StopDataFrameAnalyticsAsync( } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -3795,7 +3823,7 @@ public virtual Task StopDataFrameAnalyticsAsync( } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -3807,7 +3835,7 @@ public virtual Task StopDataFrameAnalyticsAsync( } /// - /// Stop a trained model deployment. + /// Stops a trained model deployment. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StopTrainedModelDeploymentAsync(StopTrainedModelDeploymentRequest request, CancellationToken cancellationToken = default) @@ -3817,7 +3845,7 @@ public virtual Task StopTrainedModelDeployme } /// - /// Stop a trained model deployment. + /// Stops a trained model deployment. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StopTrainedModelDeploymentAsync(StopTrainedModelDeploymentRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3827,7 +3855,7 @@ public virtual Task StopTrainedModelDeployme } /// - /// Stop a trained model deployment. + /// Stops a trained model deployment. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StopTrainedModelDeploymentAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, CancellationToken cancellationToken = default) @@ -3838,7 +3866,7 @@ public virtual Task StopTrainedModelDeployme } /// - /// Stop a trained model deployment. + /// Stops a trained model deployment. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StopTrainedModelDeploymentAsync(Elastic.Clients.Elasticsearch.Serverless.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3850,7 +3878,7 @@ public virtual Task StopTrainedModelDeployme } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(UpdateDatafeedRequest request, CancellationToken cancellationToken = default) @@ -3860,7 +3888,7 @@ public virtual Task UpdateDatafeedAsync(UpdateDatafeedRe } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(UpdateDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3870,7 +3898,7 @@ public virtual Task UpdateDatafeedAsync(Updat } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, CancellationToken cancellationToken = default) @@ -3881,7 +3909,7 @@ public virtual Task UpdateDatafeedAsync(Elast } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3893,7 +3921,7 @@ public virtual Task UpdateDatafeedAsync(Elast } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(UpdateDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3903,7 +3931,7 @@ public virtual Task UpdateDatafeedAsync(UpdateDatafeedRe } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, CancellationToken cancellationToken = default) @@ -3914,7 +3942,7 @@ public virtual Task UpdateDatafeedAsync(Elastic.Clients. } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(Elastic.Clients.Elasticsearch.Serverless.Id datafeedId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3926,7 +3954,7 @@ public virtual Task UpdateDatafeedAsync(Elastic.Clients. } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(UpdateDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) @@ -3936,7 +3964,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(UpdateDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3946,7 +3974,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -3957,7 +3985,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3969,7 +3997,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(UpdateDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3979,7 +4007,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -3990,7 +4018,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -4002,7 +4030,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates the description of a filter, adds items, or removes items. + /// Updates the description of a filter, adds items, or removes items from the list. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateFilterAsync(UpdateFilterRequest request, CancellationToken cancellationToken = default) @@ -4012,7 +4040,7 @@ public virtual Task UpdateFilterAsync(UpdateFilterRequest } /// - /// Updates the description of a filter, adds items, or removes items. + /// Updates the description of a filter, adds items, or removes items from the list. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateFilterAsync(UpdateFilterRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4022,7 +4050,7 @@ public virtual Task UpdateFilterAsync(UpdateFilterRequestD } /// - /// Updates the description of a filter, adds items, or removes items. + /// Updates the description of a filter, adds items, or removes items from the list. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateFilterAsync(Elastic.Clients.Elasticsearch.Serverless.Id filterId, CancellationToken cancellationToken = default) @@ -4033,7 +4061,7 @@ public virtual Task UpdateFilterAsync(Elastic.Clients.Elas } /// - /// Updates the description of a filter, adds items, or removes items. + /// Updates the description of a filter, adds items, or removes items from the list. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateFilterAsync(Elastic.Clients.Elasticsearch.Serverless.Id filterId, Action configureRequest, CancellationToken cancellationToken = default) @@ -4164,7 +4192,7 @@ public virtual Task UpdateModelSnapshotAsync(Elasti } /// - /// Upgrades a given job snapshot to the current major version. + /// Upgrades an anomaly detection model snapshot to the latest major version.
Over time, older snapshot formats are deprecated and removed. Anomaly
detection jobs support only snapshots that are from the current or previous
major version.
This API provides a means to upgrade a snapshot to the current major version.
This aids in preparing the cluster for an upgrade to the next major version.
Only one snapshot per anomaly detection job can be upgraded at a time and the
upgraded snapshot cannot be the current snapshot of the anomaly detection
job.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeJobSnapshotAsync(UpgradeJobSnapshotRequest request, CancellationToken cancellationToken = default) @@ -4174,7 +4202,7 @@ public virtual Task UpgradeJobSnapshotAsync(UpgradeJ } /// - /// Upgrades a given job snapshot to the current major version. + /// Upgrades an anomaly detection model snapshot to the latest major version.
Over time, older snapshot formats are deprecated and removed. Anomaly
detection jobs support only snapshots that are from the current or previous
major version.
This API provides a means to upgrade a snapshot to the current major version.
This aids in preparing the cluster for an upgrade to the next major version.
Only one snapshot per anomaly detection job can be upgraded at a time and the
upgraded snapshot cannot be the current snapshot of the anomaly detection
job.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeJobSnapshotAsync(UpgradeJobSnapshotRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4184,7 +4212,7 @@ public virtual Task UpgradeJobSnapshotAsync(UpgradeJ } /// - /// Upgrades a given job snapshot to the current major version. + /// Upgrades an anomaly detection model snapshot to the latest major version.
Over time, older snapshot formats are deprecated and removed. Anomaly
detection jobs support only snapshots that are from the current or previous
major version.
This API provides a means to upgrade a snapshot to the current major version.
This aids in preparing the cluster for an upgrade to the next major version.
Only one snapshot per anomaly detection job can be upgraded at a time and the
upgraded snapshot cannot be the current snapshot of the anomaly detection
job.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeJobSnapshotAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Elastic.Clients.Elasticsearch.Serverless.Id snapshotId, CancellationToken cancellationToken = default) @@ -4195,7 +4223,7 @@ public virtual Task UpgradeJobSnapshotAsync(Elastic. } /// - /// Upgrades a given job snapshot to the current major version. + /// Upgrades an anomaly detection model snapshot to the latest major version.
Over time, older snapshot formats are deprecated and removed. Anomaly
detection jobs support only snapshots that are from the current or previous
major version.
This API provides a means to upgrade a snapshot to the current major version.
This aids in preparing the cluster for an upgrade to the next major version.
Only one snapshot per anomaly detection job can be upgraded at a time and the
upgraded snapshot cannot be the current snapshot of the anomaly detection
job.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeJobSnapshotAsync(Elastic.Clients.Elasticsearch.Serverless.Id jobId, Elastic.Clients.Elasticsearch.Serverless.Id snapshotId, Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Nodes.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Nodes.g.cs index e47816b359d..09d07a321af 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Nodes.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Nodes.g.cs @@ -38,8 +38,8 @@ internal NodesNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HotThreadsAsync(HotThreadsRequest request, CancellationToken cancellationToken = default) { @@ -48,8 +48,8 @@ public virtual Task HotThreadsAsync(HotThreadsRequest reques } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HotThreadsAsync(HotThreadsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -58,8 +58,8 @@ public virtual Task HotThreadsAsync(HotThreadsRequestDescrip } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HotThreadsAsync(Elastic.Clients.Elasticsearch.Serverless.NodeIds? nodeId, CancellationToken cancellationToken = default) { @@ -69,8 +69,8 @@ public virtual Task HotThreadsAsync(Elastic.Clients.Elastics } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HotThreadsAsync(Elastic.Clients.Elasticsearch.Serverless.NodeIds? nodeId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -81,8 +81,8 @@ public virtual Task HotThreadsAsync(Elastic.Clients.Elastics } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HotThreadsAsync(CancellationToken cancellationToken = default) { @@ -92,8 +92,8 @@ public virtual Task HotThreadsAsync(CancellationToken cancel } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HotThreadsAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -104,8 +104,8 @@ public virtual Task HotThreadsAsync(Action - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(NodesInfoRequest request, CancellationToken cancellationToken = default) { @@ -114,8 +114,8 @@ public virtual Task InfoAsync(NodesInfoRequest request, Cance } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(NodesInfoRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -124,8 +124,8 @@ public virtual Task InfoAsync(NodesInfoRequestDescriptor desc } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(Elastic.Clients.Elasticsearch.Serverless.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Serverless.Metrics? metric, CancellationToken cancellationToken = default) { @@ -135,8 +135,8 @@ public virtual Task InfoAsync(Elastic.Clients.Elasticsearch.S } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(Elastic.Clients.Elasticsearch.Serverless.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Serverless.Metrics? metric, Action configureRequest, CancellationToken cancellationToken = default) { @@ -147,8 +147,8 @@ public virtual Task InfoAsync(Elastic.Clients.Elasticsearch.S } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(CancellationToken cancellationToken = default) { @@ -158,8 +158,8 @@ public virtual Task InfoAsync(CancellationToken cancellationT } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -170,8 +170,8 @@ public virtual Task InfoAsync(Action - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(NodesStatsRequest request, CancellationToken cancellationToken = default) { @@ -180,8 +180,8 @@ public virtual Task StatsAsync(NodesStatsRequest request, Ca } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(NodesStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -190,8 +190,8 @@ public virtual Task StatsAsync(NodesStatsRequestD } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Serverless.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Serverless.Metrics? metric, Elastic.Clients.Elasticsearch.Serverless.Metrics? indexMetric, CancellationToken cancellationToken = default) { @@ -201,8 +201,8 @@ public virtual Task StatsAsync(Elastic.Clients.El } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Serverless.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Serverless.Metrics? metric, Elastic.Clients.Elasticsearch.Serverless.Metrics? indexMetric, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -213,8 +213,8 @@ public virtual Task StatsAsync(Elastic.Clients.El } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(CancellationToken cancellationToken = default) { @@ -224,8 +224,8 @@ public virtual Task StatsAsync(CancellationToken } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -236,8 +236,8 @@ public virtual Task StatsAsync(Action - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(NodesStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -246,8 +246,8 @@ public virtual Task StatsAsync(NodesStatsRequestDescriptor d } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Serverless.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Serverless.Metrics? metric, Elastic.Clients.Elasticsearch.Serverless.Metrics? indexMetric, CancellationToken cancellationToken = default) { @@ -257,8 +257,8 @@ public virtual Task StatsAsync(Elastic.Clients.Elasticsearch } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Serverless.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Serverless.Metrics? metric, Elastic.Clients.Elasticsearch.Serverless.Metrics? indexMetric, Action configureRequest, CancellationToken cancellationToken = default) { @@ -269,8 +269,8 @@ public virtual Task StatsAsync(Elastic.Clients.Elasticsearch } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(CancellationToken cancellationToken = default) { @@ -280,8 +280,8 @@ public virtual Task StatsAsync(CancellationToken cancellatio } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -292,8 +292,8 @@ public virtual Task StatsAsync(Action - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(NodesUsageRequest request, CancellationToken cancellationToken = default) { @@ -302,8 +302,8 @@ public virtual Task UsageAsync(NodesUsageRequest request, Ca } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(NodesUsageRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -312,8 +312,8 @@ public virtual Task UsageAsync(NodesUsageRequestDescriptor d } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(Elastic.Clients.Elasticsearch.Serverless.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Serverless.Metrics? metric, CancellationToken cancellationToken = default) { @@ -323,8 +323,8 @@ public virtual Task UsageAsync(Elastic.Clients.Elasticsearch } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(Elastic.Clients.Elasticsearch.Serverless.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Serverless.Metrics? metric, Action configureRequest, CancellationToken cancellationToken = default) { @@ -335,8 +335,8 @@ public virtual Task UsageAsync(Elastic.Clients.Elasticsearch } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(CancellationToken cancellationToken = default) { @@ -346,8 +346,8 @@ public virtual Task UsageAsync(CancellationToken cancellatio } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(Action configureRequest, CancellationToken cancellationToken = default) { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Snapshot.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Snapshot.g.cs index f8e59ee8838..81c40f79b38 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Snapshot.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Snapshot.g.cs @@ -38,7 +38,7 @@ internal SnapshotNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Removes stale data from repository. + /// Triggers the review of a snapshot repository’s contents and deletes any stale data not referenced by existing snapshots. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CleanupRepositoryAsync(CleanupRepositoryRequest request, CancellationToken cancellationToken = default) @@ -48,7 +48,7 @@ public virtual Task CleanupRepositoryAsync(CleanupRep } /// - /// Removes stale data from repository. + /// Triggers the review of a snapshot repository’s contents and deletes any stale data not referenced by existing snapshots. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CleanupRepositoryAsync(CleanupRepositoryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -58,7 +58,7 @@ public virtual Task CleanupRepositoryAsync(CleanupRep } /// - /// Removes stale data from repository. + /// Triggers the review of a snapshot repository’s contents and deletes any stale data not referenced by existing snapshots. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CleanupRepositoryAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, CancellationToken cancellationToken = default) @@ -69,7 +69,7 @@ public virtual Task CleanupRepositoryAsync(Elastic.Cl } /// - /// Removes stale data from repository. + /// Triggers the review of a snapshot repository’s contents and deletes any stale data not referenced by existing snapshots. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CleanupRepositoryAsync(Elastic.Clients.Elasticsearch.Serverless.Name name, Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Synonyms.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Synonyms.g.cs index b00ec4357d1..86efea874c2 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Synonyms.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Synonyms.g.cs @@ -319,7 +319,7 @@ public virtual Task GetSynonymsSetsAsync(Action - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(PutSynonymRequest request, CancellationToken cancellationToken = default) @@ -329,7 +329,7 @@ public virtual Task PutSynonymAsync(PutSynonymRequest reques } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(PutSynonymRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -339,7 +339,7 @@ public virtual Task PutSynonymAsync(PutSynonymReq } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -350,7 +350,7 @@ public virtual Task PutSynonymAsync(Elastic.Clien } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -362,7 +362,7 @@ public virtual Task PutSynonymAsync(Elastic.Clien } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(PutSynonymRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -372,7 +372,7 @@ public virtual Task PutSynonymAsync(PutSynonymRequestDescrip } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -383,7 +383,7 @@ public virtual Task PutSynonymAsync(Elastic.Clients.Elastics } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Transform.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Transform.g.cs index 299cb1d5ced..52a921d8a9e 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Transform.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Transform.g.cs @@ -38,7 +38,7 @@ internal TransformManagementNamespacedClient(ElasticsearchClient client) : base( } /// - /// Deletes an existing transform. + /// Deletes a transform. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteTransformAsync(DeleteTransformRequest request, CancellationToken cancellationToken = default) @@ -48,7 +48,7 @@ public virtual Task DeleteTransformAsync(DeleteTransfor } /// - /// Deletes an existing transform. + /// Deletes a transform. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteTransformAsync(DeleteTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -58,7 +58,7 @@ public virtual Task DeleteTransformAsync(DeleteTransfor } /// - /// Deletes an existing transform. + /// Deletes a transform. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, CancellationToken cancellationToken = default) @@ -69,7 +69,7 @@ public virtual Task DeleteTransformAsync(Elastic.Client } /// - /// Deletes an existing transform. + /// Deletes a transform. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, Action configureRequest, CancellationToken cancellationToken = default) @@ -191,6 +191,7 @@ public virtual Task GetTransformStatsAsync(Elastic.Cl /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> PreviewTransformAsync(PreviewTransformRequest request, CancellationToken cancellationToken = default) @@ -201,6 +202,7 @@ public virtual Task> PreviewTransformAsync< /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> PreviewTransformAsync(PreviewTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -211,6 +213,7 @@ public virtual Task> PreviewTransformAsync< /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> PreviewTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id? transformId, CancellationToken cancellationToken = default) @@ -222,6 +225,7 @@ public virtual Task> PreviewTransformAsync< /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> PreviewTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id? transformId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -234,6 +238,7 @@ public virtual Task> PreviewTransformAsync< /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> PreviewTransformAsync(CancellationToken cancellationToken = default) @@ -245,6 +250,7 @@ public virtual Task> PreviewTransformAsync< /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> PreviewTransformAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -256,7 +262,11 @@ public virtual Task> PreviewTransformAsync< } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(PutTransformRequest request, CancellationToken cancellationToken = default) @@ -266,7 +276,11 @@ public virtual Task PutTransformAsync(PutTransformRequest } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(PutTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -276,7 +290,11 @@ public virtual Task PutTransformAsync(PutTransf } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, CancellationToken cancellationToken = default) @@ -287,7 +305,11 @@ public virtual Task PutTransformAsync(Elastic.C } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -299,7 +321,11 @@ public virtual Task PutTransformAsync(Elastic.C } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(PutTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -309,7 +335,11 @@ public virtual Task PutTransformAsync(PutTransformRequestD } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, CancellationToken cancellationToken = default) @@ -320,7 +350,11 @@ public virtual Task PutTransformAsync(Elastic.Clients.Elas } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, Action configureRequest, CancellationToken cancellationToken = default) @@ -332,7 +366,7 @@ public virtual Task PutTransformAsync(Elastic.Clients.Elas } /// - /// Resets an existing transform. + /// Resets a transform.
Before you can reset it, you must stop it; alternatively, use the `force` query parameter.
If the destination index was created by the transform, it is deleted.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetTransformAsync(ResetTransformRequest request, CancellationToken cancellationToken = default) @@ -342,7 +376,7 @@ public virtual Task ResetTransformAsync(ResetTransformRe } /// - /// Resets an existing transform. + /// Resets a transform.
Before you can reset it, you must stop it; alternatively, use the `force` query parameter.
If the destination index was created by the transform, it is deleted.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetTransformAsync(ResetTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -352,7 +386,7 @@ public virtual Task ResetTransformAsync(ResetTransformRe } /// - /// Resets an existing transform. + /// Resets a transform.
Before you can reset it, you must stop it; alternatively, use the `force` query parameter.
If the destination index was created by the transform, it is deleted.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, CancellationToken cancellationToken = default) @@ -363,7 +397,7 @@ public virtual Task ResetTransformAsync(Elastic.Clients. } /// - /// Resets an existing transform. + /// Resets a transform.
Before you can reset it, you must stop it; alternatively, use the `force` query parameter.
If the destination index was created by the transform, it is deleted.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, Action configureRequest, CancellationToken cancellationToken = default) @@ -376,6 +410,7 @@ public virtual Task ResetTransformAsync(Elastic.Clients. /// /// Schedules now a transform. + /// If you _schedule_now a transform, it will process the new data instantly,
without waiting for the configured frequency interval. After _schedule_now API is called,
the transform will be processed again at now + frequency unless _schedule_now API
is called again in the meantime.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ScheduleNowTransformAsync(ScheduleNowTransformRequest request, CancellationToken cancellationToken = default) @@ -386,6 +421,7 @@ public virtual Task ScheduleNowTransformAsync(Sche /// /// Schedules now a transform. + /// If you _schedule_now a transform, it will process the new data instantly,
without waiting for the configured frequency interval. After _schedule_now API is called,
the transform will be processed again at now + frequency unless _schedule_now API
is called again in the meantime.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ScheduleNowTransformAsync(ScheduleNowTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -396,6 +432,7 @@ public virtual Task ScheduleNowTransformAsync(Sche /// /// Schedules now a transform. + /// If you _schedule_now a transform, it will process the new data instantly,
without waiting for the configured frequency interval. After _schedule_now API is called,
the transform will be processed again at now + frequency unless _schedule_now API
is called again in the meantime.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ScheduleNowTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, CancellationToken cancellationToken = default) @@ -407,6 +444,7 @@ public virtual Task ScheduleNowTransformAsync(Elas /// /// Schedules now a transform. + /// If you _schedule_now a transform, it will process the new data instantly,
without waiting for the configured frequency interval. After _schedule_now API is called,
the transform will be processed again at now + frequency unless _schedule_now API
is called again in the meantime.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ScheduleNowTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, Action configureRequest, CancellationToken cancellationToken = default) @@ -418,7 +456,9 @@ public virtual Task ScheduleNowTransformAsync(Elas } /// - /// Starts one or more transforms. + /// Starts a transform. + /// When you start a transform, it creates the destination index if it does not already exist. The `number_of_shards` is
set to `1` and the `auto_expand_replicas` is set to `0-1`. If it is a pivot transform, it deduces the mapping
definitions for the destination index from the source indices and the transform aggregations. If fields in the
destination index are derived from scripts (as in the case of `scripted_metric` or `bucket_script` aggregations),
the transform uses dynamic mappings unless an index template exists. If it is a latest transform, it does not deduce
mapping definitions; it uses dynamic mappings. To use explicit mappings, create the destination index before you
start the transform. Alternatively, you can create an index template, though it does not affect the deduced mappings
in a pivot transform.
+ /// When the transform starts, a series of validations occur to ensure its success. If you deferred validation when you
created the transform, they occur when you start the transform—​with the exception of privilege checks. When
Elasticsearch security features are enabled, the transform remembers which roles the user that created it had at the
time of creation and uses those same roles. If those roles do not have the required privileges on the source and
destination indices, the transform fails when it attempts unauthorized operations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartTransformAsync(StartTransformRequest request, CancellationToken cancellationToken = default) @@ -428,7 +468,9 @@ public virtual Task StartTransformAsync(StartTransformRe } /// - /// Starts one or more transforms. + /// Starts a transform. + /// When you start a transform, it creates the destination index if it does not already exist. The `number_of_shards` is
set to `1` and the `auto_expand_replicas` is set to `0-1`. If it is a pivot transform, it deduces the mapping
definitions for the destination index from the source indices and the transform aggregations. If fields in the
destination index are derived from scripts (as in the case of `scripted_metric` or `bucket_script` aggregations),
the transform uses dynamic mappings unless an index template exists. If it is a latest transform, it does not deduce
mapping definitions; it uses dynamic mappings. To use explicit mappings, create the destination index before you
start the transform. Alternatively, you can create an index template, though it does not affect the deduced mappings
in a pivot transform.
+ /// When the transform starts, a series of validations occur to ensure its success. If you deferred validation when you
created the transform, they occur when you start the transform—​with the exception of privilege checks. When
Elasticsearch security features are enabled, the transform remembers which roles the user that created it had at the
time of creation and uses those same roles. If those roles do not have the required privileges on the source and
destination indices, the transform fails when it attempts unauthorized operations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartTransformAsync(StartTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -438,7 +480,9 @@ public virtual Task StartTransformAsync(StartTransformRe } /// - /// Starts one or more transforms. + /// Starts a transform. + /// When you start a transform, it creates the destination index if it does not already exist. The `number_of_shards` is
set to `1` and the `auto_expand_replicas` is set to `0-1`. If it is a pivot transform, it deduces the mapping
definitions for the destination index from the source indices and the transform aggregations. If fields in the
destination index are derived from scripts (as in the case of `scripted_metric` or `bucket_script` aggregations),
the transform uses dynamic mappings unless an index template exists. If it is a latest transform, it does not deduce
mapping definitions; it uses dynamic mappings. To use explicit mappings, create the destination index before you
start the transform. Alternatively, you can create an index template, though it does not affect the deduced mappings
in a pivot transform.
+ /// When the transform starts, a series of validations occur to ensure its success. If you deferred validation when you
created the transform, they occur when you start the transform—​with the exception of privilege checks. When
Elasticsearch security features are enabled, the transform remembers which roles the user that created it had at the
time of creation and uses those same roles. If those roles do not have the required privileges on the source and
destination indices, the transform fails when it attempts unauthorized operations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, CancellationToken cancellationToken = default) @@ -449,7 +493,9 @@ public virtual Task StartTransformAsync(Elastic.Clients. } /// - /// Starts one or more transforms. + /// Starts a transform. + /// When you start a transform, it creates the destination index if it does not already exist. The `number_of_shards` is
set to `1` and the `auto_expand_replicas` is set to `0-1`. If it is a pivot transform, it deduces the mapping
definitions for the destination index from the source indices and the transform aggregations. If fields in the
destination index are derived from scripts (as in the case of `scripted_metric` or `bucket_script` aggregations),
the transform uses dynamic mappings unless an index template exists. If it is a latest transform, it does not deduce
mapping definitions; it uses dynamic mappings. To use explicit mappings, create the destination index before you
start the transform. Alternatively, you can create an index template, though it does not affect the deduced mappings
in a pivot transform.
+ /// When the transform starts, a series of validations occur to ensure its success. If you deferred validation when you
created the transform, they occur when you start the transform—​with the exception of privilege checks. When
Elasticsearch security features are enabled, the transform remembers which roles the user that created it had at the
time of creation and uses those same roles. If those roles do not have the required privileges on the source and
destination indices, the transform fails when it attempts unauthorized operations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, Action configureRequest, CancellationToken cancellationToken = default) @@ -505,6 +551,7 @@ public virtual Task StopTransformAsync(Elastic.Clients.El /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(UpdateTransformRequest request, CancellationToken cancellationToken = default) @@ -515,6 +562,7 @@ public virtual Task UpdateTransformAsync(UpdateTransfor /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(UpdateTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -525,6 +573,7 @@ public virtual Task UpdateTransformAsync(Upd /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, CancellationToken cancellationToken = default) @@ -536,6 +585,7 @@ public virtual Task UpdateTransformAsync(Ela /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -548,6 +598,7 @@ public virtual Task UpdateTransformAsync(Ela /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(UpdateTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -558,6 +609,7 @@ public virtual Task UpdateTransformAsync(UpdateTransfor /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, CancellationToken cancellationToken = default) @@ -569,6 +621,7 @@ public virtual Task UpdateTransformAsync(Elastic.Client /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(Elastic.Clients.Elasticsearch.Serverless.Id transformId, Action configureRequest, CancellationToken cancellationToken = default) @@ -580,7 +633,7 @@ public virtual Task UpdateTransformAsync(Elastic.Client } /// - /// Upgrades all transforms. + /// Upgrades all transforms.
This API identifies transforms that have a legacy configuration format and upgrades them to the latest version. It
also cleans up the internal data structures that store the transform state and checkpoints. The upgrade does not
affect the source and destination indices. The upgrade also does not affect the roles that transforms use when
Elasticsearch security features are enabled; the role used to read source data and write to the destination index
remains unchanged.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeTransformsAsync(UpgradeTransformsRequest request, CancellationToken cancellationToken = default) @@ -590,7 +643,7 @@ public virtual Task UpgradeTransformsAsync(UpgradeTra } /// - /// Upgrades all transforms. + /// Upgrades all transforms.
This API identifies transforms that have a legacy configuration format and upgrades them to the latest version. It
also cleans up the internal data structures that store the transform state and checkpoints. The upgrade does not
affect the source and destination indices. The upgrade also does not affect the roles that transforms use when
Elasticsearch security features are enabled; the role used to read source data and write to the destination index
remains unchanged.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeTransformsAsync(UpgradeTransformsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -600,7 +653,7 @@ public virtual Task UpgradeTransformsAsync(UpgradeTra } /// - /// Upgrades all transforms. + /// Upgrades all transforms.
This API identifies transforms that have a legacy configuration format and upgrades them to the latest version. It
also cleans up the internal data structures that store the transform state and checkpoints. The upgrade does not
affect the source and destination indices. The upgrade also does not affect the roles that transforms use when
Elasticsearch security features are enabled; the role used to read source data and write to the destination index
remains unchanged.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeTransformsAsync(CancellationToken cancellationToken = default) @@ -611,7 +664,7 @@ public virtual Task UpgradeTransformsAsync(Cancellati } /// - /// Upgrades all transforms. + /// Upgrades all transforms.
This API identifies transforms that have a legacy configuration format and upgrades them to the latest version. It
also cleans up the internal data structures that store the transform state and checkpoints. The upgrade does not
affect the source and destination indices. The upgrade also does not affect the roles that transforms use when
Elasticsearch security features are enabled; the role used to read source data and write to the destination index
remains unchanged.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeTransformsAsync(Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Xpack.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Xpack.g.cs index 888321cd04f..892877ba55e 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Xpack.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Xpack.g.cs @@ -38,7 +38,7 @@ internal XpackNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Retrieves information about the installed X-Pack features. + /// Provides general information about the installed X-Pack features. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(XpackInfoRequest request, CancellationToken cancellationToken = default) @@ -48,7 +48,7 @@ public virtual Task InfoAsync(XpackInfoRequest request, Cance } /// - /// Retrieves information about the installed X-Pack features. + /// Provides general information about the installed X-Pack features. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(XpackInfoRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -58,7 +58,7 @@ public virtual Task InfoAsync(XpackInfoRequestDescriptor desc } /// - /// Retrieves information about the installed X-Pack features. + /// Provides general information about the installed X-Pack features. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(CancellationToken cancellationToken = default) @@ -69,7 +69,7 @@ public virtual Task InfoAsync(CancellationToken cancellationT } /// - /// Retrieves information about the installed X-Pack features. + /// Provides general information about the installed X-Pack features. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -81,7 +81,7 @@ public virtual Task InfoAsync(Action - /// Retrieves usage information about the installed X-Pack features. + /// This API provides information about which features are currently enabled and available under the current license and some usage statistics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(XpackUsageRequest request, CancellationToken cancellationToken = default) @@ -91,7 +91,7 @@ public virtual Task UsageAsync(XpackUsageRequest request, Ca } /// - /// Retrieves usage information about the installed X-Pack features. + /// This API provides information about which features are currently enabled and available under the current license and some usage statistics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(XpackUsageRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -101,7 +101,7 @@ public virtual Task UsageAsync(XpackUsageRequestDescriptor d } /// - /// Retrieves usage information about the installed X-Pack features. + /// This API provides information about which features are currently enabled and available under the current license and some usage statistics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(CancellationToken cancellationToken = default) @@ -112,7 +112,7 @@ public virtual Task UsageAsync(CancellationToken cancellatio } /// - /// Retrieves usage information about the installed X-Pack features. + /// This API provides information about which features are currently enabled and available under the current license and some usage statistics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.g.cs index 4c44d1f196a..a4d88416a60 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.g.cs @@ -83,8 +83,8 @@ private partial void SetupNamespaces() } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(BulkRequest request, CancellationToken cancellationToken = default) { @@ -93,8 +93,8 @@ public virtual Task BulkAsync(BulkRequest request, CancellationTok } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(BulkRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -103,8 +103,8 @@ public virtual Task BulkAsync(BulkRequestDescriptor - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task BulkAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName? index, CancellationToken cancellationToken = default) { @@ -114,8 +114,8 @@ public virtual Task BulkAsync(Elastic.Clients.Elasticse } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName? index, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -126,8 +126,8 @@ public virtual Task BulkAsync(Elastic.Clients.Elasticse } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(CancellationToken cancellationToken = default) { @@ -137,8 +137,8 @@ public virtual Task BulkAsync(CancellationToken cancell } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -149,8 +149,8 @@ public virtual Task BulkAsync(Action - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task BulkAsync(BulkRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -159,8 +159,8 @@ public virtual Task BulkAsync(BulkRequestDescriptor descriptor, Ca } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName? index, CancellationToken cancellationToken = default) { @@ -170,8 +170,8 @@ public virtual Task BulkAsync(Elastic.Clients.Elasticsearch.Server } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName? index, Action configureRequest, CancellationToken cancellationToken = default) { @@ -182,8 +182,8 @@ public virtual Task BulkAsync(Elastic.Clients.Elasticsearch.Server } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(CancellationToken cancellationToken = default) { @@ -193,8 +193,8 @@ public virtual Task BulkAsync(CancellationToken cancellationToken } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -205,8 +205,8 @@ public virtual Task BulkAsync(Action config } /// - /// Explicitly clears the search context for a scroll. - /// Learn more about this API in the Elasticsearch documentation. + /// Clears the search context and results for a scrolling search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearScrollAsync(ClearScrollRequest request, CancellationToken cancellationToken = default) { @@ -215,8 +215,8 @@ public virtual Task ClearScrollAsync(ClearScrollRequest req } /// - /// Explicitly clears the search context for a scroll. - /// Learn more about this API in the Elasticsearch documentation. + /// Clears the search context and results for a scrolling search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearScrollAsync(ClearScrollRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -225,8 +225,8 @@ public virtual Task ClearScrollAsync(ClearScrollRequestDesc } /// - /// Explicitly clears the search context for a scroll. - /// Learn more about this API in the Elasticsearch documentation. + /// Clears the search context and results for a scrolling search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearScrollAsync(CancellationToken cancellationToken = default) { @@ -236,8 +236,8 @@ public virtual Task ClearScrollAsync(CancellationToken canc } /// - /// Explicitly clears the search context for a scroll. - /// Learn more about this API in the Elasticsearch documentation. + /// Clears the search context and results for a scrolling search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearScrollAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -248,8 +248,8 @@ public virtual Task ClearScrollAsync(Action - /// Close a point in time - /// Learn more about this API in the Elasticsearch documentation. + /// Closes a point-in-time. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClosePointInTimeAsync(ClosePointInTimeRequest request, CancellationToken cancellationToken = default) { @@ -258,8 +258,8 @@ public virtual Task ClosePointInTimeAsync(ClosePointIn } /// - /// Close a point in time - /// Learn more about this API in the Elasticsearch documentation. + /// Closes a point-in-time. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClosePointInTimeAsync(ClosePointInTimeRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -268,8 +268,8 @@ public virtual Task ClosePointInTimeAsync(ClosePointIn } /// - /// Close a point in time - /// Learn more about this API in the Elasticsearch documentation. + /// Closes a point-in-time. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClosePointInTimeAsync(CancellationToken cancellationToken = default) { @@ -279,8 +279,8 @@ public virtual Task ClosePointInTimeAsync(Cancellation } /// - /// Close a point in time - /// Learn more about this API in the Elasticsearch documentation. + /// Closes a point-in-time. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClosePointInTimeAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -413,8 +413,7 @@ public virtual Task CountAsync(Action con } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(CreateRequest request, CancellationToken cancellationToken = default) @@ -424,8 +423,7 @@ public virtual Task CreateAsync(CreateRequest - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(CreateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -435,8 +433,7 @@ public virtual Task CreateAsync(CreateRequestDescript } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -447,8 +444,7 @@ public virtual Task CreateAsync(TDocument document, E } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -460,8 +456,7 @@ public virtual Task CreateAsync(TDocument document, E } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, CancellationToken cancellationToken = default) @@ -472,8 +467,7 @@ public virtual Task CreateAsync(TDocument document, C } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Action> configureRequest, CancellationToken cancellationToken = default) @@ -485,8 +479,7 @@ public virtual Task CreateAsync(TDocument document, A } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, CancellationToken cancellationToken = default) @@ -497,8 +490,7 @@ public virtual Task CreateAsync(TDocument document, E } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) @@ -510,8 +502,7 @@ public virtual Task CreateAsync(TDocument document, E } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -522,8 +513,7 @@ public virtual Task CreateAsync(TDocument document, E } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -535,7 +525,7 @@ public virtual Task CreateAsync(TDocument document, E } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(DeleteRequest request, CancellationToken cancellationToken = default) @@ -545,7 +535,7 @@ public virtual Task DeleteAsync(DeleteRequest request, Cancellat } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(DeleteRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -555,7 +545,7 @@ public virtual Task DeleteAsync(DeleteRequestDescript } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -566,7 +556,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elast } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -578,7 +568,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elast } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(TDocument document, CancellationToken cancellationToken = default) @@ -589,7 +579,7 @@ public virtual Task DeleteAsync(TDocument document, C } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(TDocument document, Action> configureRequest, CancellationToken cancellationToken = default) @@ -601,7 +591,7 @@ public virtual Task DeleteAsync(TDocument document, A } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, CancellationToken cancellationToken = default) @@ -612,7 +602,7 @@ public virtual Task DeleteAsync(TDocument document, E } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) @@ -624,7 +614,7 @@ public virtual Task DeleteAsync(TDocument document, E } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -635,7 +625,7 @@ public virtual Task DeleteAsync(TDocument document, E } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -647,7 +637,7 @@ public virtual Task DeleteAsync(TDocument document, E } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -658,7 +648,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elast } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -670,7 +660,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elast } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(DeleteRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -680,7 +670,7 @@ public virtual Task DeleteAsync(DeleteRequestDescriptor descript } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -691,7 +681,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Se } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -703,7 +693,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Se } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(DeleteByQueryRequest request, CancellationToken cancellationToken = default) @@ -713,7 +703,7 @@ public virtual Task DeleteByQueryAsync(DeleteByQueryReque } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(DeleteByQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -723,7 +713,7 @@ public virtual Task DeleteByQueryAsync(DeleteB } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -734,7 +724,7 @@ public virtual Task DeleteByQueryAsync(Elastic } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -746,7 +736,7 @@ public virtual Task DeleteByQueryAsync(Elastic } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(CancellationToken cancellationToken = default) @@ -757,7 +747,7 @@ public virtual Task DeleteByQueryAsync(Cancell } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -769,7 +759,7 @@ public virtual Task DeleteByQueryAsync(Action< } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(DeleteByQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -779,7 +769,7 @@ public virtual Task DeleteByQueryAsync(DeleteByQueryReque } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -790,7 +780,7 @@ public virtual Task DeleteByQueryAsync(Elastic.Clients.El } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -845,7 +835,7 @@ public virtual Task DeleteByQueryRethrottleAsyn } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(DeleteScriptRequest request, CancellationToken cancellationToken = default) @@ -855,7 +845,7 @@ public virtual Task DeleteScriptAsync(DeleteScriptRequest } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(DeleteScriptRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -865,7 +855,7 @@ public virtual Task DeleteScriptAsync(DeleteScr } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -876,7 +866,7 @@ public virtual Task DeleteScriptAsync(Elastic.C } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -888,7 +878,7 @@ public virtual Task DeleteScriptAsync(Elastic.C } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(DeleteScriptRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -898,7 +888,7 @@ public virtual Task DeleteScriptAsync(DeleteScriptRequestD } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -909,7 +899,7 @@ public virtual Task DeleteScriptAsync(Elastic.Clients.Elas } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -921,7 +911,7 @@ public virtual Task DeleteScriptAsync(Elastic.Clients.Elas } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(ExistsRequest request, CancellationToken cancellationToken = default) @@ -931,7 +921,7 @@ public virtual Task ExistsAsync(ExistsRequest request, Cancellat } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(ExistsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -941,7 +931,7 @@ public virtual Task ExistsAsync(ExistsRequestDescript } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -952,7 +942,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elast } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -964,7 +954,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elast } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(TDocument document, CancellationToken cancellationToken = default) @@ -975,7 +965,7 @@ public virtual Task ExistsAsync(TDocument document, C } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(TDocument document, Action> configureRequest, CancellationToken cancellationToken = default) @@ -987,7 +977,7 @@ public virtual Task ExistsAsync(TDocument document, A } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, CancellationToken cancellationToken = default) @@ -998,7 +988,7 @@ public virtual Task ExistsAsync(TDocument document, E } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1010,7 +1000,7 @@ public virtual Task ExistsAsync(TDocument document, E } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -1021,7 +1011,7 @@ public virtual Task ExistsAsync(TDocument document, E } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1033,7 +1023,7 @@ public virtual Task ExistsAsync(TDocument document, E } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -1044,7 +1034,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elast } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1056,7 +1046,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elast } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(ExistsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1066,7 +1056,7 @@ public virtual Task ExistsAsync(ExistsRequestDescriptor descript } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -1077,7 +1067,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Se } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -1089,7 +1079,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Se } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(ExistsSourceRequest request, CancellationToken cancellationToken = default) @@ -1099,7 +1089,7 @@ public virtual Task ExistsSourceAsync(ExistsSourceRequest } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(ExistsSourceRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1109,7 +1099,7 @@ public virtual Task ExistsSourceAsync(ExistsSou } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -1120,7 +1110,7 @@ public virtual Task ExistsSourceAsync(Elastic.C } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1132,7 +1122,7 @@ public virtual Task ExistsSourceAsync(Elastic.C } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(TDocument document, CancellationToken cancellationToken = default) @@ -1143,7 +1133,7 @@ public virtual Task ExistsSourceAsync(TDocument } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(TDocument document, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1155,7 +1145,7 @@ public virtual Task ExistsSourceAsync(TDocument } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, CancellationToken cancellationToken = default) @@ -1166,7 +1156,7 @@ public virtual Task ExistsSourceAsync(TDocument } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1178,7 +1168,7 @@ public virtual Task ExistsSourceAsync(TDocument } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -1189,7 +1179,7 @@ public virtual Task ExistsSourceAsync(TDocument } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1201,7 +1191,7 @@ public virtual Task ExistsSourceAsync(TDocument } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -1212,7 +1202,7 @@ public virtual Task ExistsSourceAsync(Elastic.C } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1224,7 +1214,7 @@ public virtual Task ExistsSourceAsync(Elastic.C } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(ExistsSourceRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1234,7 +1224,7 @@ public virtual Task ExistsSourceAsync(ExistsSourceRequestD } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -1245,7 +1235,7 @@ public virtual Task ExistsSourceAsync(Elastic.Clients.Elas } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -1257,7 +1247,7 @@ public virtual Task ExistsSourceAsync(Elastic.Clients.Elas } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(ExplainRequest request, CancellationToken cancellationToken = default) @@ -1267,7 +1257,7 @@ public virtual Task> ExplainAsync(ExplainR } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(ExplainRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1277,7 +1267,7 @@ public virtual Task> ExplainAsync(ExplainR } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -1288,7 +1278,7 @@ public virtual Task> ExplainAsync(Elastic. } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1300,7 +1290,7 @@ public virtual Task> ExplainAsync(Elastic. } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(TDocument document, CancellationToken cancellationToken = default) @@ -1311,7 +1301,7 @@ public virtual Task> ExplainAsync(TDocumen } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(TDocument document, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1323,7 +1313,7 @@ public virtual Task> ExplainAsync(TDocumen } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, CancellationToken cancellationToken = default) @@ -1334,7 +1324,7 @@ public virtual Task> ExplainAsync(TDocumen } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1346,7 +1336,7 @@ public virtual Task> ExplainAsync(TDocumen } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -1357,7 +1347,7 @@ public virtual Task> ExplainAsync(TDocumen } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1369,7 +1359,7 @@ public virtual Task> ExplainAsync(TDocumen } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -1380,7 +1370,7 @@ public virtual Task> ExplainAsync(Elastic. } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1392,7 +1382,7 @@ public virtual Task> ExplainAsync(Elastic. } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(FieldCapsRequest request, CancellationToken cancellationToken = default) @@ -1402,7 +1392,7 @@ public virtual Task FieldCapsAsync(FieldCapsRequest request, } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(FieldCapsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1412,7 +1402,7 @@ public virtual Task FieldCapsAsync(FieldCapsReques } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -1423,7 +1413,7 @@ public virtual Task FieldCapsAsync(Elastic.Clients } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1435,7 +1425,7 @@ public virtual Task FieldCapsAsync(Elastic.Clients } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(CancellationToken cancellationToken = default) @@ -1446,7 +1436,7 @@ public virtual Task FieldCapsAsync(CancellationTok } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -1458,7 +1448,7 @@ public virtual Task FieldCapsAsync(Action - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FieldCapsAsync(FieldCapsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1468,7 +1458,7 @@ public virtual Task FieldCapsAsync(FieldCapsRequestDescriptor } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -1479,7 +1469,7 @@ public virtual Task FieldCapsAsync(Elastic.Clients.Elasticsea } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -1491,7 +1481,7 @@ public virtual Task FieldCapsAsync(Elastic.Clients.Elasticsea } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(CancellationToken cancellationToken = default) @@ -1502,7 +1492,7 @@ public virtual Task FieldCapsAsync(CancellationToken cancella } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -1649,7 +1639,7 @@ public virtual Task> GetAsync(Elastic.Clients. } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(GetScriptRequest request, CancellationToken cancellationToken = default) @@ -1659,7 +1649,7 @@ public virtual Task GetScriptAsync(GetScriptRequest request, } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(GetScriptRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1669,7 +1659,7 @@ public virtual Task GetScriptAsync(GetScriptReques } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -1680,7 +1670,7 @@ public virtual Task GetScriptAsync(Elastic.Clients } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1692,7 +1682,7 @@ public virtual Task GetScriptAsync(Elastic.Clients } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(GetScriptRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1702,7 +1692,7 @@ public virtual Task GetScriptAsync(GetScriptRequestDescriptor } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -1713,7 +1703,7 @@ public virtual Task GetScriptAsync(Elastic.Clients.Elasticsea } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -1926,7 +1916,7 @@ public virtual Task HealthReportAsync(Action - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task IndexAsync(IndexRequest request, CancellationToken cancellationToken = default) @@ -1936,7 +1926,7 @@ public virtual Task IndexAsync(IndexRequest } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(IndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1946,7 +1936,7 @@ public virtual Task IndexAsync(IndexRequestDescriptor< } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -1957,7 +1947,7 @@ public virtual Task IndexAsync(TDocument document, Ela } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, Elastic.Clients.Elasticsearch.Serverless.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1969,7 +1959,7 @@ public virtual Task IndexAsync(TDocument document, Ela } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, CancellationToken cancellationToken = default) @@ -1980,7 +1970,7 @@ public virtual Task IndexAsync(TDocument document, Can } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1992,7 +1982,7 @@ public virtual Task IndexAsync(TDocument document, Act } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, CancellationToken cancellationToken = default) @@ -2003,7 +1993,7 @@ public virtual Task IndexAsync(TDocument document, Ela } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2015,7 +2005,7 @@ public virtual Task IndexAsync(TDocument document, Ela } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -2026,7 +2016,7 @@ public virtual Task IndexAsync(TDocument document, Ela } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Elastic.Clients.Elasticsearch.Serverless.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2335,7 +2325,7 @@ public virtual Task> MultiSearchAsync( } /// - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> MultiSearchTemplateAsync(MultiSearchTemplateRequest request, CancellationToken cancellationToken = default) @@ -2345,7 +2335,7 @@ public virtual Task> MultiSearchTemplateA } /// - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> MultiSearchTemplateAsync(MultiSearchTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2355,7 +2345,7 @@ public virtual Task> MultiSearchTemplateA } /// - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> MultiSearchTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -2366,7 +2356,7 @@ public virtual Task> MultiSearchTemplateA } /// - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> MultiSearchTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2378,7 +2368,7 @@ public virtual Task> MultiSearchTemplateA } /// - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> MultiSearchTemplateAsync(CancellationToken cancellationToken = default) @@ -2389,7 +2379,7 @@ public virtual Task> MultiSearchTemplateA } /// - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> MultiSearchTemplateAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -2401,8 +2391,8 @@ public virtual Task> MultiSearchTemplateA } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(OpenPointInTimeRequest request, CancellationToken cancellationToken = default) { @@ -2411,8 +2401,8 @@ public virtual Task OpenPointInTimeAsync(OpenPointInTim } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(OpenPointInTimeRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -2421,8 +2411,8 @@ public virtual Task OpenPointInTimeAsync(Ope } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) { @@ -2432,8 +2422,8 @@ public virtual Task OpenPointInTimeAsync(Ela } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -2444,8 +2434,8 @@ public virtual Task OpenPointInTimeAsync(Ela } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(CancellationToken cancellationToken = default) { @@ -2455,8 +2445,8 @@ public virtual Task OpenPointInTimeAsync(Can } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -2467,8 +2457,8 @@ public virtual Task OpenPointInTimeAsync(Act } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(OpenPointInTimeRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -2477,8 +2467,8 @@ public virtual Task OpenPointInTimeAsync(OpenPointInTim } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) { @@ -2488,8 +2478,8 @@ public virtual Task OpenPointInTimeAsync(Elastic.Client } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) { @@ -2543,7 +2533,7 @@ public virtual Task PingAsync(Action config } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(PutScriptRequest request, CancellationToken cancellationToken = default) @@ -2553,7 +2543,7 @@ public virtual Task PutScriptAsync(PutScriptRequest request, } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(PutScriptRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2563,7 +2553,7 @@ public virtual Task PutScriptAsync(PutScriptReques } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Elastic.Clients.Elasticsearch.Serverless.Name? context, CancellationToken cancellationToken = default) @@ -2574,7 +2564,7 @@ public virtual Task PutScriptAsync(Elastic.Clients } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Elastic.Clients.Elasticsearch.Serverless.Name? context, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2586,7 +2576,7 @@ public virtual Task PutScriptAsync(Elastic.Clients } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -2597,7 +2587,7 @@ public virtual Task PutScriptAsync(Elastic.Clients } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2609,7 +2599,7 @@ public virtual Task PutScriptAsync(Elastic.Clients } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(PutScriptRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2619,7 +2609,7 @@ public virtual Task PutScriptAsync(PutScriptRequestDescriptor } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Elastic.Clients.Elasticsearch.Serverless.Name? context, CancellationToken cancellationToken = default) @@ -2630,7 +2620,7 @@ public virtual Task PutScriptAsync(Elastic.Clients.Elasticsea } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Elastic.Clients.Elasticsearch.Serverless.Name? context, Action configureRequest, CancellationToken cancellationToken = default) @@ -2642,7 +2632,7 @@ public virtual Task PutScriptAsync(Elastic.Clients.Elasticsea } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, CancellationToken cancellationToken = default) @@ -2653,7 +2643,7 @@ public virtual Task PutScriptAsync(Elastic.Clients.Elasticsea } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Serverless.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -2665,7 +2655,7 @@ public virtual Task PutScriptAsync(Elastic.Clients.Elasticsea } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(RankEvalRequest request, CancellationToken cancellationToken = default) @@ -2675,7 +2665,7 @@ public virtual Task RankEvalAsync(RankEvalRequest request, Can } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(RankEvalRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2685,7 +2675,7 @@ public virtual Task RankEvalAsync(RankEvalRequestDe } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -2696,7 +2686,7 @@ public virtual Task RankEvalAsync(Elastic.Clients.E } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2708,7 +2698,7 @@ public virtual Task RankEvalAsync(Elastic.Clients.E } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(CancellationToken cancellationToken = default) @@ -2719,7 +2709,7 @@ public virtual Task RankEvalAsync(CancellationToken } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -2731,7 +2721,7 @@ public virtual Task RankEvalAsync(Action - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(RankEvalRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2741,7 +2731,7 @@ public virtual Task RankEvalAsync(RankEvalRequestDescriptor de } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -2752,7 +2742,7 @@ public virtual Task RankEvalAsync(Elastic.Clients.Elasticsearc } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -2764,7 +2754,7 @@ public virtual Task RankEvalAsync(Elastic.Clients.Elasticsearc } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(CancellationToken cancellationToken = default) @@ -2775,7 +2765,7 @@ public virtual Task RankEvalAsync(CancellationToken cancellati } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -2863,7 +2853,7 @@ public virtual Task ReindexAsync(Action - /// Changes the number of requests per second for a particular Reindex operation. + /// Copies documents from a source to a destination. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReindexRethrottleAsync(ReindexRethrottleRequest request, CancellationToken cancellationToken = default) @@ -2873,7 +2863,7 @@ public virtual Task ReindexRethrottleAsync(ReindexRet } /// - /// Changes the number of requests per second for a particular Reindex operation. + /// Copies documents from a source to a destination. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReindexRethrottleAsync(ReindexRethrottleRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2883,7 +2873,7 @@ public virtual Task ReindexRethrottleAsync(ReindexRet } /// - /// Changes the number of requests per second for a particular Reindex operation. + /// Copies documents from a source to a destination. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReindexRethrottleAsync(Elastic.Clients.Elasticsearch.Serverless.Id taskId, CancellationToken cancellationToken = default) @@ -2894,7 +2884,7 @@ public virtual Task ReindexRethrottleAsync(Elastic.Cl } /// - /// Changes the number of requests per second for a particular Reindex operation. + /// Copies documents from a source to a destination. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReindexRethrottleAsync(Elastic.Clients.Elasticsearch.Serverless.Id taskId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2906,7 +2896,7 @@ public virtual Task ReindexRethrottleAsync(Elastic.Cl } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(RenderSearchTemplateRequest request, CancellationToken cancellationToken = default) @@ -2916,7 +2906,7 @@ public virtual Task RenderSearchTemplateAsync(Rend } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(RenderSearchTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2926,7 +2916,7 @@ public virtual Task RenderSearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -2937,7 +2927,7 @@ public virtual Task RenderSearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2949,7 +2939,7 @@ public virtual Task RenderSearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(CancellationToken cancellationToken = default) @@ -2960,7 +2950,7 @@ public virtual Task RenderSearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -2972,7 +2962,7 @@ public virtual Task RenderSearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(RenderSearchTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2982,7 +2972,7 @@ public virtual Task RenderSearchTemplateAsync(Rend } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, CancellationToken cancellationToken = default) @@ -2993,7 +2983,7 @@ public virtual Task RenderSearchTemplateAsync(Elas } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Id? id, Action configureRequest, CancellationToken cancellationToken = default) @@ -3005,7 +2995,7 @@ public virtual Task RenderSearchTemplateAsync(Elas } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(CancellationToken cancellationToken = default) @@ -3016,7 +3006,7 @@ public virtual Task RenderSearchTemplateAsync(Canc } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -3038,7 +3028,7 @@ public virtual Task> ScrollAsync(ScrollRequ } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SearchAsync(SearchRequest request, CancellationToken cancellationToken = default) @@ -3048,7 +3038,7 @@ public virtual Task> SearchAsync(SearchRequ } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SearchAsync(SearchRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3058,7 +3048,7 @@ public virtual Task> SearchAsync(SearchRequ } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SearchAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -3069,7 +3059,7 @@ public virtual Task> SearchAsync(Elastic.Cl } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SearchAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3081,7 +3071,7 @@ public virtual Task> SearchAsync(Elastic.Cl } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SearchAsync(CancellationToken cancellationToken = default) @@ -3092,7 +3082,7 @@ public virtual Task> SearchAsync(Cancellati } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SearchAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -3203,7 +3193,7 @@ public virtual Task SearchMvtAsync(Elastic.Clients.Elasticsea } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchTemplateAsync(SearchTemplateRequest request, CancellationToken cancellationToken = default) @@ -3213,7 +3203,7 @@ public virtual Task> SearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchTemplateAsync(SearchTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3223,7 +3213,7 @@ public virtual Task> SearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, CancellationToken cancellationToken = default) @@ -3234,7 +3224,7 @@ public virtual Task> SearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchTemplateAsync(Elastic.Clients.Elasticsearch.Serverless.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3246,7 +3236,7 @@ public virtual Task> SearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchTemplateAsync(CancellationToken cancellationToken = default) @@ -3257,7 +3247,7 @@ public virtual Task> SearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchTemplateAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -3661,7 +3651,7 @@ public virtual Task> UpdateAsync - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateByQueryAsync(UpdateByQueryRequest request, CancellationToken cancellationToken = default) @@ -3671,7 +3661,7 @@ public virtual Task UpdateByQueryAsync(UpdateByQueryReque } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(UpdateByQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3681,7 +3671,7 @@ public virtual Task UpdateByQueryAsync(UpdateB } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -3692,7 +3682,7 @@ public virtual Task UpdateByQueryAsync(Elastic } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3704,7 +3694,7 @@ public virtual Task UpdateByQueryAsync(Elastic } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(CancellationToken cancellationToken = default) @@ -3715,7 +3705,7 @@ public virtual Task UpdateByQueryAsync(Cancell } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -3727,7 +3717,7 @@ public virtual Task UpdateByQueryAsync(Action< } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(UpdateByQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3737,7 +3727,7 @@ public virtual Task UpdateByQueryAsync(UpdateByQueryReque } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, CancellationToken cancellationToken = default) @@ -3748,7 +3738,7 @@ public virtual Task UpdateByQueryAsync(Elastic.Clients.El } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(Elastic.Clients.Elasticsearch.Serverless.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Analysis/Normalizers.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Analysis/Normalizers.g.cs index c04f91ef0d3..c7d6da67333 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Analysis/Normalizers.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Analysis/Normalizers.g.cs @@ -122,7 +122,7 @@ public override void Write(Utf8JsonWriter writer, INormalizer value, JsonSeriali } /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// [JsonConverter(typeof(NormalizerInterfaceConverter))] public partial interface INormalizer diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/ByteSize.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/ByteSize.g.cs index c30440322e9..c161ff5cb5f 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/ByteSize.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/ByteSize.g.cs @@ -31,7 +31,7 @@ namespace Elastic.Clients.Elasticsearch.Serverless; /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class ByteSize : Union { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/Context.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/Context.g.cs index 368f9343620..fe2ce09dc18 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/Context.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/Context.g.cs @@ -32,7 +32,7 @@ namespace Elastic.Clients.Elasticsearch.Serverless.Core.Search; /// /// Text or location that we want similar documents for or a lookup to a document's field for the text. -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class Context : Union { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/MSearch/MultisearchBody.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/MSearch/MultisearchBody.g.cs index 3677729491b..2d5869dba4e 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/MSearch/MultisearchBody.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/MSearch/MultisearchBody.g.cs @@ -95,7 +95,7 @@ public override MultisearchBody Read(ref Utf8JsonReader reader, Type typeToConve if (property == "knn") { - variant.Knn = JsonSerializer.Deserialize?>(ref reader, options); + variant.Knn = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } @@ -131,7 +131,7 @@ public override MultisearchBody Read(ref Utf8JsonReader reader, Type typeToConve if (property == "rescore") { - variant.Rescore = JsonSerializer.Deserialize?>(ref reader, options); + variant.Rescore = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } @@ -167,7 +167,7 @@ public override MultisearchBody Read(ref Utf8JsonReader reader, Type typeToConve if (property == "sort") { - variant.Sort = JsonSerializer.Deserialize?>(ref reader, options); + variant.Sort = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricDiscountedCumulativeGain.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricDiscountedCumulativeGain.g.cs index 1de603aeaab..034f48226a1 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricDiscountedCumulativeGain.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricDiscountedCumulativeGain.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Serverless.Core.RankEval; /// /// Discounted cumulative gain (DCG) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricDiscountedCumulativeGain { @@ -48,7 +48,7 @@ public sealed partial class RankEvalMetricDiscountedCumulativeGain /// /// Discounted cumulative gain (DCG) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricDiscountedCumulativeGainDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricExpectedReciprocalRank.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricExpectedReciprocalRank.g.cs index dbd86732ea4..36aa86800c3 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricExpectedReciprocalRank.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricExpectedReciprocalRank.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Serverless.Core.RankEval; /// /// Expected Reciprocal Rank (ERR) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricExpectedReciprocalRank { @@ -48,7 +48,7 @@ public sealed partial class RankEvalMetricExpectedReciprocalRank /// /// Expected Reciprocal Rank (ERR) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricExpectedReciprocalRankDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricMeanReciprocalRank.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricMeanReciprocalRank.g.cs index 5b814eb096c..5defddbf09a 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricMeanReciprocalRank.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricMeanReciprocalRank.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Serverless.Core.RankEval; /// /// Mean Reciprocal Rank -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricMeanReciprocalRank { @@ -48,7 +48,7 @@ public sealed partial class RankEvalMetricMeanReciprocalRank /// /// Mean Reciprocal Rank -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricMeanReciprocalRankDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricPrecision.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricPrecision.g.cs index d15ba067860..044256b11cc 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricPrecision.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricPrecision.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Serverless.Core.RankEval; /// /// Precision at K (P@k) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricPrecision { @@ -54,7 +54,7 @@ public sealed partial class RankEvalMetricPrecision /// /// Precision at K (P@k) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricPrecisionDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricRecall.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricRecall.g.cs index 6f7f44c7279..b00d738c131 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricRecall.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Core/RankEval/RankEvalMetricRecall.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Serverless.Core.RankEval; /// /// Recall at K (R@k) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricRecall { @@ -48,7 +48,7 @@ public sealed partial class RankEvalMetricRecall /// /// Recall at K (R@k) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricRecallDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Enums/Enums.Aggregations.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Enums/Enums.Aggregations.g.cs index 8da3d59d09f..32494766661 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Enums/Enums.Aggregations.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Enums/Enums.Aggregations.g.cs @@ -57,7 +57,7 @@ public override CalendarInterval Read(ref Utf8JsonReader reader, Type typeToConv switch (enumString) { case "year": - case "1Y": + case "1y": return CalendarInterval.Year; case "week": case "1w": diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Enums/Enums.Mapping.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Enums/Enums.Mapping.g.cs index 8bea568c6ad..a9baf1d67e6 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Enums/Enums.Mapping.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Enums/Enums.Mapping.g.cs @@ -99,6 +99,8 @@ public enum FieldType Short, [EnumMember(Value = "shape")] Shape, + [EnumMember(Value = "semantic_text")] + SemanticText, [EnumMember(Value = "search_as_you_type")] SearchAsYouType, [EnumMember(Value = "scaled_float")] @@ -198,6 +200,8 @@ public override FieldType Read(ref Utf8JsonReader reader, Type typeToConvert, Js return FieldType.Short; case "shape": return FieldType.Shape; + case "semantic_text": + return FieldType.SemanticText; case "search_as_you_type": return FieldType.SearchAsYouType; case "scaled_float": @@ -304,6 +308,9 @@ public override void Write(Utf8JsonWriter writer, FieldType value, JsonSerialize case FieldType.Shape: writer.WriteStringValue("shape"); return; + case FieldType.SemanticText: + writer.WriteStringValue("semantic_text"); + return; case FieldType.SearchAsYouType: writer.WriteStringValue("search_as_you_type"); return; diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Fuzziness.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Fuzziness.g.cs index 0b2392807f0..a285d54e8e5 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Fuzziness.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Fuzziness.g.cs @@ -31,7 +31,7 @@ namespace Elastic.Clients.Elasticsearch.Serverless; /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class Fuzziness : Union { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/IndexManagement/IndexSettings.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/IndexManagement/IndexSettings.g.cs index 36859df462f..f86fe5c736f 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/IndexManagement/IndexSettings.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/IndexManagement/IndexSettings.g.cs @@ -300,7 +300,7 @@ public override IndexSettings Read(ref Utf8JsonReader reader, Type typeToConvert if (property == "routing_path") { - variant.RoutingPath = JsonSerializer.Deserialize?>(ref reader, options); + variant.RoutingPath = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } @@ -739,7 +739,7 @@ public override void Write(Utf8JsonWriter writer, IndexSettings value, JsonSeria } /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// [JsonConverter(typeof(IndexSettingsConverter))] public sealed partial class IndexSettings @@ -828,7 +828,7 @@ public sealed partial class IndexSettings } /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class IndexSettingsDescriptor : SerializableDescriptor> { @@ -2253,7 +2253,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o } /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class IndexSettingsDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/IndexManagement/MappingLimitSettings.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/IndexManagement/MappingLimitSettings.g.cs index 5d098eb96b0..585ba44d3e4 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/IndexManagement/MappingLimitSettings.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/IndexManagement/MappingLimitSettings.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Serverless.IndexManagement; /// /// Mapping Limit Settings -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class MappingLimitSettings { @@ -53,7 +53,7 @@ public sealed partial class MappingLimitSettings /// /// Mapping Limit Settings -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class MappingLimitSettingsDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/MachineLearning/DatafeedConfig.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/MachineLearning/DatafeedConfig.g.cs index be7f9332075..ed5be0c5db0 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/MachineLearning/DatafeedConfig.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/MachineLearning/DatafeedConfig.g.cs @@ -71,7 +71,7 @@ public override DatafeedConfig Read(ref Utf8JsonReader reader, Type typeToConver if (property == "indices" || property == "indexes") { - variant.Indices = JsonSerializer.Deserialize?>(ref reader, options); + variant.Indices = JsonSerializer.Deserialize(ref reader, options); continue; } @@ -250,7 +250,7 @@ public sealed partial class DatafeedConfig /// /// An array of index names. Wildcards are supported. If any indices are in remote clusters, the machine learning nodes must have the `remote_cluster_client` role. /// - public ICollection? Indices { get; set; } + public Elastic.Clients.Elasticsearch.Serverless.Indices? Indices { get; set; } /// /// Specifies index expansion options that are used during search. @@ -306,7 +306,7 @@ public DatafeedConfigDescriptor() : base() private Elastic.Clients.Elasticsearch.Serverless.MachineLearning.DelayedDataCheckConfigDescriptor DelayedDataCheckConfigDescriptor { get; set; } private Action DelayedDataCheckConfigDescriptorAction { get; set; } private Elastic.Clients.Elasticsearch.Serverless.Duration? FrequencyValue { get; set; } - private ICollection? IndicesValue { get; set; } + private Elastic.Clients.Elasticsearch.Serverless.Indices? IndicesValue { get; set; } private Elastic.Clients.Elasticsearch.Serverless.IndicesOptions? IndicesOptionsValue { get; set; } private Elastic.Clients.Elasticsearch.Serverless.IndicesOptionsDescriptor IndicesOptionsDescriptor { get; set; } private Action IndicesOptionsDescriptorAction { get; set; } @@ -404,7 +404,7 @@ public DatafeedConfigDescriptor Frequency(Elastic.Clients.Elasticsear /// /// An array of index names. Wildcards are supported. If any indices are in remote clusters, the machine learning nodes must have the `remote_cluster_client` role. /// - public DatafeedConfigDescriptor Indices(ICollection? indices) + public DatafeedConfigDescriptor Indices(Elastic.Clients.Elasticsearch.Serverless.Indices? indices) { IndicesValue = indices; return Self; @@ -663,7 +663,7 @@ public DatafeedConfigDescriptor() : base() private Elastic.Clients.Elasticsearch.Serverless.MachineLearning.DelayedDataCheckConfigDescriptor DelayedDataCheckConfigDescriptor { get; set; } private Action DelayedDataCheckConfigDescriptorAction { get; set; } private Elastic.Clients.Elasticsearch.Serverless.Duration? FrequencyValue { get; set; } - private ICollection? IndicesValue { get; set; } + private Elastic.Clients.Elasticsearch.Serverless.Indices? IndicesValue { get; set; } private Elastic.Clients.Elasticsearch.Serverless.IndicesOptions? IndicesOptionsValue { get; set; } private Elastic.Clients.Elasticsearch.Serverless.IndicesOptionsDescriptor IndicesOptionsDescriptor { get; set; } private Action IndicesOptionsDescriptorAction { get; set; } @@ -761,7 +761,7 @@ public DatafeedConfigDescriptor Frequency(Elastic.Clients.Elasticsearch.Serverle /// /// An array of index names. Wildcards are supported. If any indices are in remote clusters, the machine learning nodes must have the `remote_cluster_client` role. /// - public DatafeedConfigDescriptor Indices(ICollection? indices) + public DatafeedConfigDescriptor Indices(Elastic.Clients.Elasticsearch.Serverless.Indices? indices) { IndicesValue = indices; return Self; diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/MachineLearning/InferenceResponseResult.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/MachineLearning/InferenceResponseResult.g.cs index 259f2d9be0d..5e6d8cbf1b2 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/MachineLearning/InferenceResponseResult.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/MachineLearning/InferenceResponseResult.g.cs @@ -51,6 +51,7 @@ public sealed partial class InferenceResponseResult /// If the model is trained for a text classification or zero shot classification task, the response is the
predicted class.
For named entity recognition (NER) tasks, it contains the annotated text output.
For fill mask tasks, it contains the top prediction for replacing the mask token.
For text embedding tasks, it contains the raw numerical text embedding values.
For regression models, its a numerical value
For classification models, it may be an integer, double, boolean or string depending on prediction type
///
[JsonInclude, JsonPropertyName("predicted_value")] + [SingleOrManyCollectionConverter(typeof(object))] public IReadOnlyCollection? PredictedValue { get; init; } /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/DynamicTemplate.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/DynamicTemplate.g.cs index 682aee0ba77..6389aac9dd8 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/DynamicTemplate.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/DynamicTemplate.g.cs @@ -117,13 +117,13 @@ public override DynamicTemplate Read(ref Utf8JsonReader reader, Type typeToConve reader.Read(); if (propertyName == "match") { - matchValue = JsonSerializer.Deserialize?>(ref reader, options); + matchValue = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } if (propertyName == "match_mapping_type") { - matchMappingTypeValue = JsonSerializer.Deserialize?>(ref reader, options); + matchMappingTypeValue = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } @@ -135,25 +135,25 @@ public override DynamicTemplate Read(ref Utf8JsonReader reader, Type typeToConve if (propertyName == "path_match") { - pathMatchValue = JsonSerializer.Deserialize?>(ref reader, options); + pathMatchValue = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } if (propertyName == "path_unmatch") { - pathUnmatchValue = JsonSerializer.Deserialize?>(ref reader, options); + pathUnmatchValue = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } if (propertyName == "unmatch") { - unmatchValue = JsonSerializer.Deserialize?>(ref reader, options); + unmatchValue = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } if (propertyName == "unmatch_mapping_type") { - unmatchMappingTypeValue = JsonSerializer.Deserialize?>(ref reader, options); + unmatchMappingTypeValue = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/GeoShapeProperty.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/GeoShapeProperty.g.cs index 11fce74d369..4cd995afcc9 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/GeoShapeProperty.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/GeoShapeProperty.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Serverless.Mapping; /// /// The `geo_shape` data type facilitates the indexing of and searching with arbitrary geo shapes such as rectangles
and polygons.
-/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. ///
public sealed partial class GeoShapeProperty : IProperty { @@ -73,7 +73,7 @@ public sealed partial class GeoShapeProperty : IProperty /// /// The `geo_shape` data type facilitates the indexing of and searching with arbitrary geo shapes such as rectangles
and polygons.
-/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. ///
public sealed partial class GeoShapePropertyDescriptor : SerializableDescriptor>, IBuildableDescriptor { @@ -326,7 +326,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// The `geo_shape` data type facilitates the indexing of and searching with arbitrary geo shapes such as rectangles
and polygons.
-/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. ///
public sealed partial class GeoShapePropertyDescriptor : SerializableDescriptor, IBuildableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/Properties.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/Properties.g.cs index 5583a5efd49..f856980eabb 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/Properties.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/Properties.g.cs @@ -266,6 +266,11 @@ public PropertiesDescriptor() : base(new Properties()) public PropertiesDescriptor SearchAsYouType(Elastic.Clients.Elasticsearch.Serverless.PropertyName propertyName, SearchAsYouTypeProperty searchAsYouTypeProperty) => AssignVariant(propertyName, searchAsYouTypeProperty); public PropertiesDescriptor SearchAsYouType(Expression> propertyName) => AssignVariant, SearchAsYouTypeProperty>(propertyName, null); public PropertiesDescriptor SearchAsYouType(Expression> propertyName, Action> configure) => AssignVariant, SearchAsYouTypeProperty>(propertyName, configure); + public PropertiesDescriptor SemanticText(Elastic.Clients.Elasticsearch.Serverless.PropertyName propertyName) => AssignVariant(propertyName, null); + public PropertiesDescriptor SemanticText(Elastic.Clients.Elasticsearch.Serverless.PropertyName propertyName, Action configure) => AssignVariant(propertyName, configure); + public PropertiesDescriptor SemanticText(Elastic.Clients.Elasticsearch.Serverless.PropertyName propertyName, SemanticTextProperty semanticTextProperty) => AssignVariant(propertyName, semanticTextProperty); + public PropertiesDescriptor SemanticText(Expression> propertyName) => AssignVariant(propertyName, null); + public PropertiesDescriptor SemanticText(Expression> propertyName, Action configure) => AssignVariant(propertyName, configure); public PropertiesDescriptor Shape(Elastic.Clients.Elasticsearch.Serverless.PropertyName propertyName) => AssignVariant, ShapeProperty>(propertyName, null); public PropertiesDescriptor Shape(Elastic.Clients.Elasticsearch.Serverless.PropertyName propertyName, Action> configure) => AssignVariant, ShapeProperty>(propertyName, configure); public PropertiesDescriptor Shape(Elastic.Clients.Elasticsearch.Serverless.PropertyName propertyName, ShapeProperty shapeProperty) => AssignVariant(propertyName, shapeProperty); @@ -402,6 +407,8 @@ public override IProperty Read(ref Utf8JsonReader reader, Type typeToConvert, Js return JsonSerializer.Deserialize(ref reader, options); case "search_as_you_type": return JsonSerializer.Deserialize(ref reader, options); + case "semantic_text": + return JsonSerializer.Deserialize(ref reader, options); case "shape": return JsonSerializer.Deserialize(ref reader, options); case "short": @@ -553,6 +560,9 @@ public override void Write(Utf8JsonWriter writer, IProperty value, JsonSerialize case "search_as_you_type": JsonSerializer.Serialize(writer, value, typeof(Elastic.Clients.Elasticsearch.Serverless.Mapping.SearchAsYouTypeProperty), options); return; + case "semantic_text": + JsonSerializer.Serialize(writer, value, typeof(Elastic.Clients.Elasticsearch.Serverless.Mapping.SemanticTextProperty), options); + return; case "shape": JsonSerializer.Serialize(writer, value, typeof(Elastic.Clients.Elasticsearch.Serverless.Mapping.ShapeProperty), options); return; diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/SemanticTextProperty.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/SemanticTextProperty.g.cs new file mode 100644 index 00000000000..4136cce6a59 --- /dev/null +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/SemanticTextProperty.g.cs @@ -0,0 +1,85 @@ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. +// +// ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ +// ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ +// ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ +// ██║╚██╗██║██║ ██║ ██║ ██║██║ ██╔══╝ +// ██║ ╚████║╚██████╔╝ ██║ ██║╚██████╗███████╗ +// ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝ +// ------------------------------------------------ +// +// This file is automatically generated. +// Please do not edit these files manually. +// +// ------------------------------------------------ + +#nullable restore + +using Elastic.Clients.Elasticsearch.Serverless.Fluent; +using Elastic.Clients.Elasticsearch.Serverless.Serialization; +using System; +using System.Collections.Generic; +using System.Linq.Expressions; +using System.Text.Json; +using System.Text.Json.Serialization; + +namespace Elastic.Clients.Elasticsearch.Serverless.Mapping; + +public sealed partial class SemanticTextProperty : IProperty +{ + [JsonInclude, JsonPropertyName("inference_id")] + public Elastic.Clients.Elasticsearch.Serverless.Id InferenceId { get; set; } + [JsonInclude, JsonPropertyName("meta")] + public IDictionary? Meta { get; set; } + + [JsonInclude, JsonPropertyName("type")] + public string Type => "semantic_text"; +} + +public sealed partial class SemanticTextPropertyDescriptor : SerializableDescriptor, IBuildableDescriptor +{ + internal SemanticTextPropertyDescriptor(Action configure) => configure.Invoke(this); + + public SemanticTextPropertyDescriptor() : base() + { + } + + private Elastic.Clients.Elasticsearch.Serverless.Id InferenceIdValue { get; set; } + private IDictionary? MetaValue { get; set; } + + public SemanticTextPropertyDescriptor InferenceId(Elastic.Clients.Elasticsearch.Serverless.Id inferenceId) + { + InferenceIdValue = inferenceId; + return Self; + } + + public SemanticTextPropertyDescriptor Meta(Func, FluentDictionary> selector) + { + MetaValue = selector?.Invoke(new FluentDictionary()); + return Self; + } + + protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions options, IElasticsearchClientSettings settings) + { + writer.WriteStartObject(); + writer.WritePropertyName("inference_id"); + JsonSerializer.Serialize(writer, InferenceIdValue, options); + if (MetaValue is not null) + { + writer.WritePropertyName("meta"); + JsonSerializer.Serialize(writer, MetaValue, options); + } + + writer.WritePropertyName("type"); + writer.WriteStringValue("semantic_text"); + writer.WriteEndObject(); + } + + SemanticTextProperty IBuildableDescriptor.Build() => new() + { + InferenceId = InferenceIdValue, + Meta = MetaValue + }; +} \ No newline at end of file diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/ShapeProperty.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/ShapeProperty.g.cs index d0252535420..e9b14cd5e2a 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/ShapeProperty.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Mapping/ShapeProperty.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Serverless.Mapping; /// /// The `shape` data type facilitates the indexing of and searching with arbitrary `x, y` cartesian shapes such as
rectangles and polygons.
-/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. ///
public sealed partial class ShapeProperty : IProperty { @@ -71,7 +71,7 @@ public sealed partial class ShapeProperty : IProperty /// /// The `shape` data type facilitates the indexing of and searching with arbitrary `x, y` cartesian shapes such as
rectangles and polygons.
-/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. ///
public sealed partial class ShapePropertyDescriptor : SerializableDescriptor>, IBuildableDescriptor { @@ -310,7 +310,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// The `shape` data type facilitates the indexing of and searching with arbitrary `x, y` cartesian shapes such as
rectangles and polygons.
-/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. ///
public sealed partial class ShapePropertyDescriptor : SerializableDescriptor, IBuildableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/QueryDsl/Like.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/QueryDsl/Like.g.cs index caec2fa8784..1d0cc3086b8 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/QueryDsl/Like.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/QueryDsl/Like.g.cs @@ -32,7 +32,7 @@ namespace Elastic.Clients.Elasticsearch.Serverless.QueryDsl; /// /// Text that we want similar documents for or a lookup to a document's field for the text. -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class Like : Union { diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/QueryDsl/Query.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/QueryDsl/Query.g.cs index f79774ec04d..2d4810f3d0d 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/QueryDsl/Query.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/QueryDsl/Query.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Serverless.QueryDsl; /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// [JsonConverter(typeof(QueryConverter))] public sealed partial class Query @@ -86,6 +86,7 @@ internal Query(string variantName, object variant) public static Query RuleQuery(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.RuleQuery ruleQuery) => new Query("rule_query", ruleQuery); public static Query Script(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.ScriptQuery scriptQuery) => new Query("script", scriptQuery); public static Query ScriptScore(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.ScriptScoreQuery scriptScoreQuery) => new Query("script_score", scriptScoreQuery); + public static Query Semantic(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.SemanticQuery semanticQuery) => new Query("semantic", semanticQuery); public static Query SimpleQueryString(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.SimpleQueryStringQuery simpleQueryStringQuery) => new Query("simple_query_string", simpleQueryStringQuery); public static Query SpanContaining(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.SpanContainingQuery spanContainingQuery) => new Query("span_containing", spanContainingQuery); public static Query SpanFieldMasking(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.SpanFieldMaskingQuery spanFieldMaskingQuery) => new Query("span_field_masking", spanFieldMaskingQuery); @@ -401,6 +402,13 @@ public override Query Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSe continue; } + if (propertyName == "semantic") + { + variantValue = JsonSerializer.Deserialize(ref reader, options); + variantNameValue = propertyName; + continue; + } + if (propertyName == "simple_query_string") { variantValue = JsonSerializer.Deserialize(ref reader, options); @@ -646,6 +654,9 @@ public override void Write(Utf8JsonWriter writer, Query value, JsonSerializerOpt case "script_score": JsonSerializer.Serialize(writer, (Elastic.Clients.Elasticsearch.Serverless.QueryDsl.ScriptScoreQuery)value.Variant, options); break; + case "semantic": + JsonSerializer.Serialize(writer, (Elastic.Clients.Elasticsearch.Serverless.QueryDsl.SemanticQuery)value.Variant, options); + break; case "simple_query_string": JsonSerializer.Serialize(writer, (Elastic.Clients.Elasticsearch.Serverless.QueryDsl.SimpleQueryStringQuery)value.Variant, options); break; @@ -807,6 +818,8 @@ private QueryDescriptor Set(object variant, string variantName) public QueryDescriptor Script(Action configure) => Set(configure, "script"); public QueryDescriptor ScriptScore(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.ScriptScoreQuery scriptScoreQuery) => Set(scriptScoreQuery, "script_score"); public QueryDescriptor ScriptScore(Action> configure) => Set(configure, "script_score"); + public QueryDescriptor Semantic(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.SemanticQuery semanticQuery) => Set(semanticQuery, "semantic"); + public QueryDescriptor Semantic(Action configure) => Set(configure, "semantic"); public QueryDescriptor SimpleQueryString(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.SimpleQueryStringQuery simpleQueryStringQuery) => Set(simpleQueryStringQuery, "simple_query_string"); public QueryDescriptor SimpleQueryString(Action> configure) => Set(configure, "simple_query_string"); public QueryDescriptor SpanContaining(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.SpanContainingQuery spanContainingQuery) => Set(spanContainingQuery, "span_containing"); @@ -965,6 +978,8 @@ private QueryDescriptor Set(object variant, string variantName) public QueryDescriptor Script(Action configure) => Set(configure, "script"); public QueryDescriptor ScriptScore(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.ScriptScoreQuery scriptScoreQuery) => Set(scriptScoreQuery, "script_score"); public QueryDescriptor ScriptScore(Action configure) => Set(configure, "script_score"); + public QueryDescriptor Semantic(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.SemanticQuery semanticQuery) => Set(semanticQuery, "semantic"); + public QueryDescriptor Semantic(Action configure) => Set(configure, "semantic"); public QueryDescriptor SimpleQueryString(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.SimpleQueryStringQuery simpleQueryStringQuery) => Set(simpleQueryStringQuery, "simple_query_string"); public QueryDescriptor SimpleQueryString(Action configure) => Set(configure, "simple_query_string"); public QueryDescriptor SpanContaining(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.SpanContainingQuery spanContainingQuery) => Set(spanContainingQuery, "span_containing"); diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/QueryDsl/SemanticQuery.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/QueryDsl/SemanticQuery.g.cs new file mode 100644 index 00000000000..99d15394b16 --- /dev/null +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/QueryDsl/SemanticQuery.g.cs @@ -0,0 +1,122 @@ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. +// +// ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ +// ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ +// ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ +// ██║╚██╗██║██║ ██║ ██║ ██║██║ ██╔══╝ +// ██║ ╚████║╚██████╔╝ ██║ ██║╚██████╗███████╗ +// ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝ +// ------------------------------------------------ +// +// This file is automatically generated. +// Please do not edit these files manually. +// +// ------------------------------------------------ + +#nullable restore + +using Elastic.Clients.Elasticsearch.Serverless.Fluent; +using Elastic.Clients.Elasticsearch.Serverless.Serialization; +using System; +using System.Collections.Generic; +using System.Linq.Expressions; +using System.Text.Json; +using System.Text.Json.Serialization; + +namespace Elastic.Clients.Elasticsearch.Serverless.QueryDsl; + +public sealed partial class SemanticQuery +{ + /// + /// Floating point number used to decrease or increase the relevance scores of the query.
Boost values are relative to the default value of 1.0.
A boost value between 0 and 1.0 decreases the relevance score.
A value greater than 1.0 increases the relevance score.
+ ///
+ [JsonInclude, JsonPropertyName("boost")] + public float? Boost { get; set; } + + /// + /// The field to query, which must be a semantic_text field type + /// + [JsonInclude, JsonPropertyName("field")] + public string Field { get; set; } + + /// + /// The query text + /// + [JsonInclude, JsonPropertyName("query")] + public string Query { get; set; } + [JsonInclude, JsonPropertyName("_name")] + public string? QueryName { get; set; } + + public static implicit operator Elastic.Clients.Elasticsearch.Serverless.QueryDsl.Query(SemanticQuery semanticQuery) => Elastic.Clients.Elasticsearch.Serverless.QueryDsl.Query.Semantic(semanticQuery); +} + +public sealed partial class SemanticQueryDescriptor : SerializableDescriptor +{ + internal SemanticQueryDescriptor(Action configure) => configure.Invoke(this); + + public SemanticQueryDescriptor() : base() + { + } + + private float? BoostValue { get; set; } + private string FieldValue { get; set; } + private string QueryValue { get; set; } + private string? QueryNameValue { get; set; } + + /// + /// Floating point number used to decrease or increase the relevance scores of the query.
Boost values are relative to the default value of 1.0.
A boost value between 0 and 1.0 decreases the relevance score.
A value greater than 1.0 increases the relevance score.
+ ///
+ public SemanticQueryDescriptor Boost(float? boost) + { + BoostValue = boost; + return Self; + } + + /// + /// The field to query, which must be a semantic_text field type + /// + public SemanticQueryDescriptor Field(string field) + { + FieldValue = field; + return Self; + } + + /// + /// The query text + /// + public SemanticQueryDescriptor Query(string query) + { + QueryValue = query; + return Self; + } + + public SemanticQueryDescriptor QueryName(string? queryName) + { + QueryNameValue = queryName; + return Self; + } + + protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions options, IElasticsearchClientSettings settings) + { + writer.WriteStartObject(); + if (BoostValue.HasValue) + { + writer.WritePropertyName("boost"); + writer.WriteNumberValue(BoostValue.Value); + } + + writer.WritePropertyName("field"); + writer.WriteStringValue(FieldValue); + writer.WritePropertyName("query"); + writer.WriteStringValue(QueryValue); + if (!string.IsNullOrEmpty(QueryNameValue)) + { + writer.WritePropertyName("_name"); + writer.WriteStringValue(QueryNameValue); + } + + writer.WriteEndObject(); + } +} \ No newline at end of file diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/AsyncSearch/AsyncSearchStatusRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/AsyncSearch/AsyncSearchStatusRequest.g.cs index d925081818d..151cef732ca 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/AsyncSearch/AsyncSearchStatusRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/AsyncSearch/AsyncSearchStatusRequest.g.cs @@ -34,7 +34,7 @@ public sealed partial class AsyncSearchStatusRequestParameters : RequestParamete } /// -/// Retreives the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+/// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
///
public sealed partial class AsyncSearchStatusRequest : PlainRequest { @@ -52,7 +52,7 @@ public AsyncSearchStatusRequest(Elastic.Clients.Elasticsearch.Id id) : base(r => } /// -/// Retreives the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+/// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
///
public sealed partial class AsyncSearchStatusRequestDescriptor : RequestDescriptor, AsyncSearchStatusRequestParameters> { @@ -82,7 +82,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o } /// -/// Retreives the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+/// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
///
public sealed partial class AsyncSearchStatusRequestDescriptor : RequestDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/Inference/DeleteInferenceRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/Inference/DeleteInferenceRequest.g.cs index ad0207b2280..1789b42921a 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/Inference/DeleteInferenceRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/Inference/DeleteInferenceRequest.g.cs @@ -31,6 +31,15 @@ namespace Elastic.Clients.Elasticsearch.Inference; public sealed partial class DeleteInferenceRequestParameters : RequestParameters { + /// + /// When true, the endpoint is not deleted, and a list of ingest processors which reference this endpoint is returned + /// + public bool? DryRun { get => Q("dry_run"); set => Q("dry_run", value); } + + /// + /// When true, the inference endpoint is forcefully deleted even if it is still being used by ingest processors or semantic text fields + /// + public bool? Force { get => Q("force"); set => Q("force", value); } } /// @@ -53,6 +62,18 @@ public DeleteInferenceRequest(Elastic.Clients.Elasticsearch.Inference.TaskType? internal override bool SupportsBody => false; internal override string OperationName => "inference.delete"; + + /// + /// When true, the endpoint is not deleted, and a list of ingest processors which reference this endpoint is returned + /// + [JsonIgnore] + public bool? DryRun { get => Q("dry_run"); set => Q("dry_run", value); } + + /// + /// When true, the inference endpoint is forcefully deleted even if it is still being used by ingest processors or semantic text fields + /// + [JsonIgnore] + public bool? Force { get => Q("force"); set => Q("force", value); } } /// @@ -78,6 +99,9 @@ public DeleteInferenceRequestDescriptor(Elastic.Clients.Elasticsearch.Id inferen internal override string OperationName => "inference.delete"; + public DeleteInferenceRequestDescriptor DryRun(bool? dryRun = true) => Qs("dry_run", dryRun); + public DeleteInferenceRequestDescriptor Force(bool? force = true) => Qs("force", force); + public DeleteInferenceRequestDescriptor InferenceId(Elastic.Clients.Elasticsearch.Id inferenceId) { RouteValues.Required("inference_id", inferenceId); diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/Inference/DeleteInferenceResponse.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/Inference/DeleteInferenceResponse.g.cs index 92fff276e64..98fe1534228 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/Inference/DeleteInferenceResponse.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/Inference/DeleteInferenceResponse.g.cs @@ -33,4 +33,6 @@ public sealed partial class DeleteInferenceResponse : ElasticsearchResponse /// [JsonInclude, JsonPropertyName("acknowledged")] public bool Acknowledged { get; init; } + [JsonInclude, JsonPropertyName("pipelines")] + public IReadOnlyCollection Pipelines { get; init; } } \ No newline at end of file diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/CloseJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/CloseJobRequest.g.cs index f48013e56b8..a3048e44330 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/CloseJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/CloseJobRequest.g.cs @@ -34,7 +34,7 @@ public sealed partial class CloseJobRequestParameters : RequestParameters } /// -/// Closes one or more anomaly detection jobs.
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+/// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
///
public sealed partial class CloseJobRequest : PlainRequest { @@ -70,7 +70,7 @@ public CloseJobRequest(Elastic.Clients.Elasticsearch.Id jobId) : base(r => r.Req } /// -/// Closes one or more anomaly detection jobs.
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+/// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
///
public sealed partial class CloseJobRequestDescriptor : RequestDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs index 594a5205299..1d6e1164ac4 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs @@ -66,7 +66,7 @@ public sealed partial class GetTrainedModelsRequestParameters : RequestParameter /// /// A comma delimited string of tags. A trained model can have many tags, or
none. When supplied, only trained models that contain all the supplied
tags are returned.
///
- public string? Tags { get => Q("tags"); set => Q("tags", value); } + public ICollection? Tags { get => Q?>("tags"); set => Q("tags", value); } } /// @@ -78,7 +78,7 @@ public GetTrainedModelsRequest() { } - public GetTrainedModelsRequest(Elastic.Clients.Elasticsearch.Id? modelId) : base(r => r.Optional("model_id", modelId)) + public GetTrainedModelsRequest(Elastic.Clients.Elasticsearch.Ids? modelId) : base(r => r.Optional("model_id", modelId)) { } @@ -132,7 +132,7 @@ public GetTrainedModelsRequest(Elastic.Clients.Elasticsearch.Id? modelId) : base /// A comma delimited string of tags. A trained model can have many tags, or
none. When supplied, only trained models that contain all the supplied
tags are returned.
///
[JsonIgnore] - public string? Tags { get => Q("tags"); set => Q("tags", value); } + public ICollection? Tags { get => Q?>("tags"); set => Q("tags", value); } } /// @@ -142,7 +142,7 @@ public sealed partial class GetTrainedModelsRequestDescriptor : RequestDescripto { internal GetTrainedModelsRequestDescriptor(Action configure) => configure.Invoke(this); - public GetTrainedModelsRequestDescriptor(Elastic.Clients.Elasticsearch.Id? modelId) : base(r => r.Optional("model_id", modelId)) + public GetTrainedModelsRequestDescriptor(Elastic.Clients.Elasticsearch.Ids? modelId) : base(r => r.Optional("model_id", modelId)) { } @@ -164,9 +164,9 @@ public GetTrainedModelsRequestDescriptor() public GetTrainedModelsRequestDescriptor From(int? from) => Qs("from", from); public GetTrainedModelsRequestDescriptor Include(Elastic.Clients.Elasticsearch.MachineLearning.Include? include) => Qs("include", include); public GetTrainedModelsRequestDescriptor Size(int? size) => Qs("size", size); - public GetTrainedModelsRequestDescriptor Tags(string? tags) => Qs("tags", tags); + public GetTrainedModelsRequestDescriptor Tags(ICollection? tags) => Qs("tags", tags); - public GetTrainedModelsRequestDescriptor ModelId(Elastic.Clients.Elasticsearch.Id? modelId) + public GetTrainedModelsRequestDescriptor ModelId(Elastic.Clients.Elasticsearch.Ids? modelId) { RouteValues.Optional("model_id", modelId); return Self; diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs index 9b93d36c44b..36e341303ab 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs @@ -38,7 +38,7 @@ public sealed partial class PutCalendarJobRequestParameters : RequestParameters /// public sealed partial class PutCalendarJobRequest : PlainRequest { - public PutCalendarJobRequest(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Id jobId) : base(r => r.Required("calendar_id", calendarId).Required("job_id", jobId)) + public PutCalendarJobRequest(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Ids jobId) : base(r => r.Required("calendar_id", calendarId).Required("job_id", jobId)) { } @@ -58,7 +58,7 @@ public sealed partial class PutCalendarJobRequestDescriptor : RequestDescriptor< { internal PutCalendarJobRequestDescriptor(Action configure) => configure.Invoke(this); - public PutCalendarJobRequestDescriptor(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Id jobId) : base(r => r.Required("calendar_id", calendarId).Required("job_id", jobId)) + public PutCalendarJobRequestDescriptor(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Ids jobId) : base(r => r.Required("calendar_id", calendarId).Required("job_id", jobId)) { } @@ -76,7 +76,7 @@ public PutCalendarJobRequestDescriptor CalendarId(Elastic.Clients.Elasticsearch. return Self; } - public PutCalendarJobRequestDescriptor JobId(Elastic.Clients.Elasticsearch.Id jobId) + public PutCalendarJobRequestDescriptor JobId(Elastic.Clients.Elasticsearch.Ids jobId) { RouteValues.Required("job_id", jobId); return Self; diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/SearchApplication/SearchApplicationSearchRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/SearchApplication/SearchApplicationSearchRequest.g.cs index 535d54c1d6a..def7e6e2601 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/SearchApplication/SearchApplicationSearchRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/SearchApplication/SearchApplicationSearchRequest.g.cs @@ -31,6 +31,10 @@ namespace Elastic.Clients.Elasticsearch.SearchApplication; public sealed partial class SearchApplicationSearchRequestParameters : RequestParameters { + /// + /// Determines whether aggregation names are prefixed by their respective types in the response. + /// + public bool? TypedKeys { get => Q("typed_keys"); set => Q("typed_keys", value); } } /// @@ -50,6 +54,12 @@ public SearchApplicationSearchRequest(Elastic.Clients.Elasticsearch.Name name) : internal override string OperationName => "search_application.search"; + /// + /// Determines whether aggregation names are prefixed by their respective types in the response. + /// + [JsonIgnore] + public bool? TypedKeys { get => Q("typed_keys"); set => Q("typed_keys", value); } + /// /// Query parameters specific to this request, which will override any defaults specified in the template. /// @@ -76,6 +86,8 @@ public SearchApplicationSearchRequestDescriptor(Elastic.Clients.Elasticsearch.Na internal override string OperationName => "search_application.search"; + public SearchApplicationSearchRequestDescriptor TypedKeys(bool? typedKeys = true) => Qs("typed_keys", typedKeys); + public SearchApplicationSearchRequestDescriptor Name(Elastic.Clients.Elasticsearch.Name name) { RouteValues.Required("name", name); diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/SearchRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/SearchRequest.g.cs index 130cc7920b5..5297a9563b8 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/SearchRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/SearchRequest.g.cs @@ -296,6 +296,12 @@ public override SearchRequest Read(ref Utf8JsonReader reader, Type typeToConvert continue; } + if (property == "retriever") + { + variant.Retriever = JsonSerializer.Deserialize(ref reader, options); + continue; + } + if (property == "runtime_mappings") { variant.RuntimeMappings = JsonSerializer.Deserialize?>(ref reader, options); @@ -502,6 +508,12 @@ public override void Write(Utf8JsonWriter writer, SearchRequest value, JsonSeria JsonSerializer.Serialize(writer, value.Rescore, options); } + if (value.Retriever is not null) + { + writer.WritePropertyName("retriever"); + JsonSerializer.Serialize(writer, value.Retriever, options); + } + if (value.RuntimeMappings is not null) { writer.WritePropertyName("runtime_mappings"); @@ -908,6 +920,12 @@ public SearchRequest(Elastic.Clients.Elasticsearch.Indices? indices) : base(r => [SingleOrManyCollectionConverter(typeof(Elastic.Clients.Elasticsearch.Core.Search.Rescore))] public ICollection? Rescore { get; set; } + /// + /// A retriever is a specification to describe top documents returned from a search. A retriever replaces other elements of the search API that also return top documents such as query and knn. + /// + [JsonInclude, JsonPropertyName("retriever")] + public Elastic.Clients.Elasticsearch.Retriever? Retriever { get; set; } + /// /// Defines one or more runtime fields in the search request.
These fields take precedence over mapped fields with the same name.
///
@@ -1108,6 +1126,9 @@ public SearchRequestDescriptor Indices(Elastic.Clients.Elasticsearch. private Elastic.Clients.Elasticsearch.Core.Search.RescoreDescriptor RescoreDescriptor { get; set; } private Action> RescoreDescriptorAction { get; set; } private Action>[] RescoreDescriptorActions { get; set; } + private Elastic.Clients.Elasticsearch.Retriever? RetrieverValue { get; set; } + private Elastic.Clients.Elasticsearch.RetrieverDescriptor RetrieverDescriptor { get; set; } + private Action> RetrieverDescriptorAction { get; set; } private IDictionary> RuntimeMappingsValue { get; set; } private IDictionary ScriptFieldsValue { get; set; } private ICollection? SearchAfterValue { get; set; } @@ -1513,6 +1534,33 @@ public SearchRequestDescriptor Rescore(params Action + /// A retriever is a specification to describe top documents returned from a search. A retriever replaces other elements of the search API that also return top documents such as query and knn. + ///
+ public SearchRequestDescriptor Retriever(Elastic.Clients.Elasticsearch.Retriever? retriever) + { + RetrieverDescriptor = null; + RetrieverDescriptorAction = null; + RetrieverValue = retriever; + return Self; + } + + public SearchRequestDescriptor Retriever(Elastic.Clients.Elasticsearch.RetrieverDescriptor descriptor) + { + RetrieverValue = null; + RetrieverDescriptorAction = null; + RetrieverDescriptor = descriptor; + return Self; + } + + public SearchRequestDescriptor Retriever(Action> configure) + { + RetrieverValue = null; + RetrieverDescriptor = null; + RetrieverDescriptorAction = configure; + return Self; + } + /// /// Defines one or more runtime fields in the search request.
These fields take precedence over mapped fields with the same name.
///
@@ -1984,6 +2032,22 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o SingleOrManySerializationHelper.Serialize(RescoreValue, writer, options); } + if (RetrieverDescriptor is not null) + { + writer.WritePropertyName("retriever"); + JsonSerializer.Serialize(writer, RetrieverDescriptor, options); + } + else if (RetrieverDescriptorAction is not null) + { + writer.WritePropertyName("retriever"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.RetrieverDescriptor(RetrieverDescriptorAction), options); + } + else if (RetrieverValue is not null) + { + writer.WritePropertyName("retriever"); + JsonSerializer.Serialize(writer, RetrieverValue, options); + } + if (RuntimeMappingsValue is not null) { writer.WritePropertyName("runtime_mappings"); @@ -2228,6 +2292,9 @@ public SearchRequestDescriptor Indices(Elastic.Clients.Elasticsearch.Indices? in private Elastic.Clients.Elasticsearch.Core.Search.RescoreDescriptor RescoreDescriptor { get; set; } private Action RescoreDescriptorAction { get; set; } private Action[] RescoreDescriptorActions { get; set; } + private Elastic.Clients.Elasticsearch.Retriever? RetrieverValue { get; set; } + private Elastic.Clients.Elasticsearch.RetrieverDescriptor RetrieverDescriptor { get; set; } + private Action RetrieverDescriptorAction { get; set; } private IDictionary RuntimeMappingsValue { get; set; } private IDictionary ScriptFieldsValue { get; set; } private ICollection? SearchAfterValue { get; set; } @@ -2633,6 +2700,33 @@ public SearchRequestDescriptor Rescore(params Action + /// A retriever is a specification to describe top documents returned from a search. A retriever replaces other elements of the search API that also return top documents such as query and knn. + ///
+ public SearchRequestDescriptor Retriever(Elastic.Clients.Elasticsearch.Retriever? retriever) + { + RetrieverDescriptor = null; + RetrieverDescriptorAction = null; + RetrieverValue = retriever; + return Self; + } + + public SearchRequestDescriptor Retriever(Elastic.Clients.Elasticsearch.RetrieverDescriptor descriptor) + { + RetrieverValue = null; + RetrieverDescriptorAction = null; + RetrieverDescriptor = descriptor; + return Self; + } + + public SearchRequestDescriptor Retriever(Action configure) + { + RetrieverValue = null; + RetrieverDescriptor = null; + RetrieverDescriptorAction = configure; + return Self; + } + /// /// Defines one or more runtime fields in the search request.
These fields take precedence over mapped fields with the same name.
///
@@ -3104,6 +3198,22 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o SingleOrManySerializationHelper.Serialize(RescoreValue, writer, options); } + if (RetrieverDescriptor is not null) + { + writer.WritePropertyName("retriever"); + JsonSerializer.Serialize(writer, RetrieverDescriptor, options); + } + else if (RetrieverDescriptorAction is not null) + { + writer.WritePropertyName("retriever"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.RetrieverDescriptor(RetrieverDescriptorAction), options); + } + else if (RetrieverValue is not null) + { + writer.WritePropertyName("retriever"); + JsonSerializer.Serialize(writer, RetrieverValue, options); + } + if (RuntimeMappingsValue is not null) { writer.WritePropertyName("runtime_mappings"); diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.AsyncSearch.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.AsyncSearch.g.cs index 8b9c26acf16..882a3323a6c 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.AsyncSearch.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.AsyncSearch.g.cs @@ -38,8 +38,8 @@ internal AsyncSearchNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteAsyncSearchResponse Delete(DeleteAsyncSearchRequest request) @@ -49,8 +49,8 @@ public virtual DeleteAsyncSearchResponse Delete(DeleteAsyncSearchRequest request } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(DeleteAsyncSearchRequest request, CancellationToken cancellationToken = default) { @@ -59,8 +59,8 @@ public virtual Task DeleteAsync(DeleteAsyncSearchRequ } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteAsyncSearchResponse Delete(DeleteAsyncSearchRequestDescriptor descriptor) @@ -70,8 +70,8 @@ public virtual DeleteAsyncSearchResponse Delete(DeleteAsyncSearchRequ } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteAsyncSearchResponse Delete(Elastic.Clients.Elasticsearch.Id id) @@ -82,8 +82,8 @@ public virtual DeleteAsyncSearchResponse Delete(Elastic.Clients.Elast } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteAsyncSearchResponse Delete(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest) @@ -95,8 +95,8 @@ public virtual DeleteAsyncSearchResponse Delete(Elastic.Clients.Elast } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteAsyncSearchResponse Delete(DeleteAsyncSearchRequestDescriptor descriptor) @@ -106,8 +106,8 @@ public virtual DeleteAsyncSearchResponse Delete(DeleteAsyncSearchRequestDescript } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteAsyncSearchResponse Delete(Elastic.Clients.Elasticsearch.Id id) @@ -118,8 +118,8 @@ public virtual DeleteAsyncSearchResponse Delete(Elastic.Clients.Elasticsearch.Id } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteAsyncSearchResponse Delete(Elastic.Clients.Elasticsearch.Id id, Action configureRequest) @@ -131,8 +131,8 @@ public virtual DeleteAsyncSearchResponse Delete(Elastic.Clients.Elasticsearch.Id } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(DeleteAsyncSearchRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -141,8 +141,8 @@ public virtual Task DeleteAsync(DeleteAsyn } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -152,8 +152,8 @@ public virtual Task DeleteAsync(Elastic.Cl } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -164,8 +164,8 @@ public virtual Task DeleteAsync(Elastic.Cl } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(DeleteAsyncSearchRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -174,8 +174,8 @@ public virtual Task DeleteAsync(DeleteAsyncSearchRequ } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -185,8 +185,8 @@ public virtual Task DeleteAsync(Elastic.Clients.Elast } /// - /// Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes an async search by identifier.
If the search is still running, the search request will be cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) { @@ -197,8 +197,8 @@ public virtual Task DeleteAsync(Elastic.Clients.Elast } /// - /// Retrieves the results of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves the results of a previously submitted async search request given its identifier.
If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetAsyncSearchResponse Get(GetAsyncSearchRequest request) @@ -208,8 +208,8 @@ public virtual GetAsyncSearchResponse Get(GetAsyncSearchRe } /// - /// Retrieves the results of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves the results of a previously submitted async search request given its identifier.
If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> GetAsync(GetAsyncSearchRequest request, CancellationToken cancellationToken = default) { @@ -218,8 +218,8 @@ public virtual Task> GetAsync(GetAs } /// - /// Retrieves the results of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves the results of a previously submitted async search request given its identifier.
If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetAsyncSearchResponse Get(GetAsyncSearchRequestDescriptor descriptor) @@ -229,8 +229,8 @@ public virtual GetAsyncSearchResponse Get(GetAsyncSearchRe } /// - /// Retrieves the results of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves the results of a previously submitted async search request given its identifier.
If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetAsyncSearchResponse Get(Elastic.Clients.Elasticsearch.Id id) @@ -241,8 +241,8 @@ public virtual GetAsyncSearchResponse Get(Elastic.Clients. } /// - /// Retrieves the results of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves the results of a previously submitted async search request given its identifier.
If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetAsyncSearchResponse Get(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest) @@ -254,8 +254,8 @@ public virtual GetAsyncSearchResponse Get(Elastic.Clients. } /// - /// Retrieves the results of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves the results of a previously submitted async search request given its identifier.
If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> GetAsync(GetAsyncSearchRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -264,8 +264,8 @@ public virtual Task> GetAsync(GetAs } /// - /// Retrieves the results of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves the results of a previously submitted async search request given its identifier.
If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> GetAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -275,8 +275,8 @@ public virtual Task> GetAsync(Elast } /// - /// Retrieves the results of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves the results of a previously submitted async search request given its identifier.
If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> GetAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -287,8 +287,8 @@ public virtual Task> GetAsync(Elast } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AsyncSearchStatusResponse Status(AsyncSearchStatusRequest request) @@ -298,8 +298,8 @@ public virtual AsyncSearchStatusResponse Status(AsyncSearchStatusRequest request } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(AsyncSearchStatusRequest request, CancellationToken cancellationToken = default) { @@ -308,8 +308,8 @@ public virtual Task StatusAsync(AsyncSearchStatusRequ } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AsyncSearchStatusResponse Status(AsyncSearchStatusRequestDescriptor descriptor) @@ -319,8 +319,8 @@ public virtual AsyncSearchStatusResponse Status(AsyncSearchStatusRequ } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AsyncSearchStatusResponse Status(Elastic.Clients.Elasticsearch.Id id) @@ -331,8 +331,8 @@ public virtual AsyncSearchStatusResponse Status(Elastic.Clients.Elast } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AsyncSearchStatusResponse Status(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest) @@ -344,8 +344,8 @@ public virtual AsyncSearchStatusResponse Status(Elastic.Clients.Elast } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AsyncSearchStatusResponse Status(AsyncSearchStatusRequestDescriptor descriptor) @@ -355,8 +355,8 @@ public virtual AsyncSearchStatusResponse Status(AsyncSearchStatusRequestDescript } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AsyncSearchStatusResponse Status(Elastic.Clients.Elasticsearch.Id id) @@ -367,8 +367,8 @@ public virtual AsyncSearchStatusResponse Status(Elastic.Clients.Elasticsearch.Id } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AsyncSearchStatusResponse Status(Elastic.Clients.Elasticsearch.Id id, Action configureRequest) @@ -380,8 +380,8 @@ public virtual AsyncSearchStatusResponse Status(Elastic.Clients.Elasticsearch.Id } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(AsyncSearchStatusRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -390,8 +390,8 @@ public virtual Task StatusAsync(AsyncSearc } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -401,8 +401,8 @@ public virtual Task StatusAsync(Elastic.Cl } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -413,8 +413,8 @@ public virtual Task StatusAsync(Elastic.Cl } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(AsyncSearchStatusRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -423,8 +423,8 @@ public virtual Task StatusAsync(AsyncSearchStatusRequ } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -434,8 +434,8 @@ public virtual Task StatusAsync(Elastic.Clients.Elast } /// - /// Retrieves the status of a previously submitted async search request given its ID. - /// Learn more about this API in the Elasticsearch documentation. + /// Get async search status
Retrieves the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatusAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) { @@ -446,8 +446,8 @@ public virtual Task StatusAsync(Elastic.Clients.Elast } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual SubmitAsyncSearchResponse Submit(SubmitAsyncSearchRequest request) @@ -457,8 +457,8 @@ public virtual SubmitAsyncSearchResponse Submit(SubmitAsyn } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SubmitAsync(SubmitAsyncSearchRequest request, CancellationToken cancellationToken = default) { @@ -467,8 +467,8 @@ public virtual Task> SubmitAsync } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual SubmitAsyncSearchResponse Submit(SubmitAsyncSearchRequestDescriptor descriptor) @@ -478,8 +478,8 @@ public virtual SubmitAsyncSearchResponse Submit(SubmitAsyn } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual SubmitAsyncSearchResponse Submit(Elastic.Clients.Elasticsearch.Indices? indices) @@ -490,8 +490,8 @@ public virtual SubmitAsyncSearchResponse Submit(Elastic.Cl } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual SubmitAsyncSearchResponse Submit(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest) @@ -503,8 +503,8 @@ public virtual SubmitAsyncSearchResponse Submit(Elastic.Cl } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual SubmitAsyncSearchResponse Submit() @@ -515,8 +515,8 @@ public virtual SubmitAsyncSearchResponse Submit() } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual SubmitAsyncSearchResponse Submit(Action> configureRequest) @@ -528,8 +528,8 @@ public virtual SubmitAsyncSearchResponse Submit(Action - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SubmitAsync(SubmitAsyncSearchRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -538,8 +538,8 @@ public virtual Task> SubmitAsync } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SubmitAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) { @@ -549,8 +549,8 @@ public virtual Task> SubmitAsync } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SubmitAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -561,8 +561,8 @@ public virtual Task> SubmitAsync } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SubmitAsync(CancellationToken cancellationToken = default) { @@ -572,8 +572,8 @@ public virtual Task> SubmitAsync } /// - /// Executes a search request asynchronously. - /// Learn more about this API in the Elasticsearch documentation. + /// Runs a search request asynchronously.
When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
Warning: Async search does not support scroll nor search requests that only include the suggest section.
By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SubmitAsync(Action> configureRequest, CancellationToken cancellationToken = default) { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ccr.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ccr.g.cs index 5d45759634f..5c852ca0820 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ccr.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ccr.g.cs @@ -39,7 +39,7 @@ internal CrossClusterReplicationNamespacedClient(ElasticsearchClient client) : b /// /// Deletes auto-follow patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteAutoFollowPatternResponse DeleteAutoFollowPattern(DeleteAutoFollowPatternRequest request) @@ -50,7 +50,7 @@ public virtual DeleteAutoFollowPatternResponse DeleteAutoFollowPattern(DeleteAut /// /// Deletes auto-follow patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAutoFollowPatternAsync(DeleteAutoFollowPatternRequest request, CancellationToken cancellationToken = default) { @@ -60,7 +60,7 @@ public virtual Task DeleteAutoFollowPatternAsyn /// /// Deletes auto-follow patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteAutoFollowPatternResponse DeleteAutoFollowPattern(DeleteAutoFollowPatternRequestDescriptor descriptor) @@ -71,7 +71,7 @@ public virtual DeleteAutoFollowPatternResponse DeleteAutoFollowPattern(DeleteAut /// /// Deletes auto-follow patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteAutoFollowPatternResponse DeleteAutoFollowPattern(Elastic.Clients.Elasticsearch.Name name) @@ -83,7 +83,7 @@ public virtual DeleteAutoFollowPatternResponse DeleteAutoFollowPattern(Elastic.C /// /// Deletes auto-follow patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteAutoFollowPatternResponse DeleteAutoFollowPattern(Elastic.Clients.Elasticsearch.Name name, Action configureRequest) @@ -96,7 +96,7 @@ public virtual DeleteAutoFollowPatternResponse DeleteAutoFollowPattern(Elastic.C /// /// Deletes auto-follow patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAutoFollowPatternAsync(DeleteAutoFollowPatternRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -106,7 +106,7 @@ public virtual Task DeleteAutoFollowPatternAsyn /// /// Deletes auto-follow patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAutoFollowPatternAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) { @@ -117,7 +117,7 @@ public virtual Task DeleteAutoFollowPatternAsyn /// /// Deletes auto-follow patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAutoFollowPatternAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -129,7 +129,7 @@ public virtual Task DeleteAutoFollowPatternAsyn /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowResponse Follow(FollowRequest request) @@ -140,7 +140,7 @@ public virtual FollowResponse Follow(FollowRequest request) /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowAsync(FollowRequest request, CancellationToken cancellationToken = default) { @@ -150,7 +150,7 @@ public virtual Task FollowAsync(FollowRequest request, Cancellat /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowResponse Follow(FollowRequestDescriptor descriptor) @@ -161,7 +161,7 @@ public virtual FollowResponse Follow(FollowRequestDescriptor /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowResponse Follow(Elastic.Clients.Elasticsearch.IndexName index) @@ -173,7 +173,7 @@ public virtual FollowResponse Follow(Elastic.Clients.Elasticsearch.In /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowResponse Follow(Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest) @@ -186,7 +186,7 @@ public virtual FollowResponse Follow(Elastic.Clients.Elasticsearch.In /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowResponse Follow() @@ -198,7 +198,7 @@ public virtual FollowResponse Follow() /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowResponse Follow(Action> configureRequest) @@ -211,7 +211,7 @@ public virtual FollowResponse Follow(Action /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowResponse Follow(FollowRequestDescriptor descriptor) @@ -222,7 +222,7 @@ public virtual FollowResponse Follow(FollowRequestDescriptor descriptor) /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowResponse Follow(Elastic.Clients.Elasticsearch.IndexName index) @@ -234,7 +234,7 @@ public virtual FollowResponse Follow(Elastic.Clients.Elasticsearch.IndexName ind /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowResponse Follow(Elastic.Clients.Elasticsearch.IndexName index, Action configureRequest) @@ -247,7 +247,7 @@ public virtual FollowResponse Follow(Elastic.Clients.Elasticsearch.IndexName ind /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowAsync(FollowRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -257,7 +257,7 @@ public virtual Task FollowAsync(FollowRequestDescript /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowAsync(Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) { @@ -268,7 +268,7 @@ public virtual Task FollowAsync(Elastic.Clients.Elast /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowAsync(Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -280,7 +280,7 @@ public virtual Task FollowAsync(Elastic.Clients.Elast /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowAsync(CancellationToken cancellationToken = default) { @@ -291,7 +291,7 @@ public virtual Task FollowAsync(CancellationToken can /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -303,7 +303,7 @@ public virtual Task FollowAsync(Action /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowAsync(FollowRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -313,7 +313,7 @@ public virtual Task FollowAsync(FollowRequestDescriptor descript /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowAsync(Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) { @@ -324,7 +324,7 @@ public virtual Task FollowAsync(Elastic.Clients.Elasticsearch.In /// /// Creates a new follower index configured to follow the referenced leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowAsync(Elastic.Clients.Elasticsearch.IndexName index, Action configureRequest, CancellationToken cancellationToken = default) { @@ -336,7 +336,7 @@ public virtual Task FollowAsync(Elastic.Clients.Elasticsearch.In /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowInfoResponse FollowInfo(FollowInfoRequest request) @@ -347,7 +347,7 @@ public virtual FollowInfoResponse FollowInfo(FollowInfoRequest request) /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowInfoAsync(FollowInfoRequest request, CancellationToken cancellationToken = default) { @@ -357,7 +357,7 @@ public virtual Task FollowInfoAsync(FollowInfoRequest reques /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowInfoResponse FollowInfo(FollowInfoRequestDescriptor descriptor) @@ -368,7 +368,7 @@ public virtual FollowInfoResponse FollowInfo(FollowInfoRequestDescrip /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowInfoResponse FollowInfo(Elastic.Clients.Elasticsearch.Indices indices) @@ -380,7 +380,7 @@ public virtual FollowInfoResponse FollowInfo(Elastic.Clients.Elastics /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowInfoResponse FollowInfo(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest) @@ -393,7 +393,7 @@ public virtual FollowInfoResponse FollowInfo(Elastic.Clients.Elastics /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowInfoResponse FollowInfo() @@ -405,7 +405,7 @@ public virtual FollowInfoResponse FollowInfo() /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowInfoResponse FollowInfo(Action> configureRequest) @@ -418,7 +418,7 @@ public virtual FollowInfoResponse FollowInfo(Action /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowInfoResponse FollowInfo(FollowInfoRequestDescriptor descriptor) @@ -429,7 +429,7 @@ public virtual FollowInfoResponse FollowInfo(FollowInfoRequestDescriptor descrip /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowInfoResponse FollowInfo(Elastic.Clients.Elasticsearch.Indices indices) @@ -441,7 +441,7 @@ public virtual FollowInfoResponse FollowInfo(Elastic.Clients.Elasticsearch.Indic /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowInfoResponse FollowInfo(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest) @@ -454,7 +454,7 @@ public virtual FollowInfoResponse FollowInfo(Elastic.Clients.Elasticsearch.Indic /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowInfoAsync(FollowInfoRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -464,7 +464,7 @@ public virtual Task FollowInfoAsync(FollowInfoReq /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowInfoAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) { @@ -475,7 +475,7 @@ public virtual Task FollowInfoAsync(Elastic.Clien /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowInfoAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -487,7 +487,7 @@ public virtual Task FollowInfoAsync(Elastic.Clien /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowInfoAsync(CancellationToken cancellationToken = default) { @@ -498,7 +498,7 @@ public virtual Task FollowInfoAsync(CancellationT /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowInfoAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -510,7 +510,7 @@ public virtual Task FollowInfoAsync(Action /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowInfoAsync(FollowInfoRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -520,7 +520,7 @@ public virtual Task FollowInfoAsync(FollowInfoRequestDescrip /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowInfoAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) { @@ -531,7 +531,7 @@ public virtual Task FollowInfoAsync(Elastic.Clients.Elastics /// /// Retrieves information about all follower indices, including parameters and status for each follower index - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowInfoAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) { @@ -543,7 +543,7 @@ public virtual Task FollowInfoAsync(Elastic.Clients.Elastics /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowStatsResponse FollowStats(FollowStatsRequest request) @@ -554,7 +554,7 @@ public virtual FollowStatsResponse FollowStats(FollowStatsRequest request) /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowStatsAsync(FollowStatsRequest request, CancellationToken cancellationToken = default) { @@ -564,7 +564,7 @@ public virtual Task FollowStatsAsync(FollowStatsRequest req /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowStatsResponse FollowStats(FollowStatsRequestDescriptor descriptor) @@ -575,7 +575,7 @@ public virtual FollowStatsResponse FollowStats(FollowStatsRequestDesc /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowStatsResponse FollowStats(Elastic.Clients.Elasticsearch.Indices indices) @@ -587,7 +587,7 @@ public virtual FollowStatsResponse FollowStats(Elastic.Clients.Elasti /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowStatsResponse FollowStats(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest) @@ -600,7 +600,7 @@ public virtual FollowStatsResponse FollowStats(Elastic.Clients.Elasti /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowStatsResponse FollowStats() @@ -612,7 +612,7 @@ public virtual FollowStatsResponse FollowStats() /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowStatsResponse FollowStats(Action> configureRequest) @@ -625,7 +625,7 @@ public virtual FollowStatsResponse FollowStats(Action /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowStatsResponse FollowStats(FollowStatsRequestDescriptor descriptor) @@ -636,7 +636,7 @@ public virtual FollowStatsResponse FollowStats(FollowStatsRequestDescriptor desc /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowStatsResponse FollowStats(Elastic.Clients.Elasticsearch.Indices indices) @@ -648,7 +648,7 @@ public virtual FollowStatsResponse FollowStats(Elastic.Clients.Elasticsearch.Ind /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FollowStatsResponse FollowStats(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest) @@ -661,7 +661,7 @@ public virtual FollowStatsResponse FollowStats(Elastic.Clients.Elasticsearch.Ind /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowStatsAsync(FollowStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -671,7 +671,7 @@ public virtual Task FollowStatsAsync(FollowStats /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowStatsAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) { @@ -682,7 +682,7 @@ public virtual Task FollowStatsAsync(Elastic.Cli /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowStatsAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -694,7 +694,7 @@ public virtual Task FollowStatsAsync(Elastic.Cli /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowStatsAsync(CancellationToken cancellationToken = default) { @@ -705,7 +705,7 @@ public virtual Task FollowStatsAsync(Cancellatio /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowStatsAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -717,7 +717,7 @@ public virtual Task FollowStatsAsync(Action /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowStatsAsync(FollowStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -727,7 +727,7 @@ public virtual Task FollowStatsAsync(FollowStatsRequestDesc /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowStatsAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) { @@ -738,7 +738,7 @@ public virtual Task FollowStatsAsync(Elastic.Clients.Elasti /// /// Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FollowStatsAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) { @@ -750,7 +750,7 @@ public virtual Task FollowStatsAsync(Elastic.Clients.Elasti /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ForgetFollowerResponse ForgetFollower(ForgetFollowerRequest request) @@ -761,7 +761,7 @@ public virtual ForgetFollowerResponse ForgetFollower(ForgetFollowerRequest reque /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ForgetFollowerAsync(ForgetFollowerRequest request, CancellationToken cancellationToken = default) { @@ -771,7 +771,7 @@ public virtual Task ForgetFollowerAsync(ForgetFollowerRe /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ForgetFollowerResponse ForgetFollower(ForgetFollowerRequestDescriptor descriptor) @@ -782,7 +782,7 @@ public virtual ForgetFollowerResponse ForgetFollower(ForgetFollowerRe /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ForgetFollowerResponse ForgetFollower(Elastic.Clients.Elasticsearch.IndexName index) @@ -794,7 +794,7 @@ public virtual ForgetFollowerResponse ForgetFollower(Elastic.Clients. /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ForgetFollowerResponse ForgetFollower(Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest) @@ -807,7 +807,7 @@ public virtual ForgetFollowerResponse ForgetFollower(Elastic.Clients. /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ForgetFollowerResponse ForgetFollower() @@ -819,7 +819,7 @@ public virtual ForgetFollowerResponse ForgetFollower() /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ForgetFollowerResponse ForgetFollower(Action> configureRequest) @@ -832,7 +832,7 @@ public virtual ForgetFollowerResponse ForgetFollower(Action /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ForgetFollowerResponse ForgetFollower(ForgetFollowerRequestDescriptor descriptor) @@ -843,7 +843,7 @@ public virtual ForgetFollowerResponse ForgetFollower(ForgetFollowerRequestDescri /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ForgetFollowerResponse ForgetFollower(Elastic.Clients.Elasticsearch.IndexName index) @@ -855,7 +855,7 @@ public virtual ForgetFollowerResponse ForgetFollower(Elastic.Clients.Elasticsear /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ForgetFollowerResponse ForgetFollower(Elastic.Clients.Elasticsearch.IndexName index, Action configureRequest) @@ -868,7 +868,7 @@ public virtual ForgetFollowerResponse ForgetFollower(Elastic.Clients.Elasticsear /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ForgetFollowerAsync(ForgetFollowerRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -878,7 +878,7 @@ public virtual Task ForgetFollowerAsync(Forge /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ForgetFollowerAsync(Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) { @@ -889,7 +889,7 @@ public virtual Task ForgetFollowerAsync(Elast /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ForgetFollowerAsync(Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -901,7 +901,7 @@ public virtual Task ForgetFollowerAsync(Elast /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ForgetFollowerAsync(CancellationToken cancellationToken = default) { @@ -912,7 +912,7 @@ public virtual Task ForgetFollowerAsync(Cance /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ForgetFollowerAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -924,7 +924,7 @@ public virtual Task ForgetFollowerAsync(Actio /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ForgetFollowerAsync(ForgetFollowerRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -934,7 +934,7 @@ public virtual Task ForgetFollowerAsync(ForgetFollowerRe /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ForgetFollowerAsync(Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) { @@ -945,7 +945,7 @@ public virtual Task ForgetFollowerAsync(Elastic.Clients. /// /// Removes the follower retention leases from the leader. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ForgetFollowerAsync(Elastic.Clients.Elasticsearch.IndexName index, Action configureRequest, CancellationToken cancellationToken = default) { @@ -957,7 +957,7 @@ public virtual Task ForgetFollowerAsync(Elastic.Clients. /// /// Gets configured auto-follow patterns. Returns the specified auto-follow pattern collection. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetAutoFollowPatternResponse GetAutoFollowPattern(GetAutoFollowPatternRequest request) @@ -968,7 +968,7 @@ public virtual GetAutoFollowPatternResponse GetAutoFollowPattern(GetAutoFollowPa /// /// Gets configured auto-follow patterns. Returns the specified auto-follow pattern collection. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAutoFollowPatternAsync(GetAutoFollowPatternRequest request, CancellationToken cancellationToken = default) { @@ -978,7 +978,7 @@ public virtual Task GetAutoFollowPatternAsync(GetA /// /// Gets configured auto-follow patterns. Returns the specified auto-follow pattern collection. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetAutoFollowPatternResponse GetAutoFollowPattern(GetAutoFollowPatternRequestDescriptor descriptor) @@ -989,7 +989,7 @@ public virtual GetAutoFollowPatternResponse GetAutoFollowPattern(GetAutoFollowPa /// /// Gets configured auto-follow patterns. Returns the specified auto-follow pattern collection. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetAutoFollowPatternResponse GetAutoFollowPattern(Elastic.Clients.Elasticsearch.Name? name) @@ -1001,7 +1001,7 @@ public virtual GetAutoFollowPatternResponse GetAutoFollowPattern(Elastic.Clients /// /// Gets configured auto-follow patterns. Returns the specified auto-follow pattern collection. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetAutoFollowPatternResponse GetAutoFollowPattern(Elastic.Clients.Elasticsearch.Name? name, Action configureRequest) @@ -1014,7 +1014,7 @@ public virtual GetAutoFollowPatternResponse GetAutoFollowPattern(Elastic.Clients /// /// Gets configured auto-follow patterns. Returns the specified auto-follow pattern collection. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetAutoFollowPatternResponse GetAutoFollowPattern() @@ -1026,7 +1026,7 @@ public virtual GetAutoFollowPatternResponse GetAutoFollowPattern() /// /// Gets configured auto-follow patterns. Returns the specified auto-follow pattern collection. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetAutoFollowPatternResponse GetAutoFollowPattern(Action configureRequest) @@ -1039,7 +1039,7 @@ public virtual GetAutoFollowPatternResponse GetAutoFollowPattern(Action /// Gets configured auto-follow patterns. Returns the specified auto-follow pattern collection. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAutoFollowPatternAsync(GetAutoFollowPatternRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1049,7 +1049,7 @@ public virtual Task GetAutoFollowPatternAsync(GetA /// /// Gets configured auto-follow patterns. Returns the specified auto-follow pattern collection. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAutoFollowPatternAsync(Elastic.Clients.Elasticsearch.Name? name, CancellationToken cancellationToken = default) { @@ -1060,7 +1060,7 @@ public virtual Task GetAutoFollowPatternAsync(Elas /// /// Gets configured auto-follow patterns. Returns the specified auto-follow pattern collection. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAutoFollowPatternAsync(Elastic.Clients.Elasticsearch.Name? name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -1072,7 +1072,7 @@ public virtual Task GetAutoFollowPatternAsync(Elas /// /// Gets configured auto-follow patterns. Returns the specified auto-follow pattern collection. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAutoFollowPatternAsync(CancellationToken cancellationToken = default) { @@ -1083,7 +1083,7 @@ public virtual Task GetAutoFollowPatternAsync(Canc /// /// Gets configured auto-follow patterns. Returns the specified auto-follow pattern collection. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAutoFollowPatternAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -1095,7 +1095,7 @@ public virtual Task GetAutoFollowPatternAsync(Acti /// /// Pauses an auto-follow pattern - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PauseAutoFollowPatternResponse PauseAutoFollowPattern(PauseAutoFollowPatternRequest request) @@ -1106,7 +1106,7 @@ public virtual PauseAutoFollowPatternResponse PauseAutoFollowPattern(PauseAutoFo /// /// Pauses an auto-follow pattern - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PauseAutoFollowPatternAsync(PauseAutoFollowPatternRequest request, CancellationToken cancellationToken = default) { @@ -1116,7 +1116,7 @@ public virtual Task PauseAutoFollowPatternAsync( /// /// Pauses an auto-follow pattern - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PauseAutoFollowPatternResponse PauseAutoFollowPattern(PauseAutoFollowPatternRequestDescriptor descriptor) @@ -1127,7 +1127,7 @@ public virtual PauseAutoFollowPatternResponse PauseAutoFollowPattern(PauseAutoFo /// /// Pauses an auto-follow pattern - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PauseAutoFollowPatternResponse PauseAutoFollowPattern(Elastic.Clients.Elasticsearch.Name name) @@ -1139,7 +1139,7 @@ public virtual PauseAutoFollowPatternResponse PauseAutoFollowPattern(Elastic.Cli /// /// Pauses an auto-follow pattern - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PauseAutoFollowPatternResponse PauseAutoFollowPattern(Elastic.Clients.Elasticsearch.Name name, Action configureRequest) @@ -1152,7 +1152,7 @@ public virtual PauseAutoFollowPatternResponse PauseAutoFollowPattern(Elastic.Cli /// /// Pauses an auto-follow pattern - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PauseAutoFollowPatternAsync(PauseAutoFollowPatternRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1162,7 +1162,7 @@ public virtual Task PauseAutoFollowPatternAsync( /// /// Pauses an auto-follow pattern - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PauseAutoFollowPatternAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) { @@ -1173,7 +1173,7 @@ public virtual Task PauseAutoFollowPatternAsync( /// /// Pauses an auto-follow pattern - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PauseAutoFollowPatternAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -1185,7 +1185,7 @@ public virtual Task PauseAutoFollowPatternAsync( /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PauseFollowResponse PauseFollow(PauseFollowRequest request) @@ -1196,7 +1196,7 @@ public virtual PauseFollowResponse PauseFollow(PauseFollowRequest request) /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PauseFollowAsync(PauseFollowRequest request, CancellationToken cancellationToken = default) { @@ -1206,7 +1206,7 @@ public virtual Task PauseFollowAsync(PauseFollowRequest req /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PauseFollowResponse PauseFollow(PauseFollowRequestDescriptor descriptor) @@ -1217,7 +1217,7 @@ public virtual PauseFollowResponse PauseFollow(PauseFollowRequestDesc /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PauseFollowResponse PauseFollow(Elastic.Clients.Elasticsearch.IndexName index) @@ -1229,7 +1229,7 @@ public virtual PauseFollowResponse PauseFollow(Elastic.Clients.Elasti /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PauseFollowResponse PauseFollow(Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest) @@ -1242,7 +1242,7 @@ public virtual PauseFollowResponse PauseFollow(Elastic.Clients.Elasti /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PauseFollowResponse PauseFollow() @@ -1254,7 +1254,7 @@ public virtual PauseFollowResponse PauseFollow() /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PauseFollowResponse PauseFollow(Action> configureRequest) @@ -1267,7 +1267,7 @@ public virtual PauseFollowResponse PauseFollow(Action /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PauseFollowResponse PauseFollow(PauseFollowRequestDescriptor descriptor) @@ -1278,7 +1278,7 @@ public virtual PauseFollowResponse PauseFollow(PauseFollowRequestDescriptor desc /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PauseFollowResponse PauseFollow(Elastic.Clients.Elasticsearch.IndexName index) @@ -1290,7 +1290,7 @@ public virtual PauseFollowResponse PauseFollow(Elastic.Clients.Elasticsearch.Ind /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PauseFollowResponse PauseFollow(Elastic.Clients.Elasticsearch.IndexName index, Action configureRequest) @@ -1303,7 +1303,7 @@ public virtual PauseFollowResponse PauseFollow(Elastic.Clients.Elasticsearch.Ind /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PauseFollowAsync(PauseFollowRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1313,7 +1313,7 @@ public virtual Task PauseFollowAsync(PauseFollow /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PauseFollowAsync(Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) { @@ -1324,7 +1324,7 @@ public virtual Task PauseFollowAsync(Elastic.Cli /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PauseFollowAsync(Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -1336,7 +1336,7 @@ public virtual Task PauseFollowAsync(Elastic.Cli /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PauseFollowAsync(CancellationToken cancellationToken = default) { @@ -1347,7 +1347,7 @@ public virtual Task PauseFollowAsync(Cancellatio /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PauseFollowAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -1359,7 +1359,7 @@ public virtual Task PauseFollowAsync(Action /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PauseFollowAsync(PauseFollowRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1369,7 +1369,7 @@ public virtual Task PauseFollowAsync(PauseFollowRequestDesc /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PauseFollowAsync(Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) { @@ -1380,7 +1380,7 @@ public virtual Task PauseFollowAsync(Elastic.Clients.Elasti /// /// Pauses a follower index. The follower index will not fetch any additional operations from the leader index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PauseFollowAsync(Elastic.Clients.Elasticsearch.IndexName index, Action configureRequest, CancellationToken cancellationToken = default) { @@ -1392,7 +1392,7 @@ public virtual Task PauseFollowAsync(Elastic.Clients.Elasti /// /// Creates a new named collection of auto-follow patterns against a specified remote cluster. Newly created indices on the remote cluster matching any of the specified patterns will be automatically configured as follower indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutAutoFollowPatternResponse PutAutoFollowPattern(PutAutoFollowPatternRequest request) @@ -1403,7 +1403,7 @@ public virtual PutAutoFollowPatternResponse PutAutoFollowPattern(PutAutoFollowPa /// /// Creates a new named collection of auto-follow patterns against a specified remote cluster. Newly created indices on the remote cluster matching any of the specified patterns will be automatically configured as follower indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAutoFollowPatternAsync(PutAutoFollowPatternRequest request, CancellationToken cancellationToken = default) { @@ -1413,7 +1413,7 @@ public virtual Task PutAutoFollowPatternAsync(PutA /// /// Creates a new named collection of auto-follow patterns against a specified remote cluster. Newly created indices on the remote cluster matching any of the specified patterns will be automatically configured as follower indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutAutoFollowPatternResponse PutAutoFollowPattern(PutAutoFollowPatternRequestDescriptor descriptor) @@ -1424,7 +1424,7 @@ public virtual PutAutoFollowPatternResponse PutAutoFollowPattern(PutAutoFollowPa /// /// Creates a new named collection of auto-follow patterns against a specified remote cluster. Newly created indices on the remote cluster matching any of the specified patterns will be automatically configured as follower indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutAutoFollowPatternResponse PutAutoFollowPattern(Elastic.Clients.Elasticsearch.Name name) @@ -1436,7 +1436,7 @@ public virtual PutAutoFollowPatternResponse PutAutoFollowPattern(Elastic.Clients /// /// Creates a new named collection of auto-follow patterns against a specified remote cluster. Newly created indices on the remote cluster matching any of the specified patterns will be automatically configured as follower indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutAutoFollowPatternResponse PutAutoFollowPattern(Elastic.Clients.Elasticsearch.Name name, Action configureRequest) @@ -1449,7 +1449,7 @@ public virtual PutAutoFollowPatternResponse PutAutoFollowPattern(Elastic.Clients /// /// Creates a new named collection of auto-follow patterns against a specified remote cluster. Newly created indices on the remote cluster matching any of the specified patterns will be automatically configured as follower indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAutoFollowPatternAsync(PutAutoFollowPatternRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1459,7 +1459,7 @@ public virtual Task PutAutoFollowPatternAsync(PutA /// /// Creates a new named collection of auto-follow patterns against a specified remote cluster. Newly created indices on the remote cluster matching any of the specified patterns will be automatically configured as follower indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAutoFollowPatternAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) { @@ -1470,7 +1470,7 @@ public virtual Task PutAutoFollowPatternAsync(Elas /// /// Creates a new named collection of auto-follow patterns against a specified remote cluster. Newly created indices on the remote cluster matching any of the specified patterns will be automatically configured as follower indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAutoFollowPatternAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -1482,7 +1482,7 @@ public virtual Task PutAutoFollowPatternAsync(Elas /// /// Resumes an auto-follow pattern that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ResumeAutoFollowPatternResponse ResumeAutoFollowPattern(ResumeAutoFollowPatternRequest request) @@ -1493,7 +1493,7 @@ public virtual ResumeAutoFollowPatternResponse ResumeAutoFollowPattern(ResumeAut /// /// Resumes an auto-follow pattern that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResumeAutoFollowPatternAsync(ResumeAutoFollowPatternRequest request, CancellationToken cancellationToken = default) { @@ -1503,7 +1503,7 @@ public virtual Task ResumeAutoFollowPatternAsyn /// /// Resumes an auto-follow pattern that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ResumeAutoFollowPatternResponse ResumeAutoFollowPattern(ResumeAutoFollowPatternRequestDescriptor descriptor) @@ -1514,7 +1514,7 @@ public virtual ResumeAutoFollowPatternResponse ResumeAutoFollowPattern(ResumeAut /// /// Resumes an auto-follow pattern that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ResumeAutoFollowPatternResponse ResumeAutoFollowPattern(Elastic.Clients.Elasticsearch.Name name) @@ -1526,7 +1526,7 @@ public virtual ResumeAutoFollowPatternResponse ResumeAutoFollowPattern(Elastic.C /// /// Resumes an auto-follow pattern that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ResumeAutoFollowPatternResponse ResumeAutoFollowPattern(Elastic.Clients.Elasticsearch.Name name, Action configureRequest) @@ -1539,7 +1539,7 @@ public virtual ResumeAutoFollowPatternResponse ResumeAutoFollowPattern(Elastic.C /// /// Resumes an auto-follow pattern that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResumeAutoFollowPatternAsync(ResumeAutoFollowPatternRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1549,7 +1549,7 @@ public virtual Task ResumeAutoFollowPatternAsyn /// /// Resumes an auto-follow pattern that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResumeAutoFollowPatternAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) { @@ -1560,7 +1560,7 @@ public virtual Task ResumeAutoFollowPatternAsyn /// /// Resumes an auto-follow pattern that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResumeAutoFollowPatternAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -1572,7 +1572,7 @@ public virtual Task ResumeAutoFollowPatternAsyn /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ResumeFollowResponse ResumeFollow(ResumeFollowRequest request) @@ -1583,7 +1583,7 @@ public virtual ResumeFollowResponse ResumeFollow(ResumeFollowRequest request) /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResumeFollowAsync(ResumeFollowRequest request, CancellationToken cancellationToken = default) { @@ -1593,7 +1593,7 @@ public virtual Task ResumeFollowAsync(ResumeFollowRequest /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ResumeFollowResponse ResumeFollow(ResumeFollowRequestDescriptor descriptor) @@ -1604,7 +1604,7 @@ public virtual ResumeFollowResponse ResumeFollow(ResumeFollowRequestD /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ResumeFollowResponse ResumeFollow(Elastic.Clients.Elasticsearch.IndexName index) @@ -1616,7 +1616,7 @@ public virtual ResumeFollowResponse ResumeFollow(Elastic.Clients.Elas /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ResumeFollowResponse ResumeFollow(Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest) @@ -1629,7 +1629,7 @@ public virtual ResumeFollowResponse ResumeFollow(Elastic.Clients.Elas /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ResumeFollowResponse ResumeFollow() @@ -1641,7 +1641,7 @@ public virtual ResumeFollowResponse ResumeFollow() /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ResumeFollowResponse ResumeFollow(Action> configureRequest) @@ -1654,7 +1654,7 @@ public virtual ResumeFollowResponse ResumeFollow(Action /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ResumeFollowResponse ResumeFollow(ResumeFollowRequestDescriptor descriptor) @@ -1665,7 +1665,7 @@ public virtual ResumeFollowResponse ResumeFollow(ResumeFollowRequestDescriptor d /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ResumeFollowResponse ResumeFollow(Elastic.Clients.Elasticsearch.IndexName index) @@ -1677,7 +1677,7 @@ public virtual ResumeFollowResponse ResumeFollow(Elastic.Clients.Elasticsearch.I /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ResumeFollowResponse ResumeFollow(Elastic.Clients.Elasticsearch.IndexName index, Action configureRequest) @@ -1690,7 +1690,7 @@ public virtual ResumeFollowResponse ResumeFollow(Elastic.Clients.Elasticsearch.I /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResumeFollowAsync(ResumeFollowRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1700,7 +1700,7 @@ public virtual Task ResumeFollowAsync(ResumeFol /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResumeFollowAsync(Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) { @@ -1711,7 +1711,7 @@ public virtual Task ResumeFollowAsync(Elastic.C /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResumeFollowAsync(Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -1723,7 +1723,7 @@ public virtual Task ResumeFollowAsync(Elastic.C /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResumeFollowAsync(CancellationToken cancellationToken = default) { @@ -1734,7 +1734,7 @@ public virtual Task ResumeFollowAsync(Cancellat /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResumeFollowAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -1746,7 +1746,7 @@ public virtual Task ResumeFollowAsync(Action /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResumeFollowAsync(ResumeFollowRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1756,7 +1756,7 @@ public virtual Task ResumeFollowAsync(ResumeFollowRequestD /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResumeFollowAsync(Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) { @@ -1767,7 +1767,7 @@ public virtual Task ResumeFollowAsync(Elastic.Clients.Elas /// /// Resumes a follower index that has been paused - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ResumeFollowAsync(Elastic.Clients.Elasticsearch.IndexName index, Action configureRequest, CancellationToken cancellationToken = default) { @@ -1779,7 +1779,7 @@ public virtual Task ResumeFollowAsync(Elastic.Clients.Elas /// /// Gets all stats related to cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CcrStatsResponse Stats(CcrStatsRequest request) @@ -1790,7 +1790,7 @@ public virtual CcrStatsResponse Stats(CcrStatsRequest request) /// /// Gets all stats related to cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(CcrStatsRequest request, CancellationToken cancellationToken = default) { @@ -1800,7 +1800,7 @@ public virtual Task StatsAsync(CcrStatsRequest request, Cancel /// /// Gets all stats related to cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CcrStatsResponse Stats(CcrStatsRequestDescriptor descriptor) @@ -1811,7 +1811,7 @@ public virtual CcrStatsResponse Stats(CcrStatsRequestDescriptor descriptor) /// /// Gets all stats related to cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CcrStatsResponse Stats() @@ -1823,7 +1823,7 @@ public virtual CcrStatsResponse Stats() /// /// Gets all stats related to cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CcrStatsResponse Stats(Action configureRequest) @@ -1836,7 +1836,7 @@ public virtual CcrStatsResponse Stats(Action configur /// /// Gets all stats related to cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(CcrStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1846,7 +1846,7 @@ public virtual Task StatsAsync(CcrStatsRequestDescriptor descr /// /// Gets all stats related to cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(CancellationToken cancellationToken = default) { @@ -1857,7 +1857,7 @@ public virtual Task StatsAsync(CancellationToken cancellationT /// /// Gets all stats related to cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -1869,7 +1869,7 @@ public virtual Task StatsAsync(Action /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual UnfollowResponse Unfollow(UnfollowRequest request) @@ -1880,7 +1880,7 @@ public virtual UnfollowResponse Unfollow(UnfollowRequest request) /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UnfollowAsync(UnfollowRequest request, CancellationToken cancellationToken = default) { @@ -1890,7 +1890,7 @@ public virtual Task UnfollowAsync(UnfollowRequest request, Can /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual UnfollowResponse Unfollow(UnfollowRequestDescriptor descriptor) @@ -1901,7 +1901,7 @@ public virtual UnfollowResponse Unfollow(UnfollowRequestDescriptor /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual UnfollowResponse Unfollow(Elastic.Clients.Elasticsearch.IndexName index) @@ -1913,7 +1913,7 @@ public virtual UnfollowResponse Unfollow(Elastic.Clients.Elasticsearc /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual UnfollowResponse Unfollow(Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest) @@ -1926,7 +1926,7 @@ public virtual UnfollowResponse Unfollow(Elastic.Clients.Elasticsearc /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual UnfollowResponse Unfollow() @@ -1938,7 +1938,7 @@ public virtual UnfollowResponse Unfollow() /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual UnfollowResponse Unfollow(Action> configureRequest) @@ -1951,7 +1951,7 @@ public virtual UnfollowResponse Unfollow(Action /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual UnfollowResponse Unfollow(UnfollowRequestDescriptor descriptor) @@ -1962,7 +1962,7 @@ public virtual UnfollowResponse Unfollow(UnfollowRequestDescriptor descriptor) /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual UnfollowResponse Unfollow(Elastic.Clients.Elasticsearch.IndexName index) @@ -1974,7 +1974,7 @@ public virtual UnfollowResponse Unfollow(Elastic.Clients.Elasticsearch.IndexName /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual UnfollowResponse Unfollow(Elastic.Clients.Elasticsearch.IndexName index, Action configureRequest) @@ -1987,7 +1987,7 @@ public virtual UnfollowResponse Unfollow(Elastic.Clients.Elasticsearch.IndexName /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UnfollowAsync(UnfollowRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1997,7 +1997,7 @@ public virtual Task UnfollowAsync(UnfollowRequestDe /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UnfollowAsync(Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) { @@ -2008,7 +2008,7 @@ public virtual Task UnfollowAsync(Elastic.Clients.E /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UnfollowAsync(Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -2020,7 +2020,7 @@ public virtual Task UnfollowAsync(Elastic.Clients.E /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UnfollowAsync(CancellationToken cancellationToken = default) { @@ -2031,7 +2031,7 @@ public virtual Task UnfollowAsync(CancellationToken /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UnfollowAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -2043,7 +2043,7 @@ public virtual Task UnfollowAsync(Action /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UnfollowAsync(UnfollowRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -2053,7 +2053,7 @@ public virtual Task UnfollowAsync(UnfollowRequestDescriptor de /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UnfollowAsync(Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) { @@ -2064,7 +2064,7 @@ public virtual Task UnfollowAsync(Elastic.Clients.Elasticsearc /// /// Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UnfollowAsync(Elastic.Clients.Elasticsearch.IndexName index, Action configureRequest, CancellationToken cancellationToken = default) { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Cluster.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Cluster.g.cs index 4e465ee3e5d..c938f874885 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Cluster.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Cluster.g.cs @@ -39,7 +39,7 @@ internal ClusterNamespacedClient(ElasticsearchClient client) : base(client) /// /// Provides explanations for shard allocations in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AllocationExplainResponse AllocationExplain(AllocationExplainRequest request) @@ -50,7 +50,7 @@ public virtual AllocationExplainResponse AllocationExplain(AllocationExplainRequ /// /// Provides explanations for shard allocations in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AllocationExplainAsync(AllocationExplainRequest request, CancellationToken cancellationToken = default) { @@ -60,7 +60,7 @@ public virtual Task AllocationExplainAsync(Allocation /// /// Provides explanations for shard allocations in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AllocationExplainResponse AllocationExplain(AllocationExplainRequestDescriptor descriptor) @@ -71,7 +71,7 @@ public virtual AllocationExplainResponse AllocationExplain(AllocationExplainRequ /// /// Provides explanations for shard allocations in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AllocationExplainResponse AllocationExplain() @@ -83,7 +83,7 @@ public virtual AllocationExplainResponse AllocationExplain() /// /// Provides explanations for shard allocations in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AllocationExplainResponse AllocationExplain(Action configureRequest) @@ -96,7 +96,7 @@ public virtual AllocationExplainResponse AllocationExplain(Action /// Provides explanations for shard allocations in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AllocationExplainAsync(AllocationExplainRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -106,7 +106,7 @@ public virtual Task AllocationExplainAsync(Allocation /// /// Provides explanations for shard allocations in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AllocationExplainAsync(CancellationToken cancellationToken = default) { @@ -117,7 +117,7 @@ public virtual Task AllocationExplainAsync(Cancellati /// /// Provides explanations for shard allocations in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AllocationExplainAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -128,8 +128,8 @@ public virtual Task AllocationExplainAsync(Action - /// Deletes a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes component templates.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteComponentTemplateResponse DeleteComponentTemplate(DeleteComponentTemplateRequest request) @@ -139,8 +139,8 @@ public virtual DeleteComponentTemplateResponse DeleteComponentTemplate(DeleteCom } /// - /// Deletes a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes component templates.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteComponentTemplateAsync(DeleteComponentTemplateRequest request, CancellationToken cancellationToken = default) { @@ -149,8 +149,8 @@ public virtual Task DeleteComponentTemplateAsyn } /// - /// Deletes a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes component templates.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteComponentTemplateResponse DeleteComponentTemplate(DeleteComponentTemplateRequestDescriptor descriptor) @@ -160,8 +160,8 @@ public virtual DeleteComponentTemplateResponse DeleteComponentTemplate(DeleteCom } /// - /// Deletes a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes component templates.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteComponentTemplateResponse DeleteComponentTemplate(Elastic.Clients.Elasticsearch.Names name) @@ -172,8 +172,8 @@ public virtual DeleteComponentTemplateResponse DeleteComponentTemplate(Elastic.C } /// - /// Deletes a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes component templates.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteComponentTemplateResponse DeleteComponentTemplate(Elastic.Clients.Elasticsearch.Names name, Action configureRequest) @@ -185,8 +185,8 @@ public virtual DeleteComponentTemplateResponse DeleteComponentTemplate(Elastic.C } /// - /// Deletes a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes component templates.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteComponentTemplateAsync(DeleteComponentTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -195,8 +195,8 @@ public virtual Task DeleteComponentTemplateAsyn } /// - /// Deletes a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes component templates.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteComponentTemplateAsync(Elastic.Clients.Elasticsearch.Names name, CancellationToken cancellationToken = default) { @@ -206,8 +206,8 @@ public virtual Task DeleteComponentTemplateAsyn } /// - /// Deletes a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes component templates.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteComponentTemplateAsync(Elastic.Clients.Elasticsearch.Names name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -219,7 +219,7 @@ public virtual Task DeleteComponentTemplateAsyn /// /// Clears cluster voting config exclusions. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteVotingConfigExclusionsResponse DeleteVotingConfigExclusions(DeleteVotingConfigExclusionsRequest request) @@ -230,7 +230,7 @@ public virtual DeleteVotingConfigExclusionsResponse DeleteVotingConfigExclusions /// /// Clears cluster voting config exclusions. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteVotingConfigExclusionsAsync(DeleteVotingConfigExclusionsRequest request, CancellationToken cancellationToken = default) { @@ -240,7 +240,7 @@ public virtual Task DeleteVotingConfigExcl /// /// Clears cluster voting config exclusions. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteVotingConfigExclusionsResponse DeleteVotingConfigExclusions(DeleteVotingConfigExclusionsRequestDescriptor descriptor) @@ -251,7 +251,7 @@ public virtual DeleteVotingConfigExclusionsResponse DeleteVotingConfigExclusions /// /// Clears cluster voting config exclusions. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteVotingConfigExclusionsResponse DeleteVotingConfigExclusions() @@ -263,7 +263,7 @@ public virtual DeleteVotingConfigExclusionsResponse DeleteVotingConfigExclusions /// /// Clears cluster voting config exclusions. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteVotingConfigExclusionsResponse DeleteVotingConfigExclusions(Action configureRequest) @@ -276,7 +276,7 @@ public virtual DeleteVotingConfigExclusionsResponse DeleteVotingConfigExclusions /// /// Clears cluster voting config exclusions. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteVotingConfigExclusionsAsync(DeleteVotingConfigExclusionsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -286,7 +286,7 @@ public virtual Task DeleteVotingConfigExcl /// /// Clears cluster voting config exclusions. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteVotingConfigExclusionsAsync(CancellationToken cancellationToken = default) { @@ -297,7 +297,7 @@ public virtual Task DeleteVotingConfigExcl /// /// Clears cluster voting config exclusions. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteVotingConfigExclusionsAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -309,7 +309,7 @@ public virtual Task DeleteVotingConfigExcl /// /// Returns information about whether a particular component template exist - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExistsComponentTemplateResponse ExistsComponentTemplate(ExistsComponentTemplateRequest request) @@ -320,7 +320,7 @@ public virtual ExistsComponentTemplateResponse ExistsComponentTemplate(ExistsCom /// /// Returns information about whether a particular component template exist - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsComponentTemplateAsync(ExistsComponentTemplateRequest request, CancellationToken cancellationToken = default) { @@ -330,7 +330,7 @@ public virtual Task ExistsComponentTemplateAsyn /// /// Returns information about whether a particular component template exist - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExistsComponentTemplateResponse ExistsComponentTemplate(ExistsComponentTemplateRequestDescriptor descriptor) @@ -341,7 +341,7 @@ public virtual ExistsComponentTemplateResponse ExistsComponentTemplate(ExistsCom /// /// Returns information about whether a particular component template exist - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExistsComponentTemplateResponse ExistsComponentTemplate(Elastic.Clients.Elasticsearch.Names name) @@ -353,7 +353,7 @@ public virtual ExistsComponentTemplateResponse ExistsComponentTemplate(Elastic.C /// /// Returns information about whether a particular component template exist - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExistsComponentTemplateResponse ExistsComponentTemplate(Elastic.Clients.Elasticsearch.Names name, Action configureRequest) @@ -366,7 +366,7 @@ public virtual ExistsComponentTemplateResponse ExistsComponentTemplate(Elastic.C /// /// Returns information about whether a particular component template exist - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsComponentTemplateAsync(ExistsComponentTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -376,7 +376,7 @@ public virtual Task ExistsComponentTemplateAsyn /// /// Returns information about whether a particular component template exist - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsComponentTemplateAsync(Elastic.Clients.Elasticsearch.Names name, CancellationToken cancellationToken = default) { @@ -387,7 +387,7 @@ public virtual Task ExistsComponentTemplateAsyn /// /// Returns information about whether a particular component template exist - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsComponentTemplateAsync(Elastic.Clients.Elasticsearch.Names name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -398,8 +398,8 @@ public virtual Task ExistsComponentTemplateAsyn } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetComponentTemplateResponse GetComponentTemplate(GetComponentTemplateRequest request) @@ -409,8 +409,8 @@ public virtual GetComponentTemplateResponse GetComponentTemplate(GetComponentTem } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetComponentTemplateAsync(GetComponentTemplateRequest request, CancellationToken cancellationToken = default) { @@ -419,8 +419,8 @@ public virtual Task GetComponentTemplateAsync(GetC } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetComponentTemplateResponse GetComponentTemplate(GetComponentTemplateRequestDescriptor descriptor) @@ -430,8 +430,8 @@ public virtual GetComponentTemplateResponse GetComponentTemplate(GetComponentTem } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetComponentTemplateResponse GetComponentTemplate(Elastic.Clients.Elasticsearch.Name? name) @@ -442,8 +442,8 @@ public virtual GetComponentTemplateResponse GetComponentTemplate(Elastic.Clients } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetComponentTemplateResponse GetComponentTemplate(Elastic.Clients.Elasticsearch.Name? name, Action configureRequest) @@ -455,8 +455,8 @@ public virtual GetComponentTemplateResponse GetComponentTemplate(Elastic.Clients } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetComponentTemplateResponse GetComponentTemplate() @@ -467,8 +467,8 @@ public virtual GetComponentTemplateResponse GetComponentTemplate() } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetComponentTemplateResponse GetComponentTemplate(Action configureRequest) @@ -480,8 +480,8 @@ public virtual GetComponentTemplateResponse GetComponentTemplate(Action - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetComponentTemplateAsync(GetComponentTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -490,8 +490,8 @@ public virtual Task GetComponentTemplateAsync(GetC } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetComponentTemplateAsync(Elastic.Clients.Elasticsearch.Name? name, CancellationToken cancellationToken = default) { @@ -501,8 +501,8 @@ public virtual Task GetComponentTemplateAsync(Elas } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetComponentTemplateAsync(Elastic.Clients.Elasticsearch.Name? name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -513,8 +513,8 @@ public virtual Task GetComponentTemplateAsync(Elas } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetComponentTemplateAsync(CancellationToken cancellationToken = default) { @@ -524,8 +524,8 @@ public virtual Task GetComponentTemplateAsync(Canc } /// - /// Returns one or more component templates - /// Learn more about this API in the Elasticsearch documentation. + /// Retrieves information about component templates. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetComponentTemplateAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -536,8 +536,8 @@ public virtual Task GetComponentTemplateAsync(Acti } /// - /// Returns cluster settings. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-wide settings.
By default, it returns only settings that have been explicitly defined.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetClusterSettingsResponse GetSettings(GetClusterSettingsRequest request) @@ -547,8 +547,8 @@ public virtual GetClusterSettingsResponse GetSettings(GetClusterSettingsRequest } /// - /// Returns cluster settings. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-wide settings.
By default, it returns only settings that have been explicitly defined.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(GetClusterSettingsRequest request, CancellationToken cancellationToken = default) { @@ -557,8 +557,8 @@ public virtual Task GetSettingsAsync(GetClusterSetti } /// - /// Returns cluster settings. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-wide settings.
By default, it returns only settings that have been explicitly defined.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetClusterSettingsResponse GetSettings(GetClusterSettingsRequestDescriptor descriptor) @@ -568,8 +568,8 @@ public virtual GetClusterSettingsResponse GetSettings(GetClusterSettingsRequestD } /// - /// Returns cluster settings. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-wide settings.
By default, it returns only settings that have been explicitly defined.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetClusterSettingsResponse GetSettings() @@ -580,8 +580,8 @@ public virtual GetClusterSettingsResponse GetSettings() } /// - /// Returns cluster settings. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-wide settings.
By default, it returns only settings that have been explicitly defined.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetClusterSettingsResponse GetSettings(Action configureRequest) @@ -593,8 +593,8 @@ public virtual GetClusterSettingsResponse GetSettings(Action - /// Returns cluster settings. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-wide settings.
By default, it returns only settings that have been explicitly defined.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetSettingsAsync(GetClusterSettingsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -603,8 +603,8 @@ public virtual Task GetSettingsAsync(GetClusterSetti } /// - /// Returns cluster settings. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-wide settings.
By default, it returns only settings that have been explicitly defined.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(CancellationToken cancellationToken = default) { @@ -614,8 +614,8 @@ public virtual Task GetSettingsAsync(CancellationTok } /// - /// Returns cluster settings. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-wide settings.
By default, it returns only settings that have been explicitly defined.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -626,8 +626,8 @@ public virtual Task GetSettingsAsync(Action - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HealthResponse Health(HealthRequest request) @@ -637,8 +637,8 @@ public virtual HealthResponse Health(HealthRequest request) } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(HealthRequest request, CancellationToken cancellationToken = default) { @@ -647,8 +647,8 @@ public virtual Task HealthAsync(HealthRequest request, Cancellat } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HealthResponse Health(HealthRequestDescriptor descriptor) @@ -658,8 +658,8 @@ public virtual HealthResponse Health(HealthRequestDescriptor - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HealthResponse Health(Elastic.Clients.Elasticsearch.Indices? indices) @@ -670,8 +670,8 @@ public virtual HealthResponse Health(Elastic.Clients.Elasticsearch.In } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HealthResponse Health(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest) @@ -683,8 +683,8 @@ public virtual HealthResponse Health(Elastic.Clients.Elasticsearch.In } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HealthResponse Health() @@ -695,8 +695,8 @@ public virtual HealthResponse Health() } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HealthResponse Health(Action> configureRequest) @@ -708,8 +708,8 @@ public virtual HealthResponse Health(Action - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HealthResponse Health(HealthRequestDescriptor descriptor) @@ -719,8 +719,8 @@ public virtual HealthResponse Health(HealthRequestDescriptor descriptor) } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HealthResponse Health(Elastic.Clients.Elasticsearch.Indices? indices) @@ -731,8 +731,8 @@ public virtual HealthResponse Health(Elastic.Clients.Elasticsearch.Indices? indi } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HealthResponse Health(Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest) @@ -744,8 +744,8 @@ public virtual HealthResponse Health(Elastic.Clients.Elasticsearch.Indices? indi } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HealthResponse Health() @@ -756,8 +756,8 @@ public virtual HealthResponse Health() } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HealthResponse Health(Action configureRequest) @@ -769,8 +769,8 @@ public virtual HealthResponse Health(Action configureRe } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(HealthRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -779,8 +779,8 @@ public virtual Task HealthAsync(HealthRequestDescript } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) { @@ -790,8 +790,8 @@ public virtual Task HealthAsync(Elastic.Clients.Elast } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -802,8 +802,8 @@ public virtual Task HealthAsync(Elastic.Clients.Elast } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(CancellationToken cancellationToken = default) { @@ -813,8 +813,8 @@ public virtual Task HealthAsync(CancellationToken can } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -825,8 +825,8 @@ public virtual Task HealthAsync(Action - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task HealthAsync(HealthRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -835,8 +835,8 @@ public virtual Task HealthAsync(HealthRequestDescriptor descript } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) { @@ -846,8 +846,8 @@ public virtual Task HealthAsync(Elastic.Clients.Elasticsearch.In } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) { @@ -858,8 +858,8 @@ public virtual Task HealthAsync(Elastic.Clients.Elasticsearch.In } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(CancellationToken cancellationToken = default) { @@ -869,8 +869,8 @@ public virtual Task HealthAsync(CancellationToken cancellationTo } /// - /// Returns basic information about the health of the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// The cluster health API returns a simple status on the health of the cluster. You can also use the API to get the health status of only specified data streams and indices. For data streams, the API retrieves the health status of the stream’s backing indices.
The cluster health status is: green, yellow or red. On the shard level, a red status indicates that the specific shard is not allocated in the cluster, yellow means that the primary shard is allocated but replicas are not, and green means that all shards are allocated. The index level status is controlled by the worst shard status. The cluster status is controlled by the worst index status.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HealthAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -882,7 +882,7 @@ public virtual Task HealthAsync(Action /// /// Returns different information about the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClusterInfoResponse Info(ClusterInfoRequest request) @@ -893,7 +893,7 @@ public virtual ClusterInfoResponse Info(ClusterInfoRequest request) /// /// Returns different information about the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(ClusterInfoRequest request, CancellationToken cancellationToken = default) { @@ -903,7 +903,7 @@ public virtual Task InfoAsync(ClusterInfoRequest request, C /// /// Returns different information about the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClusterInfoResponse Info(ClusterInfoRequestDescriptor descriptor) @@ -914,7 +914,7 @@ public virtual ClusterInfoResponse Info(ClusterInfoRequestDescriptor descriptor) /// /// Returns different information about the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClusterInfoResponse Info(IReadOnlyCollection target) @@ -926,7 +926,7 @@ public virtual ClusterInfoResponse Info(IReadOnlyCollection /// Returns different information about the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClusterInfoResponse Info(IReadOnlyCollection target, Action configureRequest) @@ -939,7 +939,7 @@ public virtual ClusterInfoResponse Info(IReadOnlyCollection /// Returns different information about the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(ClusterInfoRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -949,7 +949,7 @@ public virtual Task InfoAsync(ClusterInfoRequestDescriptor /// /// Returns different information about the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(IReadOnlyCollection target, CancellationToken cancellationToken = default) { @@ -960,7 +960,7 @@ public virtual Task InfoAsync(IReadOnlyCollection /// Returns different information about the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(IReadOnlyCollection target, Action configureRequest, CancellationToken cancellationToken = default) { @@ -971,8 +971,8 @@ public virtual Task InfoAsync(IReadOnlyCollection - /// Returns a list of any cluster-level changes (e.g. create index, update mapping,
allocate or fail shard) which have not yet been executed.
- /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-level changes (such as create index, update mapping, allocate or fail shard) that have not yet been executed.
NOTE: This API returns a list of any pending updates to the cluster state.
These are distinct from the tasks reported by the Task Management API which include periodic tasks and tasks initiated by the user, such as node stats, search queries, or create index requests.
However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
+ /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PendingTasksResponse PendingTasks(PendingTasksRequest request) @@ -982,8 +982,8 @@ public virtual PendingTasksResponse PendingTasks(PendingTasksRequest request) } /// - /// Returns a list of any cluster-level changes (e.g. create index, update mapping,
allocate or fail shard) which have not yet been executed.
- /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-level changes (such as create index, update mapping, allocate or fail shard) that have not yet been executed.
NOTE: This API returns a list of any pending updates to the cluster state.
These are distinct from the tasks reported by the Task Management API which include periodic tasks and tasks initiated by the user, such as node stats, search queries, or create index requests.
However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PendingTasksAsync(PendingTasksRequest request, CancellationToken cancellationToken = default) { @@ -992,8 +992,8 @@ public virtual Task PendingTasksAsync(PendingTasksRequest } /// - /// Returns a list of any cluster-level changes (e.g. create index, update mapping,
allocate or fail shard) which have not yet been executed.
- /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-level changes (such as create index, update mapping, allocate or fail shard) that have not yet been executed.
NOTE: This API returns a list of any pending updates to the cluster state.
These are distinct from the tasks reported by the Task Management API which include periodic tasks and tasks initiated by the user, such as node stats, search queries, or create index requests.
However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PendingTasksResponse PendingTasks(PendingTasksRequestDescriptor descriptor) @@ -1003,8 +1003,8 @@ public virtual PendingTasksResponse PendingTasks(PendingTasksRequestDescriptor d } /// - /// Returns a list of any cluster-level changes (e.g. create index, update mapping,
allocate or fail shard) which have not yet been executed.
- /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-level changes (such as create index, update mapping, allocate or fail shard) that have not yet been executed.
NOTE: This API returns a list of any pending updates to the cluster state.
These are distinct from the tasks reported by the Task Management API which include periodic tasks and tasks initiated by the user, such as node stats, search queries, or create index requests.
However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PendingTasksResponse PendingTasks() @@ -1015,8 +1015,8 @@ public virtual PendingTasksResponse PendingTasks() } /// - /// Returns a list of any cluster-level changes (e.g. create index, update mapping,
allocate or fail shard) which have not yet been executed.
- /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-level changes (such as create index, update mapping, allocate or fail shard) that have not yet been executed.
NOTE: This API returns a list of any pending updates to the cluster state.
These are distinct from the tasks reported by the Task Management API which include periodic tasks and tasks initiated by the user, such as node stats, search queries, or create index requests.
However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PendingTasksResponse PendingTasks(Action configureRequest) @@ -1028,8 +1028,8 @@ public virtual PendingTasksResponse PendingTasks(Action - /// Returns a list of any cluster-level changes (e.g. create index, update mapping,
allocate or fail shard) which have not yet been executed.
- /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-level changes (such as create index, update mapping, allocate or fail shard) that have not yet been executed.
NOTE: This API returns a list of any pending updates to the cluster state.
These are distinct from the tasks reported by the Task Management API which include periodic tasks and tasks initiated by the user, such as node stats, search queries, or create index requests.
However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PendingTasksAsync(PendingTasksRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1038,8 +1038,8 @@ public virtual Task PendingTasksAsync(PendingTasksRequestD } /// - /// Returns a list of any cluster-level changes (e.g. create index, update mapping,
allocate or fail shard) which have not yet been executed.
- /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-level changes (such as create index, update mapping, allocate or fail shard) that have not yet been executed.
NOTE: This API returns a list of any pending updates to the cluster state.
These are distinct from the tasks reported by the Task Management API which include periodic tasks and tasks initiated by the user, such as node stats, search queries, or create index requests.
However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PendingTasksAsync(CancellationToken cancellationToken = default) { @@ -1049,8 +1049,8 @@ public virtual Task PendingTasksAsync(CancellationToken ca } /// - /// Returns a list of any cluster-level changes (e.g. create index, update mapping,
allocate or fail shard) which have not yet been executed.
- /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster-level changes (such as create index, update mapping, allocate or fail shard) that have not yet been executed.
NOTE: This API returns a list of any pending updates to the cluster state.
These are distinct from the tasks reported by the Task Management API which include periodic tasks and tasks initiated by the user, such as node stats, search queries, or create index requests.
However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PendingTasksAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -1062,7 +1062,7 @@ public virtual Task PendingTasksAsync(Action /// Updates the cluster voting config exclusions by node ids or node names. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PostVotingConfigExclusionsResponse PostVotingConfigExclusions(PostVotingConfigExclusionsRequest request) @@ -1073,7 +1073,7 @@ public virtual PostVotingConfigExclusionsResponse PostVotingConfigExclusions(Pos /// /// Updates the cluster voting config exclusions by node ids or node names. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostVotingConfigExclusionsAsync(PostVotingConfigExclusionsRequest request, CancellationToken cancellationToken = default) { @@ -1083,7 +1083,7 @@ public virtual Task PostVotingConfigExclusio /// /// Updates the cluster voting config exclusions by node ids or node names. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PostVotingConfigExclusionsResponse PostVotingConfigExclusions(PostVotingConfigExclusionsRequestDescriptor descriptor) @@ -1094,7 +1094,7 @@ public virtual PostVotingConfigExclusionsResponse PostVotingConfigExclusions(Pos /// /// Updates the cluster voting config exclusions by node ids or node names. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PostVotingConfigExclusionsResponse PostVotingConfigExclusions() @@ -1106,7 +1106,7 @@ public virtual PostVotingConfigExclusionsResponse PostVotingConfigExclusions() /// /// Updates the cluster voting config exclusions by node ids or node names. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PostVotingConfigExclusionsResponse PostVotingConfigExclusions(Action configureRequest) @@ -1119,7 +1119,7 @@ public virtual PostVotingConfigExclusionsResponse PostVotingConfigExclusions(Act /// /// Updates the cluster voting config exclusions by node ids or node names. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostVotingConfigExclusionsAsync(PostVotingConfigExclusionsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1129,7 +1129,7 @@ public virtual Task PostVotingConfigExclusio /// /// Updates the cluster voting config exclusions by node ids or node names. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostVotingConfigExclusionsAsync(CancellationToken cancellationToken = default) { @@ -1140,7 +1140,7 @@ public virtual Task PostVotingConfigExclusio /// /// Updates the cluster voting config exclusions by node ids or node names. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostVotingConfigExclusionsAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -1151,8 +1151,12 @@ public virtual Task PostVotingConfigExclusio } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutComponentTemplateResponse PutComponentTemplate(PutComponentTemplateRequest request) @@ -1162,8 +1166,12 @@ public virtual PutComponentTemplateResponse PutComponentTemplate(PutComponentTem } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutComponentTemplateAsync(PutComponentTemplateRequest request, CancellationToken cancellationToken = default) { @@ -1172,8 +1180,12 @@ public virtual Task PutComponentTemplateAsync(PutC } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutComponentTemplateResponse PutComponentTemplate(PutComponentTemplateRequestDescriptor descriptor) @@ -1183,8 +1195,12 @@ public virtual PutComponentTemplateResponse PutComponentTemplate(PutC } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutComponentTemplateResponse PutComponentTemplate(Elastic.Clients.Elasticsearch.Name name) @@ -1195,8 +1211,12 @@ public virtual PutComponentTemplateResponse PutComponentTemplate(Elas } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutComponentTemplateResponse PutComponentTemplate(Elastic.Clients.Elasticsearch.Name name, Action> configureRequest) @@ -1208,8 +1228,12 @@ public virtual PutComponentTemplateResponse PutComponentTemplate(Elas } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutComponentTemplateResponse PutComponentTemplate(PutComponentTemplateRequestDescriptor descriptor) @@ -1219,8 +1243,12 @@ public virtual PutComponentTemplateResponse PutComponentTemplate(PutComponentTem } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutComponentTemplateResponse PutComponentTemplate(Elastic.Clients.Elasticsearch.Name name) @@ -1231,8 +1259,12 @@ public virtual PutComponentTemplateResponse PutComponentTemplate(Elastic.Clients } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutComponentTemplateResponse PutComponentTemplate(Elastic.Clients.Elasticsearch.Name name, Action configureRequest) @@ -1244,8 +1276,12 @@ public virtual PutComponentTemplateResponse PutComponentTemplate(Elastic.Clients } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutComponentTemplateAsync(PutComponentTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1254,8 +1290,12 @@ public virtual Task PutComponentTemplateAsync - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutComponentTemplateAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) { @@ -1265,8 +1305,12 @@ public virtual Task PutComponentTemplateAsync - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutComponentTemplateAsync(Elastic.Clients.Elasticsearch.Name name, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -1277,8 +1321,12 @@ public virtual Task PutComponentTemplateAsync - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutComponentTemplateAsync(PutComponentTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1287,8 +1335,12 @@ public virtual Task PutComponentTemplateAsync(PutC } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutComponentTemplateAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) { @@ -1298,8 +1350,12 @@ public virtual Task PutComponentTemplateAsync(Elas } /// - /// Creates or updates a component template - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates a component template.
Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
+ /// An index template can be composed of multiple component templates.
To use a component template, specify it in an index template’s `composed_of` list.
Component templates are only applied to new data streams and indices as part of a matching index template.
+ /// Settings and mappings specified directly in the index template or the create index request override any settings or mappings specified in a component template. + /// Component templates are only used during index creation.
For data streams, this includes data stream creation and the creation of a stream’s backing indices.
Changes to component templates do not affect existing indices, including a stream’s backing indices.
+ /// You can use C-style `/* *\/` block comments in component templates.
You can include comments anywhere in the request body except before the opening curly bracket.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutComponentTemplateAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -1310,8 +1366,8 @@ public virtual Task PutComponentTemplateAsync(Elas } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClusterStatsResponse Stats(ClusterStatsRequest request) @@ -1321,8 +1377,8 @@ public virtual ClusterStatsResponse Stats(ClusterStatsRequest request) } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(ClusterStatsRequest request, CancellationToken cancellationToken = default) { @@ -1331,8 +1387,8 @@ public virtual Task StatsAsync(ClusterStatsRequest request } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClusterStatsResponse Stats(ClusterStatsRequestDescriptor descriptor) @@ -1342,8 +1398,8 @@ public virtual ClusterStatsResponse Stats(ClusterStatsRequestDescriptor descript } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClusterStatsResponse Stats(Elastic.Clients.Elasticsearch.NodeIds? nodeId) @@ -1354,8 +1410,8 @@ public virtual ClusterStatsResponse Stats(Elastic.Clients.Elasticsearch.NodeIds? } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClusterStatsResponse Stats(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Action configureRequest) @@ -1367,8 +1423,8 @@ public virtual ClusterStatsResponse Stats(Elastic.Clients.Elasticsearch.NodeIds? } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClusterStatsResponse Stats() @@ -1379,8 +1435,8 @@ public virtual ClusterStatsResponse Stats() } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClusterStatsResponse Stats(Action configureRequest) @@ -1392,8 +1448,8 @@ public virtual ClusterStatsResponse Stats(Action } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(ClusterStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1402,8 +1458,8 @@ public virtual Task StatsAsync(ClusterStatsRequestDescript } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, CancellationToken cancellationToken = default) { @@ -1413,8 +1469,8 @@ public virtual Task StatsAsync(Elastic.Clients.Elasticsear } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -1425,8 +1481,8 @@ public virtual Task StatsAsync(Elastic.Clients.Elasticsear } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(CancellationToken cancellationToken = default) { @@ -1436,8 +1492,8 @@ public virtual Task StatsAsync(CancellationToken cancellat } /// - /// Returns high-level overview of cluster statistics. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster statistics.
It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Action configureRequest, CancellationToken cancellationToken = default) { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Enrich.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Enrich.g.cs index 677411d9e35..2b1dc7c0fe6 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Enrich.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Enrich.g.cs @@ -129,7 +129,7 @@ public virtual Task DeletePolicyAsync(Elastic.Clients.Elas /// /// Creates the enrich index for an existing enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExecutePolicyResponse ExecutePolicy(ExecutePolicyRequest request) @@ -140,7 +140,7 @@ public virtual ExecutePolicyResponse ExecutePolicy(ExecutePolicyRequest request) /// /// Creates the enrich index for an existing enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExecutePolicyAsync(ExecutePolicyRequest request, CancellationToken cancellationToken = default) { @@ -150,7 +150,7 @@ public virtual Task ExecutePolicyAsync(ExecutePolicyReque /// /// Creates the enrich index for an existing enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExecutePolicyResponse ExecutePolicy(ExecutePolicyRequestDescriptor descriptor) @@ -161,7 +161,7 @@ public virtual ExecutePolicyResponse ExecutePolicy(ExecutePolicyRequestDescripto /// /// Creates the enrich index for an existing enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExecutePolicyResponse ExecutePolicy(Elastic.Clients.Elasticsearch.Name name) @@ -173,7 +173,7 @@ public virtual ExecutePolicyResponse ExecutePolicy(Elastic.Clients.Elasticsearch /// /// Creates the enrich index for an existing enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExecutePolicyResponse ExecutePolicy(Elastic.Clients.Elasticsearch.Name name, Action configureRequest) @@ -186,7 +186,7 @@ public virtual ExecutePolicyResponse ExecutePolicy(Elastic.Clients.Elasticsearch /// /// Creates the enrich index for an existing enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExecutePolicyAsync(ExecutePolicyRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -196,7 +196,7 @@ public virtual Task ExecutePolicyAsync(ExecutePolicyReque /// /// Creates the enrich index for an existing enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExecutePolicyAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) { @@ -207,7 +207,7 @@ public virtual Task ExecutePolicyAsync(Elastic.Clients.El /// /// Creates the enrich index for an existing enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExecutePolicyAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -218,7 +218,7 @@ public virtual Task ExecutePolicyAsync(Elastic.Clients.El } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -229,7 +229,7 @@ public virtual GetPolicyResponse GetPolicy(GetPolicyRequest request) } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPolicyAsync(GetPolicyRequest request, CancellationToken cancellationToken = default) @@ -239,7 +239,7 @@ public virtual Task GetPolicyAsync(GetPolicyRequest request, } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -250,7 +250,7 @@ public virtual GetPolicyResponse GetPolicy(GetPolicyRequestDescriptor descriptor } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -262,7 +262,7 @@ public virtual GetPolicyResponse GetPolicy(Elastic.Clients.Elasticsearch.Names? } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -275,7 +275,7 @@ public virtual GetPolicyResponse GetPolicy(Elastic.Clients.Elasticsearch.Names? } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -287,7 +287,7 @@ public virtual GetPolicyResponse GetPolicy() } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -300,7 +300,7 @@ public virtual GetPolicyResponse GetPolicy(Action co } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPolicyAsync(GetPolicyRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -310,7 +310,7 @@ public virtual Task GetPolicyAsync(GetPolicyRequestDescriptor } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPolicyAsync(Elastic.Clients.Elasticsearch.Names? name, CancellationToken cancellationToken = default) @@ -321,7 +321,7 @@ public virtual Task GetPolicyAsync(Elastic.Clients.Elasticsea } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPolicyAsync(Elastic.Clients.Elasticsearch.Names? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -333,7 +333,7 @@ public virtual Task GetPolicyAsync(Elastic.Clients.Elasticsea } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPolicyAsync(CancellationToken cancellationToken = default) @@ -344,7 +344,7 @@ public virtual Task GetPolicyAsync(CancellationToken cancella } /// - /// Gets information about an enrich policy. + /// Returns information about an enrich policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPolicyAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -356,8 +356,8 @@ public virtual Task GetPolicyAsync(Action - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPolicyResponse PutPolicy(PutPolicyRequest request) @@ -367,8 +367,8 @@ public virtual PutPolicyResponse PutPolicy(PutPolicyRequest request) } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(PutPolicyRequest request, CancellationToken cancellationToken = default) { @@ -377,8 +377,8 @@ public virtual Task PutPolicyAsync(PutPolicyRequest request, } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPolicyResponse PutPolicy(PutPolicyRequestDescriptor descriptor) @@ -388,8 +388,8 @@ public virtual PutPolicyResponse PutPolicy(PutPolicyRequestDescriptor } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPolicyResponse PutPolicy(Elastic.Clients.Elasticsearch.Name name) @@ -400,8 +400,8 @@ public virtual PutPolicyResponse PutPolicy(Elastic.Clients.Elasticsea } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPolicyResponse PutPolicy(Elastic.Clients.Elasticsearch.Name name, Action> configureRequest) @@ -413,8 +413,8 @@ public virtual PutPolicyResponse PutPolicy(Elastic.Clients.Elasticsea } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPolicyResponse PutPolicy(PutPolicyRequestDescriptor descriptor) @@ -424,8 +424,8 @@ public virtual PutPolicyResponse PutPolicy(PutPolicyRequestDescriptor descriptor } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPolicyResponse PutPolicy(Elastic.Clients.Elasticsearch.Name name) @@ -436,8 +436,8 @@ public virtual PutPolicyResponse PutPolicy(Elastic.Clients.Elasticsearch.Name na } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPolicyResponse PutPolicy(Elastic.Clients.Elasticsearch.Name name, Action configureRequest) @@ -449,8 +449,8 @@ public virtual PutPolicyResponse PutPolicy(Elastic.Clients.Elasticsearch.Name na } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(PutPolicyRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -459,8 +459,8 @@ public virtual Task PutPolicyAsync(PutPolicyReques } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) { @@ -470,8 +470,8 @@ public virtual Task PutPolicyAsync(Elastic.Clients } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(Elastic.Clients.Elasticsearch.Name name, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -482,8 +482,8 @@ public virtual Task PutPolicyAsync(Elastic.Clients } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(PutPolicyRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -492,8 +492,8 @@ public virtual Task PutPolicyAsync(PutPolicyRequestDescriptor } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) { @@ -503,8 +503,8 @@ public virtual Task PutPolicyAsync(Elastic.Clients.Elasticsea } /// - /// Creates a new enrich policy. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates an enrich policy. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutPolicyAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) { @@ -515,7 +515,7 @@ public virtual Task PutPolicyAsync(Elastic.Clients.Elasticsea } /// - /// Gets enrich coordinator statistics and information about enrich policies that are currently executing. + /// Returns enrich coordinator statistics and information about enrich policies that are currently executing. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -526,7 +526,7 @@ public virtual EnrichStatsResponse Stats(EnrichStatsRequest request) } /// - /// Gets enrich coordinator statistics and information about enrich policies that are currently executing. + /// Returns enrich coordinator statistics and information about enrich policies that are currently executing. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(EnrichStatsRequest request, CancellationToken cancellationToken = default) @@ -536,7 +536,7 @@ public virtual Task StatsAsync(EnrichStatsRequest request, } /// - /// Gets enrich coordinator statistics and information about enrich policies that are currently executing. + /// Returns enrich coordinator statistics and information about enrich policies that are currently executing. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -547,7 +547,7 @@ public virtual EnrichStatsResponse Stats(EnrichStatsRequestDescriptor descriptor } /// - /// Gets enrich coordinator statistics and information about enrich policies that are currently executing. + /// Returns enrich coordinator statistics and information about enrich policies that are currently executing. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -559,7 +559,7 @@ public virtual EnrichStatsResponse Stats() } /// - /// Gets enrich coordinator statistics and information about enrich policies that are currently executing. + /// Returns enrich coordinator statistics and information about enrich policies that are currently executing. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -572,7 +572,7 @@ public virtual EnrichStatsResponse Stats(Action co } /// - /// Gets enrich coordinator statistics and information about enrich policies that are currently executing. + /// Returns enrich coordinator statistics and information about enrich policies that are currently executing. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(EnrichStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -582,7 +582,7 @@ public virtual Task StatsAsync(EnrichStatsRequestDescriptor } /// - /// Gets enrich coordinator statistics and information about enrich policies that are currently executing. + /// Returns enrich coordinator statistics and information about enrich policies that are currently executing. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(CancellationToken cancellationToken = default) @@ -593,7 +593,7 @@ public virtual Task StatsAsync(CancellationToken cancellati } /// - /// Gets enrich coordinator statistics and information about enrich policies that are currently executing. + /// Returns enrich coordinator statistics and information about enrich policies that are currently executing. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Eql.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Eql.g.cs index d8680be22a9..0df46758d62 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Eql.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Eql.g.cs @@ -38,7 +38,7 @@ internal EqlNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -49,7 +49,7 @@ public virtual EqlDeleteResponse Delete(EqlDeleteRequest request) } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(EqlDeleteRequest request, CancellationToken cancellationToken = default) @@ -59,7 +59,7 @@ public virtual Task DeleteAsync(EqlDeleteRequest request, Can } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -70,7 +70,7 @@ public virtual EqlDeleteResponse Delete(EqlDeleteRequestDescriptor - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -82,7 +82,7 @@ public virtual EqlDeleteResponse Delete(Elastic.Clients.Elasticsearch } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -95,7 +95,7 @@ public virtual EqlDeleteResponse Delete(Elastic.Clients.Elasticsearch } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -106,7 +106,7 @@ public virtual EqlDeleteResponse Delete(EqlDeleteRequestDescriptor descriptor) } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -118,7 +118,7 @@ public virtual EqlDeleteResponse Delete(Elastic.Clients.Elasticsearch.Id id) } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -131,7 +131,7 @@ public virtual EqlDeleteResponse Delete(Elastic.Clients.Elasticsearch.Id id, Act } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(EqlDeleteRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -141,7 +141,7 @@ public virtual Task DeleteAsync(EqlDeleteRequestDe } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -152,7 +152,7 @@ public virtual Task DeleteAsync(Elastic.Clients.El } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -164,7 +164,7 @@ public virtual Task DeleteAsync(Elastic.Clients.El } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(EqlDeleteRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -174,7 +174,7 @@ public virtual Task DeleteAsync(EqlDeleteRequestDescriptor de } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -185,7 +185,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch } /// - /// Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted. + /// Deletes an async EQL search or a stored synchronous EQL search.
The API also deletes results for the search.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -197,8 +197,8 @@ public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch } /// - /// Returns async results from previously executed Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status and available results for an async EQL search or a stored synchronous EQL search. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual EqlGetResponse Get(EqlGetRequest request) @@ -208,8 +208,8 @@ public virtual EqlGetResponse Get(EqlGetRequest request) } /// - /// Returns async results from previously executed Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status and available results for an async EQL search or a stored synchronous EQL search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> GetAsync(EqlGetRequest request, CancellationToken cancellationToken = default) { @@ -218,8 +218,8 @@ public virtual Task> GetAsync(EqlGetRequest reque } /// - /// Returns async results from previously executed Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status and available results for an async EQL search or a stored synchronous EQL search. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual EqlGetResponse Get(EqlGetRequestDescriptor descriptor) @@ -229,8 +229,8 @@ public virtual EqlGetResponse Get(EqlGetRequestDescriptor - /// Returns async results from previously executed Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status and available results for an async EQL search or a stored synchronous EQL search. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual EqlGetResponse Get(Elastic.Clients.Elasticsearch.Id id) @@ -241,8 +241,8 @@ public virtual EqlGetResponse Get(Elastic.Clients.Elasticsearch. } /// - /// Returns async results from previously executed Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status and available results for an async EQL search or a stored synchronous EQL search. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual EqlGetResponse Get(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest) @@ -254,8 +254,8 @@ public virtual EqlGetResponse Get(Elastic.Clients.Elasticsearch. } /// - /// Returns async results from previously executed Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status and available results for an async EQL search or a stored synchronous EQL search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> GetAsync(EqlGetRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -264,8 +264,8 @@ public virtual Task> GetAsync(EqlGetRequestDescri } /// - /// Returns async results from previously executed Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status and available results for an async EQL search or a stored synchronous EQL search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> GetAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -275,8 +275,8 @@ public virtual Task> GetAsync(Elastic.Clients.Ela } /// - /// Returns async results from previously executed Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status and available results for an async EQL search or a stored synchronous EQL search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> GetAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -287,8 +287,8 @@ public virtual Task> GetAsync(Elastic.Clients.Ela } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetEqlStatusResponse GetStatus(GetEqlStatusRequest request) @@ -298,8 +298,8 @@ public virtual GetEqlStatusResponse GetStatus(GetEqlStatusRequest request) } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(GetEqlStatusRequest request, CancellationToken cancellationToken = default) { @@ -308,8 +308,8 @@ public virtual Task GetStatusAsync(GetEqlStatusRequest req } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetEqlStatusResponse GetStatus(GetEqlStatusRequestDescriptor descriptor) @@ -319,8 +319,8 @@ public virtual GetEqlStatusResponse GetStatus(GetEqlStatusRequestDesc } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetEqlStatusResponse GetStatus(Elastic.Clients.Elasticsearch.Id id) @@ -331,8 +331,8 @@ public virtual GetEqlStatusResponse GetStatus(Elastic.Clients.Elastic } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetEqlStatusResponse GetStatus(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest) @@ -344,8 +344,8 @@ public virtual GetEqlStatusResponse GetStatus(Elastic.Clients.Elastic } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetEqlStatusResponse GetStatus(GetEqlStatusRequestDescriptor descriptor) @@ -355,8 +355,8 @@ public virtual GetEqlStatusResponse GetStatus(GetEqlStatusRequestDescriptor desc } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetEqlStatusResponse GetStatus(Elastic.Clients.Elasticsearch.Id id) @@ -367,8 +367,8 @@ public virtual GetEqlStatusResponse GetStatus(Elastic.Clients.Elasticsearch.Id i } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetEqlStatusResponse GetStatus(Elastic.Clients.Elasticsearch.Id id, Action configureRequest) @@ -380,8 +380,8 @@ public virtual GetEqlStatusResponse GetStatus(Elastic.Clients.Elasticsearch.Id i } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(GetEqlStatusRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -390,8 +390,8 @@ public virtual Task GetStatusAsync(GetEqlStatus } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -401,8 +401,8 @@ public virtual Task GetStatusAsync(Elastic.Clie } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -413,8 +413,8 @@ public virtual Task GetStatusAsync(Elastic.Clie } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(GetEqlStatusRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -423,8 +423,8 @@ public virtual Task GetStatusAsync(GetEqlStatusRequestDesc } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -434,8 +434,8 @@ public virtual Task GetStatusAsync(Elastic.Clients.Elastic } /// - /// Returns the status of a previously submitted async or stored Event Query Language (EQL) search - /// Learn more about this API in the Elasticsearch documentation. + /// Returns the current status for an async EQL search or a stored synchronous EQL search without returning results. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetStatusAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Esql.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Esql.g.cs index fcc237c0299..3c467a2963b 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Esql.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Esql.g.cs @@ -38,8 +38,8 @@ internal EsqlNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual EsqlQueryResponse Query(EsqlQueryRequest request) @@ -49,8 +49,8 @@ public virtual EsqlQueryResponse Query(EsqlQueryRequest request) } /// - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task QueryAsync(EsqlQueryRequest request, CancellationToken cancellationToken = default) { @@ -59,8 +59,8 @@ public virtual Task QueryAsync(EsqlQueryRequest request, Canc } /// - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual EsqlQueryResponse Query(EsqlQueryRequestDescriptor descriptor) @@ -70,8 +70,8 @@ public virtual EsqlQueryResponse Query(EsqlQueryRequestDescriptor - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual EsqlQueryResponse Query() @@ -82,8 +82,8 @@ public virtual EsqlQueryResponse Query() } /// - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual EsqlQueryResponse Query(Action> configureRequest) @@ -95,8 +95,8 @@ public virtual EsqlQueryResponse Query(Action - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual EsqlQueryResponse Query(EsqlQueryRequestDescriptor descriptor) @@ -106,8 +106,8 @@ public virtual EsqlQueryResponse Query(EsqlQueryRequestDescriptor descriptor) } /// - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual EsqlQueryResponse Query() @@ -118,8 +118,8 @@ public virtual EsqlQueryResponse Query() } /// - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual EsqlQueryResponse Query(Action configureRequest) @@ -131,8 +131,8 @@ public virtual EsqlQueryResponse Query(Action config } /// - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task QueryAsync(EsqlQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -141,8 +141,8 @@ public virtual Task QueryAsync(EsqlQueryRequestDes } /// - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task QueryAsync(CancellationToken cancellationToken = default) { @@ -152,8 +152,8 @@ public virtual Task QueryAsync(CancellationToken c } /// - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task QueryAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -164,8 +164,8 @@ public virtual Task QueryAsync(Action - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task QueryAsync(EsqlQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -174,8 +174,8 @@ public virtual Task QueryAsync(EsqlQueryRequestDescriptor des } /// - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task QueryAsync(CancellationToken cancellationToken = default) { @@ -185,8 +185,8 @@ public virtual Task QueryAsync(CancellationToken cancellation } /// - /// Executes an ESQL request - /// Learn more about this API in the Elasticsearch documentation. + /// Executes an ES|QL request + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task QueryAsync(Action configureRequest, CancellationToken cancellationToken = default) { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Graph.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Graph.g.cs index 394e813cb7c..0f9228cb8f0 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Graph.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Graph.g.cs @@ -38,8 +38,8 @@ internal GraphNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExploreResponse Explore(ExploreRequest request) @@ -49,8 +49,8 @@ public virtual ExploreResponse Explore(ExploreRequest request) } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(ExploreRequest request, CancellationToken cancellationToken = default) { @@ -59,8 +59,8 @@ public virtual Task ExploreAsync(ExploreRequest request, Cancel } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExploreResponse Explore(ExploreRequestDescriptor descriptor) @@ -70,8 +70,8 @@ public virtual ExploreResponse Explore(ExploreRequestDescriptor - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExploreResponse Explore(Elastic.Clients.Elasticsearch.Indices indices) @@ -82,8 +82,8 @@ public virtual ExploreResponse Explore(Elastic.Clients.Elasticsearch. } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExploreResponse Explore(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest) @@ -95,8 +95,8 @@ public virtual ExploreResponse Explore(Elastic.Clients.Elasticsearch. } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExploreResponse Explore() @@ -107,8 +107,8 @@ public virtual ExploreResponse Explore() } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExploreResponse Explore(Action> configureRequest) @@ -120,8 +120,8 @@ public virtual ExploreResponse Explore(Action - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExploreResponse Explore(ExploreRequestDescriptor descriptor) @@ -131,8 +131,8 @@ public virtual ExploreResponse Explore(ExploreRequestDescriptor descriptor) } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExploreResponse Explore(Elastic.Clients.Elasticsearch.Indices indices) @@ -143,8 +143,8 @@ public virtual ExploreResponse Explore(Elastic.Clients.Elasticsearch.Indices ind } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ExploreResponse Explore(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest) @@ -156,8 +156,8 @@ public virtual ExploreResponse Explore(Elastic.Clients.Elasticsearch.Indices ind } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(ExploreRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -166,8 +166,8 @@ public virtual Task ExploreAsync(ExploreRequestDescr } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) { @@ -177,8 +177,8 @@ public virtual Task ExploreAsync(Elastic.Clients.Ela } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -189,8 +189,8 @@ public virtual Task ExploreAsync(Elastic.Clients.Ela } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(CancellationToken cancellationToken = default) { @@ -200,8 +200,8 @@ public virtual Task ExploreAsync(CancellationToken c } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -212,8 +212,8 @@ public virtual Task ExploreAsync(Action - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(ExploreRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -222,8 +222,8 @@ public virtual Task ExploreAsync(ExploreRequestDescriptor descr } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) { @@ -233,8 +233,8 @@ public virtual Task ExploreAsync(Elastic.Clients.Elasticsearch. } /// - /// Explore extracted and summarized information about the documents and terms in an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts and summarizes information about the documents and terms in an Elasticsearch data stream or index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExploreAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ilm.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ilm.g.cs index d4677251eb5..545af57ccc0 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ilm.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ilm.g.cs @@ -38,7 +38,7 @@ internal IndexLifecycleManagementNamespacedClient(ElasticsearchClient client) : } /// - /// Deletes the specified lifecycle policy definition. A currently used policy cannot be deleted. + /// Deletes the specified lifecycle policy definition. You cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -49,7 +49,7 @@ public virtual DeleteLifecycleResponse DeleteLifecycle(DeleteLifecycleRequest re } /// - /// Deletes the specified lifecycle policy definition. A currently used policy cannot be deleted. + /// Deletes the specified lifecycle policy definition. You cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteLifecycleAsync(DeleteLifecycleRequest request, CancellationToken cancellationToken = default) @@ -59,7 +59,7 @@ public virtual Task DeleteLifecycleAsync(DeleteLifecycl } /// - /// Deletes the specified lifecycle policy definition. A currently used policy cannot be deleted. + /// Deletes the specified lifecycle policy definition. You cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -70,7 +70,7 @@ public virtual DeleteLifecycleResponse DeleteLifecycle(DeleteLifecycleRequestDes } /// - /// Deletes the specified lifecycle policy definition. A currently used policy cannot be deleted. + /// Deletes the specified lifecycle policy definition. You cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -82,7 +82,7 @@ public virtual DeleteLifecycleResponse DeleteLifecycle(Elastic.Clients.Elasticse } /// - /// Deletes the specified lifecycle policy definition. A currently used policy cannot be deleted. + /// Deletes the specified lifecycle policy definition. You cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -95,7 +95,7 @@ public virtual DeleteLifecycleResponse DeleteLifecycle(Elastic.Clients.Elasticse } /// - /// Deletes the specified lifecycle policy definition. A currently used policy cannot be deleted. + /// Deletes the specified lifecycle policy definition. You cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteLifecycleAsync(DeleteLifecycleRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -105,7 +105,7 @@ public virtual Task DeleteLifecycleAsync(DeleteLifecycl } /// - /// Deletes the specified lifecycle policy definition. A currently used policy cannot be deleted. + /// Deletes the specified lifecycle policy definition. You cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteLifecycleAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) @@ -116,7 +116,7 @@ public virtual Task DeleteLifecycleAsync(Elastic.Client } /// - /// Deletes the specified lifecycle policy definition. A currently used policy cannot be deleted. + /// Deletes the specified lifecycle policy definition. You cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteLifecycleAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) @@ -128,7 +128,7 @@ public virtual Task DeleteLifecycleAsync(Elastic.Client } /// - /// Returns the specified policy definition. Includes the policy version and last modified date. + /// Retrieves a lifecycle policy. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -139,7 +139,7 @@ public virtual GetLifecycleResponse GetLifecycle(GetLifecycleRequest request) } /// - /// Returns the specified policy definition. Includes the policy version and last modified date. + /// Retrieves a lifecycle policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetLifecycleAsync(GetLifecycleRequest request, CancellationToken cancellationToken = default) @@ -149,7 +149,7 @@ public virtual Task GetLifecycleAsync(GetLifecycleRequest } /// - /// Returns the specified policy definition. Includes the policy version and last modified date. + /// Retrieves a lifecycle policy. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -160,7 +160,7 @@ public virtual GetLifecycleResponse GetLifecycle(GetLifecycleRequestDescriptor d } /// - /// Returns the specified policy definition. Includes the policy version and last modified date. + /// Retrieves a lifecycle policy. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -172,7 +172,7 @@ public virtual GetLifecycleResponse GetLifecycle(Elastic.Clients.Elasticsearch.N } /// - /// Returns the specified policy definition. Includes the policy version and last modified date. + /// Retrieves a lifecycle policy. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -185,7 +185,7 @@ public virtual GetLifecycleResponse GetLifecycle(Elastic.Clients.Elasticsearch.N } /// - /// Returns the specified policy definition. Includes the policy version and last modified date. + /// Retrieves a lifecycle policy. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -197,7 +197,7 @@ public virtual GetLifecycleResponse GetLifecycle() } /// - /// Returns the specified policy definition. Includes the policy version and last modified date. + /// Retrieves a lifecycle policy. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -210,7 +210,7 @@ public virtual GetLifecycleResponse GetLifecycle(Action - /// Returns the specified policy definition. Includes the policy version and last modified date. + /// Retrieves a lifecycle policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetLifecycleAsync(GetLifecycleRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -220,7 +220,7 @@ public virtual Task GetLifecycleAsync(GetLifecycleRequestD } /// - /// Returns the specified policy definition. Includes the policy version and last modified date. + /// Retrieves a lifecycle policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetLifecycleAsync(Elastic.Clients.Elasticsearch.Name? name, CancellationToken cancellationToken = default) @@ -231,7 +231,7 @@ public virtual Task GetLifecycleAsync(Elastic.Clients.Elas } /// - /// Returns the specified policy definition. Includes the policy version and last modified date. + /// Retrieves a lifecycle policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetLifecycleAsync(Elastic.Clients.Elasticsearch.Name? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -243,7 +243,7 @@ public virtual Task GetLifecycleAsync(Elastic.Clients.Elas } /// - /// Returns the specified policy definition. Includes the policy version and last modified date. + /// Retrieves a lifecycle policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetLifecycleAsync(CancellationToken cancellationToken = default) @@ -254,7 +254,7 @@ public virtual Task GetLifecycleAsync(CancellationToken ca } /// - /// Returns the specified policy definition. Includes the policy version and last modified date. + /// Retrieves a lifecycle policy. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetLifecycleAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -356,7 +356,7 @@ public virtual Task GetStatusAsync(Action - /// Migrates the indices and ILM policies away from custom node attribute allocation routing to data tiers routing + /// Switches the indices, ILM policies, and legacy, composable and component templates from using custom node attributes and
attribute-based allocation filters to using data tiers, and optionally deletes one legacy index template.+
Using node roles enables ILM to automatically move the indices between data tiers.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -367,7 +367,7 @@ public virtual MigrateToDataTiersResponse MigrateToDataTiers(MigrateToDataTiersR } /// - /// Migrates the indices and ILM policies away from custom node attribute allocation routing to data tiers routing + /// Switches the indices, ILM policies, and legacy, composable and component templates from using custom node attributes and
attribute-based allocation filters to using data tiers, and optionally deletes one legacy index template.+
Using node roles enables ILM to automatically move the indices between data tiers.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task MigrateToDataTiersAsync(MigrateToDataTiersRequest request, CancellationToken cancellationToken = default) @@ -377,7 +377,7 @@ public virtual Task MigrateToDataTiersAsync(MigrateT } /// - /// Migrates the indices and ILM policies away from custom node attribute allocation routing to data tiers routing + /// Switches the indices, ILM policies, and legacy, composable and component templates from using custom node attributes and
attribute-based allocation filters to using data tiers, and optionally deletes one legacy index template.+
Using node roles enables ILM to automatically move the indices between data tiers.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -388,7 +388,7 @@ public virtual MigrateToDataTiersResponse MigrateToDataTiers(MigrateToDataTiersR } /// - /// Migrates the indices and ILM policies away from custom node attribute allocation routing to data tiers routing + /// Switches the indices, ILM policies, and legacy, composable and component templates from using custom node attributes and
attribute-based allocation filters to using data tiers, and optionally deletes one legacy index template.+
Using node roles enables ILM to automatically move the indices between data tiers.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -400,7 +400,7 @@ public virtual MigrateToDataTiersResponse MigrateToDataTiers() } /// - /// Migrates the indices and ILM policies away from custom node attribute allocation routing to data tiers routing + /// Switches the indices, ILM policies, and legacy, composable and component templates from using custom node attributes and
attribute-based allocation filters to using data tiers, and optionally deletes one legacy index template.+
Using node roles enables ILM to automatically move the indices between data tiers.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -413,7 +413,7 @@ public virtual MigrateToDataTiersResponse MigrateToDataTiers(Action - /// Migrates the indices and ILM policies away from custom node attribute allocation routing to data tiers routing + /// Switches the indices, ILM policies, and legacy, composable and component templates from using custom node attributes and
attribute-based allocation filters to using data tiers, and optionally deletes one legacy index template.+
Using node roles enables ILM to automatically move the indices between data tiers.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task MigrateToDataTiersAsync(MigrateToDataTiersRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -423,7 +423,7 @@ public virtual Task MigrateToDataTiersAsync(MigrateT } /// - /// Migrates the indices and ILM policies away from custom node attribute allocation routing to data tiers routing + /// Switches the indices, ILM policies, and legacy, composable and component templates from using custom node attributes and
attribute-based allocation filters to using data tiers, and optionally deletes one legacy index template.+
Using node roles enables ILM to automatically move the indices between data tiers.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task MigrateToDataTiersAsync(CancellationToken cancellationToken = default) @@ -434,7 +434,7 @@ public virtual Task MigrateToDataTiersAsync(Cancella } /// - /// Migrates the indices and ILM policies away from custom node attribute allocation routing to data tiers routing + /// Switches the indices, ILM policies, and legacy, composable and component templates from using custom node attributes and
attribute-based allocation filters to using data tiers, and optionally deletes one legacy index template.+
Using node roles enables ILM to automatically move the indices between data tiers.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task MigrateToDataTiersAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -653,7 +653,7 @@ public virtual Task MoveToStepAsync(Elastic.Clients.Elastics } /// - /// Creates a lifecycle policy + /// Creates a lifecycle policy. If the specified policy exists, the policy is replaced and the policy version is incremented. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -664,7 +664,7 @@ public virtual PutLifecycleResponse PutLifecycle(PutLifecycleRequest request) } /// - /// Creates a lifecycle policy + /// Creates a lifecycle policy. If the specified policy exists, the policy is replaced and the policy version is incremented. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutLifecycleAsync(PutLifecycleRequest request, CancellationToken cancellationToken = default) @@ -674,7 +674,7 @@ public virtual Task PutLifecycleAsync(PutLifecycleRequest } /// - /// Creates a lifecycle policy + /// Creates a lifecycle policy. If the specified policy exists, the policy is replaced and the policy version is incremented. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -685,7 +685,7 @@ public virtual PutLifecycleResponse PutLifecycle(PutLifecycleRequestDescriptor d } /// - /// Creates a lifecycle policy + /// Creates a lifecycle policy. If the specified policy exists, the policy is replaced and the policy version is incremented. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -697,7 +697,7 @@ public virtual PutLifecycleResponse PutLifecycle(Elastic.Clients.Elasticsearch.N } /// - /// Creates a lifecycle policy + /// Creates a lifecycle policy. If the specified policy exists, the policy is replaced and the policy version is incremented. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -710,7 +710,7 @@ public virtual PutLifecycleResponse PutLifecycle(Elastic.Clients.Elasticsearch.N } /// - /// Creates a lifecycle policy + /// Creates a lifecycle policy. If the specified policy exists, the policy is replaced and the policy version is incremented. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutLifecycleAsync(PutLifecycleRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -720,7 +720,7 @@ public virtual Task PutLifecycleAsync(PutLifecycleRequestD } /// - /// Creates a lifecycle policy + /// Creates a lifecycle policy. If the specified policy exists, the policy is replaced and the policy version is incremented. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutLifecycleAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) @@ -731,7 +731,7 @@ public virtual Task PutLifecycleAsync(Elastic.Clients.Elas } /// - /// Creates a lifecycle policy + /// Creates a lifecycle policy. If the specified policy exists, the policy is replaced and the policy version is incremented. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutLifecycleAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Indices.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Indices.g.cs index 899909bbc15..722c81548eb 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Indices.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Indices.g.cs @@ -38,8 +38,8 @@ internal IndicesNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AnalyzeIndexResponse Analyze(AnalyzeIndexRequest request) @@ -49,8 +49,8 @@ public virtual AnalyzeIndexResponse Analyze(AnalyzeIndexRequest request) } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(AnalyzeIndexRequest request, CancellationToken cancellationToken = default) { @@ -59,8 +59,8 @@ public virtual Task AnalyzeAsync(AnalyzeIndexRequest reque } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AnalyzeIndexResponse Analyze(AnalyzeIndexRequestDescriptor descriptor) @@ -70,8 +70,8 @@ public virtual AnalyzeIndexResponse Analyze(AnalyzeIndexRequestDescri } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AnalyzeIndexResponse Analyze(Elastic.Clients.Elasticsearch.IndexName? index) @@ -82,8 +82,8 @@ public virtual AnalyzeIndexResponse Analyze(Elastic.Clients.Elasticse } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AnalyzeIndexResponse Analyze(Elastic.Clients.Elasticsearch.IndexName? index, Action> configureRequest) @@ -95,8 +95,8 @@ public virtual AnalyzeIndexResponse Analyze(Elastic.Clients.Elasticse } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AnalyzeIndexResponse Analyze() @@ -107,8 +107,8 @@ public virtual AnalyzeIndexResponse Analyze() } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AnalyzeIndexResponse Analyze(Action> configureRequest) @@ -120,8 +120,8 @@ public virtual AnalyzeIndexResponse Analyze(Action - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AnalyzeIndexResponse Analyze(AnalyzeIndexRequestDescriptor descriptor) @@ -131,8 +131,8 @@ public virtual AnalyzeIndexResponse Analyze(AnalyzeIndexRequestDescriptor descri } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AnalyzeIndexResponse Analyze(Elastic.Clients.Elasticsearch.IndexName? index) @@ -143,8 +143,8 @@ public virtual AnalyzeIndexResponse Analyze(Elastic.Clients.Elasticsearch.IndexN } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AnalyzeIndexResponse Analyze(Elastic.Clients.Elasticsearch.IndexName? index, Action configureRequest) @@ -156,8 +156,8 @@ public virtual AnalyzeIndexResponse Analyze(Elastic.Clients.Elasticsearch.IndexN } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AnalyzeIndexResponse Analyze() @@ -168,8 +168,8 @@ public virtual AnalyzeIndexResponse Analyze() } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual AnalyzeIndexResponse Analyze(Action configureRequest) @@ -181,8 +181,8 @@ public virtual AnalyzeIndexResponse Analyze(Action - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(AnalyzeIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -191,8 +191,8 @@ public virtual Task AnalyzeAsync(AnalyzeIndexRe } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(Elastic.Clients.Elasticsearch.IndexName? index, CancellationToken cancellationToken = default) { @@ -202,8 +202,8 @@ public virtual Task AnalyzeAsync(Elastic.Client } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(Elastic.Clients.Elasticsearch.IndexName? index, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -214,8 +214,8 @@ public virtual Task AnalyzeAsync(Elastic.Client } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(CancellationToken cancellationToken = default) { @@ -225,8 +225,8 @@ public virtual Task AnalyzeAsync(CancellationTo } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -237,8 +237,8 @@ public virtual Task AnalyzeAsync(Action - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(AnalyzeIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -247,8 +247,8 @@ public virtual Task AnalyzeAsync(AnalyzeIndexRequestDescri } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(Elastic.Clients.Elasticsearch.IndexName? index, CancellationToken cancellationToken = default) { @@ -258,8 +258,8 @@ public virtual Task AnalyzeAsync(Elastic.Clients.Elasticse } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(Elastic.Clients.Elasticsearch.IndexName? index, Action configureRequest, CancellationToken cancellationToken = default) { @@ -270,8 +270,8 @@ public virtual Task AnalyzeAsync(Elastic.Clients.Elasticse } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(CancellationToken cancellationToken = default) { @@ -281,8 +281,8 @@ public virtual Task AnalyzeAsync(CancellationToken cancell } /// - /// Performs the analysis process on a text and return the tokens breakdown of the text. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs analysis on a text string and returns the resulting tokens. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task AnalyzeAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -293,7 +293,7 @@ public virtual Task AnalyzeAsync(Action - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -304,7 +304,7 @@ public virtual ClearCacheResponse ClearCache(ClearCacheRequest request) } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(ClearCacheRequest request, CancellationToken cancellationToken = default) @@ -314,7 +314,7 @@ public virtual Task ClearCacheAsync(ClearCacheRequest reques } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -325,7 +325,7 @@ public virtual ClearCacheResponse ClearCache(ClearCacheRequestDescrip } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -337,7 +337,7 @@ public virtual ClearCacheResponse ClearCache(Elastic.Clients.Elastics } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -350,7 +350,7 @@ public virtual ClearCacheResponse ClearCache(Elastic.Clients.Elastics } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -362,7 +362,7 @@ public virtual ClearCacheResponse ClearCache() } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -375,7 +375,7 @@ public virtual ClearCacheResponse ClearCache(Action - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -386,7 +386,7 @@ public virtual ClearCacheResponse ClearCache(ClearCacheRequestDescriptor descrip } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -398,7 +398,7 @@ public virtual ClearCacheResponse ClearCache(Elastic.Clients.Elasticsearch.Indic } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -411,7 +411,7 @@ public virtual ClearCacheResponse ClearCache(Elastic.Clients.Elasticsearch.Indic } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -423,7 +423,7 @@ public virtual ClearCacheResponse ClearCache() } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -436,7 +436,7 @@ public virtual ClearCacheResponse ClearCache(Action } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(ClearCacheRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -446,7 +446,7 @@ public virtual Task ClearCacheAsync(ClearCacheReq } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -457,7 +457,7 @@ public virtual Task ClearCacheAsync(Elastic.Clien } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -469,7 +469,7 @@ public virtual Task ClearCacheAsync(Elastic.Clien } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(CancellationToken cancellationToken = default) @@ -480,7 +480,7 @@ public virtual Task ClearCacheAsync(CancellationT } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -492,7 +492,7 @@ public virtual Task ClearCacheAsync(Action - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearCacheAsync(ClearCacheRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -502,7 +502,7 @@ public virtual Task ClearCacheAsync(ClearCacheRequestDescrip } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -513,7 +513,7 @@ public virtual Task ClearCacheAsync(Elastic.Clients.Elastics } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -525,7 +525,7 @@ public virtual Task ClearCacheAsync(Elastic.Clients.Elastics } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(CancellationToken cancellationToken = default) @@ -536,7 +536,7 @@ public virtual Task ClearCacheAsync(CancellationToken cancel } /// - /// Clears all or specific caches for one or more indices. + /// Clears the caches of one or more indices.
For data streams, the API clears the caches of the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearCacheAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -548,7 +548,7 @@ public virtual Task ClearCacheAsync(Action - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -559,7 +559,7 @@ public virtual CloneIndexResponse Clone(CloneIndexRequest request) } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloneAsync(CloneIndexRequest request, CancellationToken cancellationToken = default) @@ -569,7 +569,7 @@ public virtual Task CloneAsync(CloneIndexRequest request, Ca } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -580,7 +580,7 @@ public virtual CloneIndexResponse Clone(CloneIndexRequestDescriptor - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -592,7 +592,7 @@ public virtual CloneIndexResponse Clone(Elastic.Clients.Elasticsearch } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -605,7 +605,7 @@ public virtual CloneIndexResponse Clone(Elastic.Clients.Elasticsearch } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -617,7 +617,7 @@ public virtual CloneIndexResponse Clone(Elastic.Clients.Elasticsearch } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -630,7 +630,7 @@ public virtual CloneIndexResponse Clone(Elastic.Clients.Elasticsearch } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -641,7 +641,7 @@ public virtual CloneIndexResponse Clone(CloneIndexRequestDescriptor descriptor) } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -653,7 +653,7 @@ public virtual CloneIndexResponse Clone(Elastic.Clients.Elasticsearch.IndexName } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -666,7 +666,7 @@ public virtual CloneIndexResponse Clone(Elastic.Clients.Elasticsearch.IndexName } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloneAsync(CloneIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -676,7 +676,7 @@ public virtual Task CloneAsync(CloneIndexRequestD } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloneAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Name target, CancellationToken cancellationToken = default) @@ -687,7 +687,7 @@ public virtual Task CloneAsync(Elastic.Clients.El } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloneAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Name target, Action> configureRequest, CancellationToken cancellationToken = default) @@ -699,7 +699,7 @@ public virtual Task CloneAsync(Elastic.Clients.El } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloneAsync(Elastic.Clients.Elasticsearch.Name target, CancellationToken cancellationToken = default) @@ -710,7 +710,7 @@ public virtual Task CloneAsync(Elastic.Clients.El } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloneAsync(Elastic.Clients.Elasticsearch.Name target, Action> configureRequest, CancellationToken cancellationToken = default) @@ -722,7 +722,7 @@ public virtual Task CloneAsync(Elastic.Clients.El } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloneAsync(CloneIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -732,7 +732,7 @@ public virtual Task CloneAsync(CloneIndexRequestDescriptor d } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloneAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Name target, CancellationToken cancellationToken = default) @@ -743,7 +743,7 @@ public virtual Task CloneAsync(Elastic.Clients.Elasticsearch } /// - /// Clones an index + /// Clones an existing index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloneAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Name target, Action configureRequest, CancellationToken cancellationToken = default) @@ -756,7 +756,7 @@ public virtual Task CloneAsync(Elastic.Clients.Elasticsearch /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CloseIndexResponse Close(CloseIndexRequest request) @@ -767,7 +767,7 @@ public virtual CloseIndexResponse Close(CloseIndexRequest request) /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(CloseIndexRequest request, CancellationToken cancellationToken = default) { @@ -777,7 +777,7 @@ public virtual Task CloseAsync(CloseIndexRequest request, Ca /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CloseIndexResponse Close(CloseIndexRequestDescriptor descriptor) @@ -788,7 +788,7 @@ public virtual CloseIndexResponse Close(CloseIndexRequestDescriptor /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CloseIndexResponse Close(Elastic.Clients.Elasticsearch.Indices indices) @@ -800,7 +800,7 @@ public virtual CloseIndexResponse Close(Elastic.Clients.Elasticsearch /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CloseIndexResponse Close(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest) @@ -813,7 +813,7 @@ public virtual CloseIndexResponse Close(Elastic.Clients.Elasticsearch /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CloseIndexResponse Close() @@ -825,7 +825,7 @@ public virtual CloseIndexResponse Close() /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CloseIndexResponse Close(Action> configureRequest) @@ -838,7 +838,7 @@ public virtual CloseIndexResponse Close(Action /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CloseIndexResponse Close(CloseIndexRequestDescriptor descriptor) @@ -849,7 +849,7 @@ public virtual CloseIndexResponse Close(CloseIndexRequestDescriptor descriptor) /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CloseIndexResponse Close(Elastic.Clients.Elasticsearch.Indices indices) @@ -861,7 +861,7 @@ public virtual CloseIndexResponse Close(Elastic.Clients.Elasticsearch.Indices in /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CloseIndexResponse Close(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest) @@ -874,7 +874,7 @@ public virtual CloseIndexResponse Close(Elastic.Clients.Elasticsearch.Indices in /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(CloseIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -884,7 +884,7 @@ public virtual Task CloseAsync(CloseIndexRequestD /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) { @@ -895,7 +895,7 @@ public virtual Task CloseAsync(Elastic.Clients.El /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -907,7 +907,7 @@ public virtual Task CloseAsync(Elastic.Clients.El /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(CancellationToken cancellationToken = default) { @@ -918,7 +918,7 @@ public virtual Task CloseAsync(CancellationToken /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -930,7 +930,7 @@ public virtual Task CloseAsync(Action /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(CloseIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -940,7 +940,7 @@ public virtual Task CloseAsync(CloseIndexRequestDescriptor d /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) { @@ -951,7 +951,7 @@ public virtual Task CloseAsync(Elastic.Clients.Elasticsearch /// /// Closes an index. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CloseAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) { @@ -962,8 +962,8 @@ public virtual Task CloseAsync(Elastic.Clients.Elasticsearch } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CreateIndexResponse Create(CreateIndexRequest request) @@ -973,8 +973,8 @@ public virtual CreateIndexResponse Create(CreateIndexRequest request) } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(CreateIndexRequest request, CancellationToken cancellationToken = default) { @@ -983,8 +983,8 @@ public virtual Task CreateAsync(CreateIndexRequest request, } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CreateIndexResponse Create(CreateIndexRequestDescriptor descriptor) @@ -994,8 +994,8 @@ public virtual CreateIndexResponse Create(CreateIndexRequestDescripto } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CreateIndexResponse Create(Elastic.Clients.Elasticsearch.IndexName index) @@ -1006,8 +1006,8 @@ public virtual CreateIndexResponse Create(Elastic.Clients.Elasticsear } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CreateIndexResponse Create(Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest) @@ -1019,8 +1019,8 @@ public virtual CreateIndexResponse Create(Elastic.Clients.Elasticsear } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CreateIndexResponse Create() @@ -1031,8 +1031,8 @@ public virtual CreateIndexResponse Create() } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CreateIndexResponse Create(Action> configureRequest) @@ -1044,8 +1044,8 @@ public virtual CreateIndexResponse Create(Action - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CreateIndexResponse Create(CreateIndexRequestDescriptor descriptor) @@ -1055,8 +1055,8 @@ public virtual CreateIndexResponse Create(CreateIndexRequestDescriptor descripto } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CreateIndexResponse Create(Elastic.Clients.Elasticsearch.IndexName index) @@ -1067,8 +1067,8 @@ public virtual CreateIndexResponse Create(Elastic.Clients.Elasticsearch.IndexNam } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CreateIndexResponse Create(Elastic.Clients.Elasticsearch.IndexName index, Action configureRequest) @@ -1080,8 +1080,8 @@ public virtual CreateIndexResponse Create(Elastic.Clients.Elasticsearch.IndexNam } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(CreateIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1090,8 +1090,8 @@ public virtual Task CreateAsync(CreateIndexReque } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) { @@ -1101,8 +1101,8 @@ public virtual Task CreateAsync(Elastic.Clients. } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -1113,8 +1113,8 @@ public virtual Task CreateAsync(Elastic.Clients. } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(CancellationToken cancellationToken = default) { @@ -1124,8 +1124,8 @@ public virtual Task CreateAsync(CancellationToke } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -1136,8 +1136,8 @@ public virtual Task CreateAsync(Action - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(CreateIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -1146,8 +1146,8 @@ public virtual Task CreateAsync(CreateIndexRequestDescripto } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) { @@ -1157,8 +1157,8 @@ public virtual Task CreateAsync(Elastic.Clients.Elasticsear } /// - /// Creates an index with optional settings and mappings. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CreateAsync(Elastic.Clients.Elasticsearch.IndexName index, Action configureRequest, CancellationToken cancellationToken = default) { @@ -1169,7 +1169,7 @@ public virtual Task CreateAsync(Elastic.Clients.Elasticsear } /// - /// Creates a data stream + /// Creates a data stream.
You must have a matching index template with data stream enabled.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1180,7 +1180,7 @@ public virtual CreateDataStreamResponse CreateDataStream(CreateDataStreamRequest } /// - /// Creates a data stream + /// Creates a data stream.
You must have a matching index template with data stream enabled.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateDataStreamAsync(CreateDataStreamRequest request, CancellationToken cancellationToken = default) @@ -1190,7 +1190,7 @@ public virtual Task CreateDataStreamAsync(CreateDataSt } /// - /// Creates a data stream + /// Creates a data stream.
You must have a matching index template with data stream enabled.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1201,7 +1201,7 @@ public virtual CreateDataStreamResponse CreateDataStream(CreateDataStreamRequest } /// - /// Creates a data stream + /// Creates a data stream.
You must have a matching index template with data stream enabled.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1213,7 +1213,7 @@ public virtual CreateDataStreamResponse CreateDataStream(Elastic.Clients.Elastic } /// - /// Creates a data stream + /// Creates a data stream.
You must have a matching index template with data stream enabled.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1226,7 +1226,7 @@ public virtual CreateDataStreamResponse CreateDataStream(Elastic.Clients.Elastic } /// - /// Creates a data stream + /// Creates a data stream.
You must have a matching index template with data stream enabled.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateDataStreamAsync(CreateDataStreamRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1236,7 +1236,7 @@ public virtual Task CreateDataStreamAsync(CreateDataSt } /// - /// Creates a data stream + /// Creates a data stream.
You must have a matching index template with data stream enabled.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateDataStreamAsync(Elastic.Clients.Elasticsearch.DataStreamName name, CancellationToken cancellationToken = default) @@ -1247,7 +1247,7 @@ public virtual Task CreateDataStreamAsync(Elastic.Clie } /// - /// Creates a data stream + /// Creates a data stream.
You must have a matching index template with data stream enabled.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateDataStreamAsync(Elastic.Clients.Elasticsearch.DataStreamName name, Action configureRequest, CancellationToken cancellationToken = default) @@ -1259,7 +1259,7 @@ public virtual Task CreateDataStreamAsync(Elastic.Clie } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1270,7 +1270,7 @@ public virtual DataStreamsStatsResponse DataStreamsStats(DataStreamsStatsRequest } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DataStreamsStatsAsync(DataStreamsStatsRequest request, CancellationToken cancellationToken = default) @@ -1280,7 +1280,7 @@ public virtual Task DataStreamsStatsAsync(DataStreamsS } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1291,7 +1291,7 @@ public virtual DataStreamsStatsResponse DataStreamsStats(DataStreamsStatsRequest } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1303,7 +1303,7 @@ public virtual DataStreamsStatsResponse DataStreamsStats(Elastic.Clients.Elastic } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1316,7 +1316,7 @@ public virtual DataStreamsStatsResponse DataStreamsStats(Elastic.Clients.Elastic } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1328,7 +1328,7 @@ public virtual DataStreamsStatsResponse DataStreamsStats() } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1341,7 +1341,7 @@ public virtual DataStreamsStatsResponse DataStreamsStats(Action - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DataStreamsStatsAsync(DataStreamsStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1351,7 +1351,7 @@ public virtual Task DataStreamsStatsAsync(DataStreamsS } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DataStreamsStatsAsync(Elastic.Clients.Elasticsearch.IndexName? name, CancellationToken cancellationToken = default) @@ -1362,7 +1362,7 @@ public virtual Task DataStreamsStatsAsync(Elastic.Clie } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DataStreamsStatsAsync(Elastic.Clients.Elasticsearch.IndexName? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -1374,7 +1374,7 @@ public virtual Task DataStreamsStatsAsync(Elastic.Clie } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DataStreamsStatsAsync(CancellationToken cancellationToken = default) @@ -1385,7 +1385,7 @@ public virtual Task DataStreamsStatsAsync(Cancellation } /// - /// Provides statistics on operations happening in a data stream. + /// Retrieves statistics for one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DataStreamsStatsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -1397,7 +1397,7 @@ public virtual Task DataStreamsStatsAsync(Action - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1408,7 +1408,7 @@ public virtual DeleteIndexResponse Delete(DeleteIndexRequest request) } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(DeleteIndexRequest request, CancellationToken cancellationToken = default) @@ -1418,7 +1418,7 @@ public virtual Task DeleteAsync(DeleteIndexRequest request, } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1429,7 +1429,7 @@ public virtual DeleteIndexResponse Delete(DeleteIndexRequestDescripto } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1441,7 +1441,7 @@ public virtual DeleteIndexResponse Delete(Elastic.Clients.Elasticsear } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1454,7 +1454,7 @@ public virtual DeleteIndexResponse Delete(Elastic.Clients.Elasticsear } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1466,7 +1466,7 @@ public virtual DeleteIndexResponse Delete() } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1479,7 +1479,7 @@ public virtual DeleteIndexResponse Delete(Action - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1490,7 +1490,7 @@ public virtual DeleteIndexResponse Delete(DeleteIndexRequestDescriptor descripto } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1502,7 +1502,7 @@ public virtual DeleteIndexResponse Delete(Elastic.Clients.Elasticsearch.Indices } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1515,7 +1515,7 @@ public virtual DeleteIndexResponse Delete(Elastic.Clients.Elasticsearch.Indices } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(DeleteIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1525,7 +1525,7 @@ public virtual Task DeleteAsync(DeleteIndexReque } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -1536,7 +1536,7 @@ public virtual Task DeleteAsync(Elastic.Clients. } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1548,7 +1548,7 @@ public virtual Task DeleteAsync(Elastic.Clients. } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(CancellationToken cancellationToken = default) @@ -1559,7 +1559,7 @@ public virtual Task DeleteAsync(CancellationToke } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -1571,7 +1571,7 @@ public virtual Task DeleteAsync(Action - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(DeleteIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1581,7 +1581,7 @@ public virtual Task DeleteAsync(DeleteIndexRequestDescripto } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -1592,7 +1592,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elasticsear } /// - /// Deletes an index. + /// Deletes one or more indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -1604,7 +1604,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elasticsear } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1615,7 +1615,7 @@ public virtual DeleteAliasResponse DeleteAlias(DeleteAliasRequest request) } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(DeleteAliasRequest request, CancellationToken cancellationToken = default) @@ -1625,7 +1625,7 @@ public virtual Task DeleteAliasAsync(DeleteAliasRequest req } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1636,7 +1636,7 @@ public virtual DeleteAliasResponse DeleteAlias(DeleteAliasRequestDesc } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1648,7 +1648,7 @@ public virtual DeleteAliasResponse DeleteAlias(Elastic.Clients.Elasti } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1661,7 +1661,7 @@ public virtual DeleteAliasResponse DeleteAlias(Elastic.Clients.Elasti } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1673,7 +1673,7 @@ public virtual DeleteAliasResponse DeleteAlias(Elastic.Clients.Elasti } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1686,7 +1686,7 @@ public virtual DeleteAliasResponse DeleteAlias(Elastic.Clients.Elasti } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1697,7 +1697,7 @@ public virtual DeleteAliasResponse DeleteAlias(DeleteAliasRequestDescriptor desc } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1709,7 +1709,7 @@ public virtual DeleteAliasResponse DeleteAlias(Elastic.Clients.Elasticsearch.Ind } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1722,7 +1722,7 @@ public virtual DeleteAliasResponse DeleteAlias(Elastic.Clients.Elasticsearch.Ind } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(DeleteAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1732,7 +1732,7 @@ public virtual Task DeleteAliasAsync(DeleteAlias } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(Elastic.Clients.Elasticsearch.Indices indices, Elastic.Clients.Elasticsearch.Names name, CancellationToken cancellationToken = default) @@ -1743,7 +1743,7 @@ public virtual Task DeleteAliasAsync(Elastic.Cli } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(Elastic.Clients.Elasticsearch.Indices indices, Elastic.Clients.Elasticsearch.Names name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1755,7 +1755,7 @@ public virtual Task DeleteAliasAsync(Elastic.Cli } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(Elastic.Clients.Elasticsearch.Names name, CancellationToken cancellationToken = default) @@ -1766,7 +1766,7 @@ public virtual Task DeleteAliasAsync(Elastic.Cli } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(Elastic.Clients.Elasticsearch.Names name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1778,7 +1778,7 @@ public virtual Task DeleteAliasAsync(Elastic.Cli } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(DeleteAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1788,7 +1788,7 @@ public virtual Task DeleteAliasAsync(DeleteAliasRequestDesc } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(Elastic.Clients.Elasticsearch.Indices indices, Elastic.Clients.Elasticsearch.Names name, CancellationToken cancellationToken = default) @@ -1799,7 +1799,7 @@ public virtual Task DeleteAliasAsync(Elastic.Clients.Elasti } /// - /// Deletes an alias. + /// Removes a data stream or index from an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAliasAsync(Elastic.Clients.Elasticsearch.Indices indices, Elastic.Clients.Elasticsearch.Names name, Action configureRequest, CancellationToken cancellationToken = default) @@ -1811,7 +1811,7 @@ public virtual Task DeleteAliasAsync(Elastic.Clients.Elasti } /// - /// Deletes the data stream lifecycle of the selected data streams. + /// Removes the data lifecycle from a data stream rendering it not managed by the data stream lifecycle /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1822,7 +1822,7 @@ public virtual DeleteDataLifecycleResponse DeleteDataLifecycle(DeleteDataLifecyc } /// - /// Deletes the data stream lifecycle of the selected data streams. + /// Removes the data lifecycle from a data stream rendering it not managed by the data stream lifecycle /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataLifecycleAsync(DeleteDataLifecycleRequest request, CancellationToken cancellationToken = default) @@ -1832,7 +1832,7 @@ public virtual Task DeleteDataLifecycleAsync(Delete } /// - /// Deletes the data stream lifecycle of the selected data streams. + /// Removes the data lifecycle from a data stream rendering it not managed by the data stream lifecycle /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1843,7 +1843,7 @@ public virtual DeleteDataLifecycleResponse DeleteDataLifecycle(DeleteDataLifecyc } /// - /// Deletes the data stream lifecycle of the selected data streams. + /// Removes the data lifecycle from a data stream rendering it not managed by the data stream lifecycle /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1855,7 +1855,7 @@ public virtual DeleteDataLifecycleResponse DeleteDataLifecycle(Elastic.Clients.E } /// - /// Deletes the data stream lifecycle of the selected data streams. + /// Removes the data lifecycle from a data stream rendering it not managed by the data stream lifecycle /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1868,7 +1868,7 @@ public virtual DeleteDataLifecycleResponse DeleteDataLifecycle(Elastic.Clients.E } /// - /// Deletes the data stream lifecycle of the selected data streams. + /// Removes the data lifecycle from a data stream rendering it not managed by the data stream lifecycle /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataLifecycleAsync(DeleteDataLifecycleRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1878,7 +1878,7 @@ public virtual Task DeleteDataLifecycleAsync(Delete } /// - /// Deletes the data stream lifecycle of the selected data streams. + /// Removes the data lifecycle from a data stream rendering it not managed by the data stream lifecycle /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataLifecycleAsync(Elastic.Clients.Elasticsearch.DataStreamNames name, CancellationToken cancellationToken = default) @@ -1889,7 +1889,7 @@ public virtual Task DeleteDataLifecycleAsync(Elasti } /// - /// Deletes the data stream lifecycle of the selected data streams. + /// Removes the data lifecycle from a data stream rendering it not managed by the data stream lifecycle /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataLifecycleAsync(Elastic.Clients.Elasticsearch.DataStreamNames name, Action configureRequest, CancellationToken cancellationToken = default) @@ -1901,7 +1901,7 @@ public virtual Task DeleteDataLifecycleAsync(Elasti } /// - /// Deletes a data stream. + /// Deletes one or more data streams and their backing indices. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1912,7 +1912,7 @@ public virtual DeleteDataStreamResponse DeleteDataStream(DeleteDataStreamRequest } /// - /// Deletes a data stream. + /// Deletes one or more data streams and their backing indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataStreamAsync(DeleteDataStreamRequest request, CancellationToken cancellationToken = default) @@ -1922,7 +1922,7 @@ public virtual Task DeleteDataStreamAsync(DeleteDataSt } /// - /// Deletes a data stream. + /// Deletes one or more data streams and their backing indices. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1933,7 +1933,7 @@ public virtual DeleteDataStreamResponse DeleteDataStream(DeleteDataStreamRequest } /// - /// Deletes a data stream. + /// Deletes one or more data streams and their backing indices. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1945,7 +1945,7 @@ public virtual DeleteDataStreamResponse DeleteDataStream(Elastic.Clients.Elastic } /// - /// Deletes a data stream. + /// Deletes one or more data streams and their backing indices. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1958,7 +1958,7 @@ public virtual DeleteDataStreamResponse DeleteDataStream(Elastic.Clients.Elastic } /// - /// Deletes a data stream. + /// Deletes one or more data streams and their backing indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataStreamAsync(DeleteDataStreamRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1968,7 +1968,7 @@ public virtual Task DeleteDataStreamAsync(DeleteDataSt } /// - /// Deletes a data stream. + /// Deletes one or more data streams and their backing indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataStreamAsync(Elastic.Clients.Elasticsearch.DataStreamNames name, CancellationToken cancellationToken = default) @@ -1979,7 +1979,7 @@ public virtual Task DeleteDataStreamAsync(Elastic.Clie } /// - /// Deletes a data stream. + /// Deletes one or more data streams and their backing indices. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataStreamAsync(Elastic.Clients.Elasticsearch.DataStreamNames name, Action configureRequest, CancellationToken cancellationToken = default) @@ -1991,7 +1991,7 @@ public virtual Task DeleteDataStreamAsync(Elastic.Clie } /// - /// Deletes an index template. + /// The provided may contain multiple template names separated by a comma. If multiple template
names are specified then there is no wildcard support and the provided names should match completely with
existing templates.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2002,7 +2002,7 @@ public virtual DeleteIndexTemplateResponse DeleteIndexTemplate(DeleteIndexTempla } /// - /// Deletes an index template. + /// The provided may contain multiple template names separated by a comma. If multiple template
names are specified then there is no wildcard support and the provided names should match completely with
existing templates.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteIndexTemplateAsync(DeleteIndexTemplateRequest request, CancellationToken cancellationToken = default) @@ -2012,7 +2012,7 @@ public virtual Task DeleteIndexTemplateAsync(Delete } /// - /// Deletes an index template. + /// The provided may contain multiple template names separated by a comma. If multiple template
names are specified then there is no wildcard support and the provided names should match completely with
existing templates.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2023,7 +2023,7 @@ public virtual DeleteIndexTemplateResponse DeleteIndexTemplate(DeleteIndexTempla } /// - /// Deletes an index template. + /// The provided may contain multiple template names separated by a comma. If multiple template
names are specified then there is no wildcard support and the provided names should match completely with
existing templates.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2035,7 +2035,7 @@ public virtual DeleteIndexTemplateResponse DeleteIndexTemplate(Elastic.Clients.E } /// - /// Deletes an index template. + /// The provided may contain multiple template names separated by a comma. If multiple template
names are specified then there is no wildcard support and the provided names should match completely with
existing templates.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2048,7 +2048,7 @@ public virtual DeleteIndexTemplateResponse DeleteIndexTemplate(Elastic.Clients.E } /// - /// Deletes an index template. + /// The provided may contain multiple template names separated by a comma. If multiple template
names are specified then there is no wildcard support and the provided names should match completely with
existing templates.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteIndexTemplateAsync(DeleteIndexTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2058,7 +2058,7 @@ public virtual Task DeleteIndexTemplateAsync(Delete } /// - /// Deletes an index template. + /// The provided may contain multiple template names separated by a comma. If multiple template
names are specified then there is no wildcard support and the provided names should match completely with
existing templates.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteIndexTemplateAsync(Elastic.Clients.Elasticsearch.Names name, CancellationToken cancellationToken = default) @@ -2069,7 +2069,7 @@ public virtual Task DeleteIndexTemplateAsync(Elasti } /// - /// Deletes an index template. + /// The provided may contain multiple template names separated by a comma. If multiple template
names are specified then there is no wildcard support and the provided names should match completely with
existing templates.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteIndexTemplateAsync(Elastic.Clients.Elasticsearch.Names name, Action configureRequest, CancellationToken cancellationToken = default) @@ -2081,7 +2081,7 @@ public virtual Task DeleteIndexTemplateAsync(Elasti } /// - /// Deletes an index template. + /// Deletes a legacy index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2092,7 +2092,7 @@ public virtual DeleteTemplateResponse DeleteTemplate(DeleteTemplateRequest reque } /// - /// Deletes an index template. + /// Deletes a legacy index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteTemplateAsync(DeleteTemplateRequest request, CancellationToken cancellationToken = default) @@ -2102,7 +2102,7 @@ public virtual Task DeleteTemplateAsync(DeleteTemplateRe } /// - /// Deletes an index template. + /// Deletes a legacy index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2113,7 +2113,7 @@ public virtual DeleteTemplateResponse DeleteTemplate(DeleteTemplateRequestDescri } /// - /// Deletes an index template. + /// Deletes a legacy index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2125,7 +2125,7 @@ public virtual DeleteTemplateResponse DeleteTemplate(Elastic.Clients.Elasticsear } /// - /// Deletes an index template. + /// Deletes a legacy index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2138,7 +2138,7 @@ public virtual DeleteTemplateResponse DeleteTemplate(Elastic.Clients.Elasticsear } /// - /// Deletes an index template. + /// Deletes a legacy index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteTemplateAsync(DeleteTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2148,7 +2148,7 @@ public virtual Task DeleteTemplateAsync(DeleteTemplateRe } /// - /// Deletes an index template. + /// Deletes a legacy index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteTemplateAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) @@ -2159,7 +2159,7 @@ public virtual Task DeleteTemplateAsync(Elastic.Clients. } /// - /// Deletes an index template. + /// Deletes a legacy index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteTemplateAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) @@ -2171,8 +2171,8 @@ public virtual Task DeleteTemplateAsync(Elastic.Clients. } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DiskUsageResponse DiskUsage(DiskUsageRequest request) @@ -2182,8 +2182,8 @@ public virtual DiskUsageResponse DiskUsage(DiskUsageRequest request) } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DiskUsageAsync(DiskUsageRequest request, CancellationToken cancellationToken = default) { @@ -2192,8 +2192,8 @@ public virtual Task DiskUsageAsync(DiskUsageRequest request, } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DiskUsageResponse DiskUsage(DiskUsageRequestDescriptor descriptor) @@ -2203,8 +2203,8 @@ public virtual DiskUsageResponse DiskUsage(DiskUsageRequestDescriptor } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DiskUsageResponse DiskUsage(Elastic.Clients.Elasticsearch.Indices indices) @@ -2215,8 +2215,8 @@ public virtual DiskUsageResponse DiskUsage(Elastic.Clients.Elasticsea } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DiskUsageResponse DiskUsage(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest) @@ -2228,8 +2228,8 @@ public virtual DiskUsageResponse DiskUsage(Elastic.Clients.Elasticsea } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DiskUsageResponse DiskUsage() @@ -2240,8 +2240,8 @@ public virtual DiskUsageResponse DiskUsage() } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DiskUsageResponse DiskUsage(Action> configureRequest) @@ -2253,8 +2253,8 @@ public virtual DiskUsageResponse DiskUsage(Action - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DiskUsageResponse DiskUsage(DiskUsageRequestDescriptor descriptor) @@ -2264,8 +2264,8 @@ public virtual DiskUsageResponse DiskUsage(DiskUsageRequestDescriptor descriptor } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DiskUsageResponse DiskUsage(Elastic.Clients.Elasticsearch.Indices indices) @@ -2276,8 +2276,8 @@ public virtual DiskUsageResponse DiskUsage(Elastic.Clients.Elasticsearch.Indices } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DiskUsageResponse DiskUsage(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest) @@ -2289,8 +2289,8 @@ public virtual DiskUsageResponse DiskUsage(Elastic.Clients.Elasticsearch.Indices } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DiskUsageAsync(DiskUsageRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -2299,8 +2299,8 @@ public virtual Task DiskUsageAsync(DiskUsageReques } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DiskUsageAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) { @@ -2310,8 +2310,8 @@ public virtual Task DiskUsageAsync(Elastic.Clients } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DiskUsageAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -2322,8 +2322,8 @@ public virtual Task DiskUsageAsync(Elastic.Clients } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DiskUsageAsync(CancellationToken cancellationToken = default) { @@ -2333,8 +2333,8 @@ public virtual Task DiskUsageAsync(CancellationTok } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DiskUsageAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -2345,8 +2345,8 @@ public virtual Task DiskUsageAsync(Action - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DiskUsageAsync(DiskUsageRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -2355,8 +2355,8 @@ public virtual Task DiskUsageAsync(DiskUsageRequestDescriptor } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DiskUsageAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) { @@ -2366,8 +2366,8 @@ public virtual Task DiskUsageAsync(Elastic.Clients.Elasticsea } /// - /// Analyzes the disk usage of each field of an index or data stream - /// Learn more about this API in the Elasticsearch documentation. + /// Analyzes the disk usage of each field of an index or data stream. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DiskUsageAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) { @@ -2378,8 +2378,8 @@ public virtual Task DiskUsageAsync(Elastic.Clients.Elasticsea } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DownsampleResponse Downsample(DownsampleRequest request) @@ -2389,8 +2389,8 @@ public virtual DownsampleResponse Downsample(DownsampleRequest request) } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DownsampleAsync(DownsampleRequest request, CancellationToken cancellationToken = default) { @@ -2399,8 +2399,8 @@ public virtual Task DownsampleAsync(DownsampleRequest reques } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DownsampleResponse Downsample(DownsampleRequestDescriptor descriptor) @@ -2410,8 +2410,8 @@ public virtual DownsampleResponse Downsample(DownsampleRequestDescrip } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DownsampleResponse Downsample(Elastic.Clients.Elasticsearch.IndexManagement.DownsampleConfig config, Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName targetIndex) @@ -2422,8 +2422,8 @@ public virtual DownsampleResponse Downsample(Elastic.Clients.Elastics } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DownsampleResponse Downsample(Elastic.Clients.Elasticsearch.IndexManagement.DownsampleConfig config, Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName targetIndex, Action> configureRequest) @@ -2435,8 +2435,8 @@ public virtual DownsampleResponse Downsample(Elastic.Clients.Elastics } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DownsampleResponse Downsample(DownsampleRequestDescriptor descriptor) @@ -2446,8 +2446,8 @@ public virtual DownsampleResponse Downsample(DownsampleRequestDescriptor descrip } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DownsampleResponse Downsample(Elastic.Clients.Elasticsearch.IndexManagement.DownsampleConfig config, Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName targetIndex) @@ -2458,8 +2458,8 @@ public virtual DownsampleResponse Downsample(Elastic.Clients.Elasticsearch.Index } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DownsampleResponse Downsample(Elastic.Clients.Elasticsearch.IndexManagement.DownsampleConfig config, Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName targetIndex, Action configureRequest) @@ -2471,8 +2471,8 @@ public virtual DownsampleResponse Downsample(Elastic.Clients.Elasticsearch.Index } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DownsampleAsync(DownsampleRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -2481,8 +2481,8 @@ public virtual Task DownsampleAsync(DownsampleReq } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DownsampleAsync(Elastic.Clients.Elasticsearch.IndexManagement.DownsampleConfig config, Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName targetIndex, CancellationToken cancellationToken = default) { @@ -2492,8 +2492,8 @@ public virtual Task DownsampleAsync(Elastic.Clien } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DownsampleAsync(Elastic.Clients.Elasticsearch.IndexManagement.DownsampleConfig config, Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName targetIndex, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -2504,8 +2504,8 @@ public virtual Task DownsampleAsync(Elastic.Clien } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DownsampleAsync(DownsampleRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -2514,8 +2514,8 @@ public virtual Task DownsampleAsync(DownsampleRequestDescrip } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DownsampleAsync(Elastic.Clients.Elasticsearch.IndexManagement.DownsampleConfig config, Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName targetIndex, CancellationToken cancellationToken = default) { @@ -2525,8 +2525,8 @@ public virtual Task DownsampleAsync(Elastic.Clients.Elastics } /// - /// Downsample an index - /// Learn more about this API in the Elasticsearch documentation. + /// Aggregates a time series (TSDS) index and stores pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`) for each metric field grouped by a configured time interval. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DownsampleAsync(Elastic.Clients.Elasticsearch.IndexManagement.DownsampleConfig config, Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName targetIndex, Action configureRequest, CancellationToken cancellationToken = default) { @@ -2537,7 +2537,7 @@ public virtual Task DownsampleAsync(Elastic.Clients.Elastics } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2548,7 +2548,7 @@ public virtual ExistsResponse Exists(ExistsRequest request) } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(ExistsRequest request, CancellationToken cancellationToken = default) @@ -2558,7 +2558,7 @@ public virtual Task ExistsAsync(ExistsRequest request, Cancellat } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2569,7 +2569,7 @@ public virtual ExistsResponse Exists(ExistsRequestDescriptor - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2581,7 +2581,7 @@ public virtual ExistsResponse Exists(Elastic.Clients.Elasticsearch.In } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2594,7 +2594,7 @@ public virtual ExistsResponse Exists(Elastic.Clients.Elasticsearch.In } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2606,7 +2606,7 @@ public virtual ExistsResponse Exists() } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2619,7 +2619,7 @@ public virtual ExistsResponse Exists(Action - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2630,7 +2630,7 @@ public virtual ExistsResponse Exists(ExistsRequestDescriptor descriptor) } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2642,7 +2642,7 @@ public virtual ExistsResponse Exists(Elastic.Clients.Elasticsearch.Indices indic } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2655,7 +2655,7 @@ public virtual ExistsResponse Exists(Elastic.Clients.Elasticsearch.Indices indic } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(ExistsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2665,7 +2665,7 @@ public virtual Task ExistsAsync(ExistsRequestDescript } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -2676,7 +2676,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elast } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2688,7 +2688,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elast } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(CancellationToken cancellationToken = default) @@ -2699,7 +2699,7 @@ public virtual Task ExistsAsync(CancellationToken can } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -2711,7 +2711,7 @@ public virtual Task ExistsAsync(Action - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(ExistsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2721,7 +2721,7 @@ public virtual Task ExistsAsync(ExistsRequestDescriptor descript } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -2732,7 +2732,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.In } /// - /// Returns information about whether a particular index exists. + /// Checks if a data stream, index, or alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -2744,7 +2744,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.In } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2755,7 +2755,7 @@ public virtual ExistsAliasResponse ExistsAlias(ExistsAliasRequest request) } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(ExistsAliasRequest request, CancellationToken cancellationToken = default) @@ -2765,7 +2765,7 @@ public virtual Task ExistsAliasAsync(ExistsAliasRequest req } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2776,7 +2776,7 @@ public virtual ExistsAliasResponse ExistsAlias(ExistsAliasRequestDesc } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2788,7 +2788,7 @@ public virtual ExistsAliasResponse ExistsAlias(Elastic.Clients.Elasti } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2801,7 +2801,7 @@ public virtual ExistsAliasResponse ExistsAlias(Elastic.Clients.Elasti } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2813,7 +2813,7 @@ public virtual ExistsAliasResponse ExistsAlias(Elastic.Clients.Elasti } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2826,7 +2826,7 @@ public virtual ExistsAliasResponse ExistsAlias(Elastic.Clients.Elasti } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2837,7 +2837,7 @@ public virtual ExistsAliasResponse ExistsAlias(ExistsAliasRequestDescriptor desc } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2849,7 +2849,7 @@ public virtual ExistsAliasResponse ExistsAlias(Elastic.Clients.Elasticsearch.Ind } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2862,7 +2862,7 @@ public virtual ExistsAliasResponse ExistsAlias(Elastic.Clients.Elasticsearch.Ind } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2874,7 +2874,7 @@ public virtual ExistsAliasResponse ExistsAlias(Elastic.Clients.Elasticsearch.Nam } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2887,7 +2887,7 @@ public virtual ExistsAliasResponse ExistsAlias(Elastic.Clients.Elasticsearch.Nam } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(ExistsAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2897,7 +2897,7 @@ public virtual Task ExistsAliasAsync(ExistsAlias } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Names name, CancellationToken cancellationToken = default) @@ -2908,7 +2908,7 @@ public virtual Task ExistsAliasAsync(Elastic.Cli } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Names name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2920,7 +2920,7 @@ public virtual Task ExistsAliasAsync(Elastic.Cli } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Names name, CancellationToken cancellationToken = default) @@ -2931,7 +2931,7 @@ public virtual Task ExistsAliasAsync(Elastic.Cli } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Names name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2943,7 +2943,7 @@ public virtual Task ExistsAliasAsync(Elastic.Cli } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(ExistsAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2953,7 +2953,7 @@ public virtual Task ExistsAliasAsync(ExistsAliasRequestDesc } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Names name, CancellationToken cancellationToken = default) @@ -2964,7 +2964,7 @@ public virtual Task ExistsAliasAsync(Elastic.Clients.Elasti } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Names name, Action configureRequest, CancellationToken cancellationToken = default) @@ -2976,7 +2976,7 @@ public virtual Task ExistsAliasAsync(Elastic.Clients.Elasti } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Names name, CancellationToken cancellationToken = default) @@ -2987,7 +2987,7 @@ public virtual Task ExistsAliasAsync(Elastic.Clients.Elasti } /// - /// Returns information about whether a particular alias exists. + /// Checks if an alias exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAliasAsync(Elastic.Clients.Elasticsearch.Names name, Action configureRequest, CancellationToken cancellationToken = default) @@ -3386,7 +3386,7 @@ public virtual Task ExplainDataLifecycleAsync(Elas } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3397,7 +3397,7 @@ public virtual FieldUsageStatsResponse FieldUsageStats(FieldUsageStatsRequest re } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FieldUsageStatsAsync(FieldUsageStatsRequest request, CancellationToken cancellationToken = default) @@ -3407,7 +3407,7 @@ public virtual Task FieldUsageStatsAsync(FieldUsageStat } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3418,7 +3418,7 @@ public virtual FieldUsageStatsResponse FieldUsageStats(FieldUsageStat } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3430,7 +3430,7 @@ public virtual FieldUsageStatsResponse FieldUsageStats(Elastic.Client } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3443,7 +3443,7 @@ public virtual FieldUsageStatsResponse FieldUsageStats(Elastic.Client } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3455,7 +3455,7 @@ public virtual FieldUsageStatsResponse FieldUsageStats() } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3468,7 +3468,7 @@ public virtual FieldUsageStatsResponse FieldUsageStats(Action - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3479,7 +3479,7 @@ public virtual FieldUsageStatsResponse FieldUsageStats(FieldUsageStatsRequestDes } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3491,7 +3491,7 @@ public virtual FieldUsageStatsResponse FieldUsageStats(Elastic.Clients.Elasticse } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3504,7 +3504,7 @@ public virtual FieldUsageStatsResponse FieldUsageStats(Elastic.Clients.Elasticse } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FieldUsageStatsAsync(FieldUsageStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3514,7 +3514,7 @@ public virtual Task FieldUsageStatsAsync(Fie } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FieldUsageStatsAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -3525,7 +3525,7 @@ public virtual Task FieldUsageStatsAsync(Ela } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FieldUsageStatsAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3537,7 +3537,7 @@ public virtual Task FieldUsageStatsAsync(Ela } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FieldUsageStatsAsync(CancellationToken cancellationToken = default) @@ -3548,7 +3548,7 @@ public virtual Task FieldUsageStatsAsync(Can } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FieldUsageStatsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -3560,7 +3560,7 @@ public virtual Task FieldUsageStatsAsync(Act } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FieldUsageStatsAsync(FieldUsageStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3570,7 +3570,7 @@ public virtual Task FieldUsageStatsAsync(FieldUsageStat } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FieldUsageStatsAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -3581,7 +3581,7 @@ public virtual Task FieldUsageStatsAsync(Elastic.Client } /// - /// Returns the field usage stats for each field of an index + /// Returns field usage information for each shard and field of an index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FieldUsageStatsAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -3593,8 +3593,8 @@ public virtual Task FieldUsageStatsAsync(Elastic.Client } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FlushResponse Flush(FlushRequest request) @@ -3604,8 +3604,8 @@ public virtual FlushResponse Flush(FlushRequest request) } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(FlushRequest request, CancellationToken cancellationToken = default) { @@ -3614,8 +3614,8 @@ public virtual Task FlushAsync(FlushRequest request, Cancellation } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FlushResponse Flush(FlushRequestDescriptor descriptor) @@ -3625,8 +3625,8 @@ public virtual FlushResponse Flush(FlushRequestDescriptor } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FlushResponse Flush(Elastic.Clients.Elasticsearch.Indices? indices) @@ -3637,8 +3637,8 @@ public virtual FlushResponse Flush(Elastic.Clients.Elasticsearch.Indi } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FlushResponse Flush(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest) @@ -3650,8 +3650,8 @@ public virtual FlushResponse Flush(Elastic.Clients.Elasticsearch.Indi } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FlushResponse Flush() @@ -3662,8 +3662,8 @@ public virtual FlushResponse Flush() } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FlushResponse Flush(Action> configureRequest) @@ -3675,8 +3675,8 @@ public virtual FlushResponse Flush(Action - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FlushResponse Flush(FlushRequestDescriptor descriptor) @@ -3686,8 +3686,8 @@ public virtual FlushResponse Flush(FlushRequestDescriptor descriptor) } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FlushResponse Flush(Elastic.Clients.Elasticsearch.Indices? indices) @@ -3698,8 +3698,8 @@ public virtual FlushResponse Flush(Elastic.Clients.Elasticsearch.Indices? indice } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FlushResponse Flush(Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest) @@ -3711,8 +3711,8 @@ public virtual FlushResponse Flush(Elastic.Clients.Elasticsearch.Indices? indice } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FlushResponse Flush() @@ -3723,8 +3723,8 @@ public virtual FlushResponse Flush() } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual FlushResponse Flush(Action configureRequest) @@ -3736,8 +3736,8 @@ public virtual FlushResponse Flush(Action configureReque } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(FlushRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -3746,8 +3746,8 @@ public virtual Task FlushAsync(FlushRequestDescriptor< } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) { @@ -3757,8 +3757,8 @@ public virtual Task FlushAsync(Elastic.Clients.Elastic } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -3769,8 +3769,8 @@ public virtual Task FlushAsync(Elastic.Clients.Elastic } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(CancellationToken cancellationToken = default) { @@ -3780,8 +3780,8 @@ public virtual Task FlushAsync(CancellationToken cance } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -3792,8 +3792,8 @@ public virtual Task FlushAsync(Action - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(FlushRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -3802,8 +3802,8 @@ public virtual Task FlushAsync(FlushRequestDescriptor descriptor, } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) { @@ -3813,8 +3813,8 @@ public virtual Task FlushAsync(Elastic.Clients.Elasticsearch.Indi } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) { @@ -3825,8 +3825,8 @@ public virtual Task FlushAsync(Elastic.Clients.Elasticsearch.Indi } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(CancellationToken cancellationToken = default) { @@ -3836,8 +3836,8 @@ public virtual Task FlushAsync(CancellationToken cancellationToke } /// - /// Performs the flush operation on one or more indices. - /// Learn more about this API in the Elasticsearch documentation. + /// Flushes one or more data streams or indices. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FlushAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -4103,7 +4103,7 @@ public virtual Task ForcemergeAsync(Action - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4114,7 +4114,7 @@ public virtual GetIndexResponse Get(GetIndexRequest request) } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(GetIndexRequest request, CancellationToken cancellationToken = default) @@ -4124,7 +4124,7 @@ public virtual Task GetAsync(GetIndexRequest request, Cancella } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4135,7 +4135,7 @@ public virtual GetIndexResponse Get(GetIndexRequestDescriptor - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4147,7 +4147,7 @@ public virtual GetIndexResponse Get(Elastic.Clients.Elasticsearch.Ind } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4160,7 +4160,7 @@ public virtual GetIndexResponse Get(Elastic.Clients.Elasticsearch.Ind } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4172,7 +4172,7 @@ public virtual GetIndexResponse Get() } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4185,7 +4185,7 @@ public virtual GetIndexResponse Get(Action - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4196,7 +4196,7 @@ public virtual GetIndexResponse Get(GetIndexRequestDescriptor descriptor) } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4208,7 +4208,7 @@ public virtual GetIndexResponse Get(Elastic.Clients.Elasticsearch.Indices indice } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4221,7 +4221,7 @@ public virtual GetIndexResponse Get(Elastic.Clients.Elasticsearch.Indices indice } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(GetIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4231,7 +4231,7 @@ public virtual Task GetAsync(GetIndexRequestDescrip } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -4242,7 +4242,7 @@ public virtual Task GetAsync(Elastic.Clients.Elasti } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -4254,7 +4254,7 @@ public virtual Task GetAsync(Elastic.Clients.Elasti } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(CancellationToken cancellationToken = default) @@ -4265,7 +4265,7 @@ public virtual Task GetAsync(CancellationToken canc } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -4277,7 +4277,7 @@ public virtual Task GetAsync(Action - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(GetIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4287,7 +4287,7 @@ public virtual Task GetAsync(GetIndexRequestDescriptor descrip } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -4298,7 +4298,7 @@ public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Ind } /// - /// Returns information about one or more indices. + /// Returns information about one or more indices. For data streams, the API returns information about the
stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -4310,7 +4310,7 @@ public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Ind } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4321,7 +4321,7 @@ public virtual GetAliasResponse GetAlias(GetAliasRequest request) } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(GetAliasRequest request, CancellationToken cancellationToken = default) @@ -4331,7 +4331,7 @@ public virtual Task GetAliasAsync(GetAliasRequest request, Can } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4342,7 +4342,7 @@ public virtual GetAliasResponse GetAlias(GetAliasRequestDescriptor - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4354,7 +4354,7 @@ public virtual GetAliasResponse GetAlias(Elastic.Clients.Elasticsearc } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4367,7 +4367,7 @@ public virtual GetAliasResponse GetAlias(Elastic.Clients.Elasticsearc } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4379,7 +4379,7 @@ public virtual GetAliasResponse GetAlias() } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4392,7 +4392,7 @@ public virtual GetAliasResponse GetAlias(Action - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4403,7 +4403,7 @@ public virtual GetAliasResponse GetAlias(GetAliasRequestDescriptor descriptor) } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4415,7 +4415,7 @@ public virtual GetAliasResponse GetAlias(Elastic.Clients.Elasticsearch.Indices? } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4428,7 +4428,7 @@ public virtual GetAliasResponse GetAlias(Elastic.Clients.Elasticsearch.Indices? } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4440,7 +4440,7 @@ public virtual GetAliasResponse GetAlias() } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4453,7 +4453,7 @@ public virtual GetAliasResponse GetAlias(Action confi } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(GetAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4463,7 +4463,7 @@ public virtual Task GetAliasAsync(GetAliasRequestDe } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Names? name, CancellationToken cancellationToken = default) @@ -4474,7 +4474,7 @@ public virtual Task GetAliasAsync(Elastic.Clients.E } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Names? name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -4486,7 +4486,7 @@ public virtual Task GetAliasAsync(Elastic.Clients.E } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(CancellationToken cancellationToken = default) @@ -4497,7 +4497,7 @@ public virtual Task GetAliasAsync(CancellationToken } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -4509,7 +4509,7 @@ public virtual Task GetAliasAsync(Action - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(GetAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4519,7 +4519,7 @@ public virtual Task GetAliasAsync(GetAliasRequestDescriptor de } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Names? name, CancellationToken cancellationToken = default) @@ -4530,7 +4530,7 @@ public virtual Task GetAliasAsync(Elastic.Clients.Elasticsearc } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Names? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -4542,7 +4542,7 @@ public virtual Task GetAliasAsync(Elastic.Clients.Elasticsearc } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(CancellationToken cancellationToken = default) @@ -4553,7 +4553,7 @@ public virtual Task GetAliasAsync(CancellationToken cancellati } /// - /// Returns an alias. + /// Retrieves information for one or more aliases. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAliasAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -4565,7 +4565,7 @@ public virtual Task GetAliasAsync(Action - /// Returns the data stream lifecycle of the selected data streams. + /// Retrieves the data stream lifecycle configuration of one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4576,7 +4576,7 @@ public virtual GetDataLifecycleResponse GetDataLifecycle(GetDataLifecycleRequest } /// - /// Returns the data stream lifecycle of the selected data streams. + /// Retrieves the data stream lifecycle configuration of one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataLifecycleAsync(GetDataLifecycleRequest request, CancellationToken cancellationToken = default) @@ -4586,7 +4586,7 @@ public virtual Task GetDataLifecycleAsync(GetDataLifec } /// - /// Returns the data stream lifecycle of the selected data streams. + /// Retrieves the data stream lifecycle configuration of one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4597,7 +4597,7 @@ public virtual GetDataLifecycleResponse GetDataLifecycle(GetDataLifecycleRequest } /// - /// Returns the data stream lifecycle of the selected data streams. + /// Retrieves the data stream lifecycle configuration of one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4609,7 +4609,7 @@ public virtual GetDataLifecycleResponse GetDataLifecycle(Elastic.Clients.Elastic } /// - /// Returns the data stream lifecycle of the selected data streams. + /// Retrieves the data stream lifecycle configuration of one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4622,7 +4622,7 @@ public virtual GetDataLifecycleResponse GetDataLifecycle(Elastic.Clients.Elastic } /// - /// Returns the data stream lifecycle of the selected data streams. + /// Retrieves the data stream lifecycle configuration of one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataLifecycleAsync(GetDataLifecycleRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4632,7 +4632,7 @@ public virtual Task GetDataLifecycleAsync(GetDataLifec } /// - /// Returns the data stream lifecycle of the selected data streams. + /// Retrieves the data stream lifecycle configuration of one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataLifecycleAsync(Elastic.Clients.Elasticsearch.DataStreamNames name, CancellationToken cancellationToken = default) @@ -4643,7 +4643,7 @@ public virtual Task GetDataLifecycleAsync(Elastic.Clie } /// - /// Returns the data stream lifecycle of the selected data streams. + /// Retrieves the data stream lifecycle configuration of one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataLifecycleAsync(Elastic.Clients.Elasticsearch.DataStreamNames name, Action configureRequest, CancellationToken cancellationToken = default) @@ -4655,7 +4655,7 @@ public virtual Task GetDataLifecycleAsync(Elastic.Clie } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4666,7 +4666,7 @@ public virtual GetDataStreamResponse GetDataStream(GetDataStreamRequest request) } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataStreamAsync(GetDataStreamRequest request, CancellationToken cancellationToken = default) @@ -4676,7 +4676,7 @@ public virtual Task GetDataStreamAsync(GetDataStreamReque } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4687,7 +4687,7 @@ public virtual GetDataStreamResponse GetDataStream(GetDataStreamRequestDescripto } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4699,7 +4699,7 @@ public virtual GetDataStreamResponse GetDataStream(Elastic.Clients.Elasticsearch } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4712,7 +4712,7 @@ public virtual GetDataStreamResponse GetDataStream(Elastic.Clients.Elasticsearch } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4724,7 +4724,7 @@ public virtual GetDataStreamResponse GetDataStream() } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4737,7 +4737,7 @@ public virtual GetDataStreamResponse GetDataStream(Action - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataStreamAsync(GetDataStreamRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4747,7 +4747,7 @@ public virtual Task GetDataStreamAsync(GetDataStreamReque } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataStreamAsync(Elastic.Clients.Elasticsearch.DataStreamNames? name, CancellationToken cancellationToken = default) @@ -4758,7 +4758,7 @@ public virtual Task GetDataStreamAsync(Elastic.Clients.El } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataStreamAsync(Elastic.Clients.Elasticsearch.DataStreamNames? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -4770,7 +4770,7 @@ public virtual Task GetDataStreamAsync(Elastic.Clients.El } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataStreamAsync(CancellationToken cancellationToken = default) @@ -4781,7 +4781,7 @@ public virtual Task GetDataStreamAsync(CancellationToken } /// - /// Returns data streams. + /// Retrieves information about one or more data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataStreamAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -4793,7 +4793,7 @@ public virtual Task GetDataStreamAsync(Action - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4804,7 +4804,7 @@ public virtual GetFieldMappingResponse GetFieldMapping(GetFieldMappingRequest re } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFieldMappingAsync(GetFieldMappingRequest request, CancellationToken cancellationToken = default) @@ -4814,7 +4814,7 @@ public virtual Task GetFieldMappingAsync(GetFieldMappin } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4825,7 +4825,7 @@ public virtual GetFieldMappingResponse GetFieldMapping(GetFieldMappin } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4837,7 +4837,7 @@ public virtual GetFieldMappingResponse GetFieldMapping(Elastic.Client } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4850,7 +4850,7 @@ public virtual GetFieldMappingResponse GetFieldMapping(Elastic.Client } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4862,7 +4862,7 @@ public virtual GetFieldMappingResponse GetFieldMapping(Elastic.Client } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4875,7 +4875,7 @@ public virtual GetFieldMappingResponse GetFieldMapping(Elastic.Client } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4886,7 +4886,7 @@ public virtual GetFieldMappingResponse GetFieldMapping(GetFieldMappingRequestDes } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4898,7 +4898,7 @@ public virtual GetFieldMappingResponse GetFieldMapping(Elastic.Clients.Elasticse } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4911,7 +4911,7 @@ public virtual GetFieldMappingResponse GetFieldMapping(Elastic.Clients.Elasticse } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4923,7 +4923,7 @@ public virtual GetFieldMappingResponse GetFieldMapping(Elastic.Clients.Elasticse } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4936,7 +4936,7 @@ public virtual GetFieldMappingResponse GetFieldMapping(Elastic.Clients.Elasticse } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFieldMappingAsync(GetFieldMappingRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4946,7 +4946,7 @@ public virtual Task GetFieldMappingAsync(Get } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFieldMappingAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Fields fields, CancellationToken cancellationToken = default) @@ -4957,7 +4957,7 @@ public virtual Task GetFieldMappingAsync(Ela } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFieldMappingAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Fields fields, Action> configureRequest, CancellationToken cancellationToken = default) @@ -4969,7 +4969,7 @@ public virtual Task GetFieldMappingAsync(Ela } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFieldMappingAsync(Elastic.Clients.Elasticsearch.Fields fields, CancellationToken cancellationToken = default) @@ -4980,7 +4980,7 @@ public virtual Task GetFieldMappingAsync(Ela } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFieldMappingAsync(Elastic.Clients.Elasticsearch.Fields fields, Action> configureRequest, CancellationToken cancellationToken = default) @@ -4992,7 +4992,7 @@ public virtual Task GetFieldMappingAsync(Ela } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFieldMappingAsync(GetFieldMappingRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5002,7 +5002,7 @@ public virtual Task GetFieldMappingAsync(GetFieldMappin } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFieldMappingAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Fields fields, CancellationToken cancellationToken = default) @@ -5013,7 +5013,7 @@ public virtual Task GetFieldMappingAsync(Elastic.Client } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFieldMappingAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Fields fields, Action configureRequest, CancellationToken cancellationToken = default) @@ -5025,7 +5025,7 @@ public virtual Task GetFieldMappingAsync(Elastic.Client } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFieldMappingAsync(Elastic.Clients.Elasticsearch.Fields fields, CancellationToken cancellationToken = default) @@ -5036,7 +5036,7 @@ public virtual Task GetFieldMappingAsync(Elastic.Client } /// - /// Returns mapping for one or more fields. + /// Retrieves mapping definitions for one or more fields.
For data streams, the API retrieves field mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFieldMappingAsync(Elastic.Clients.Elasticsearch.Fields fields, Action configureRequest, CancellationToken cancellationToken = default) @@ -5048,7 +5048,7 @@ public virtual Task GetFieldMappingAsync(Elastic.Client } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5059,7 +5059,7 @@ public virtual GetIndexTemplateResponse GetIndexTemplate(GetIndexTemplateRequest } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetIndexTemplateAsync(GetIndexTemplateRequest request, CancellationToken cancellationToken = default) @@ -5069,7 +5069,7 @@ public virtual Task GetIndexTemplateAsync(GetIndexTemp } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5080,7 +5080,7 @@ public virtual GetIndexTemplateResponse GetIndexTemplate(GetIndexTemplateRequest } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5092,7 +5092,7 @@ public virtual GetIndexTemplateResponse GetIndexTemplate(Elastic.Clients.Elastic } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5105,7 +5105,7 @@ public virtual GetIndexTemplateResponse GetIndexTemplate(Elastic.Clients.Elastic } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5117,7 +5117,7 @@ public virtual GetIndexTemplateResponse GetIndexTemplate() } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5130,7 +5130,7 @@ public virtual GetIndexTemplateResponse GetIndexTemplate(Action - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetIndexTemplateAsync(GetIndexTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5140,7 +5140,7 @@ public virtual Task GetIndexTemplateAsync(GetIndexTemp } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetIndexTemplateAsync(Elastic.Clients.Elasticsearch.Name? name, CancellationToken cancellationToken = default) @@ -5151,7 +5151,7 @@ public virtual Task GetIndexTemplateAsync(Elastic.Clie } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetIndexTemplateAsync(Elastic.Clients.Elasticsearch.Name? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -5163,7 +5163,7 @@ public virtual Task GetIndexTemplateAsync(Elastic.Clie } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetIndexTemplateAsync(CancellationToken cancellationToken = default) @@ -5174,7 +5174,7 @@ public virtual Task GetIndexTemplateAsync(Cancellation } /// - /// Returns an index template. + /// Returns information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetIndexTemplateAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -5186,7 +5186,7 @@ public virtual Task GetIndexTemplateAsync(Action - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5197,7 +5197,7 @@ public virtual GetMappingResponse GetMapping(GetMappingRequest request) } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(GetMappingRequest request, CancellationToken cancellationToken = default) @@ -5207,7 +5207,7 @@ public virtual Task GetMappingAsync(GetMappingRequest reques } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5218,7 +5218,7 @@ public virtual GetMappingResponse GetMapping(GetMappingRequestDescrip } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5230,7 +5230,7 @@ public virtual GetMappingResponse GetMapping(Elastic.Clients.Elastics } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5243,7 +5243,7 @@ public virtual GetMappingResponse GetMapping(Elastic.Clients.Elastics } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5255,7 +5255,7 @@ public virtual GetMappingResponse GetMapping() } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5268,7 +5268,7 @@ public virtual GetMappingResponse GetMapping(Action - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5279,7 +5279,7 @@ public virtual GetMappingResponse GetMapping(GetMappingRequestDescriptor descrip } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5291,7 +5291,7 @@ public virtual GetMappingResponse GetMapping(Elastic.Clients.Elasticsearch.Indic } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5304,7 +5304,7 @@ public virtual GetMappingResponse GetMapping(Elastic.Clients.Elasticsearch.Indic } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5316,7 +5316,7 @@ public virtual GetMappingResponse GetMapping() } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5329,7 +5329,7 @@ public virtual GetMappingResponse GetMapping(Action } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(GetMappingRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5339,7 +5339,7 @@ public virtual Task GetMappingAsync(GetMappingReq } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -5350,7 +5350,7 @@ public virtual Task GetMappingAsync(Elastic.Clien } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -5362,7 +5362,7 @@ public virtual Task GetMappingAsync(Elastic.Clien } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(CancellationToken cancellationToken = default) @@ -5373,7 +5373,7 @@ public virtual Task GetMappingAsync(CancellationT } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -5385,7 +5385,7 @@ public virtual Task GetMappingAsync(Action - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetMappingAsync(GetMappingRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5395,7 +5395,7 @@ public virtual Task GetMappingAsync(GetMappingRequestDescrip } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -5406,7 +5406,7 @@ public virtual Task GetMappingAsync(Elastic.Clients.Elastics } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -5418,7 +5418,7 @@ public virtual Task GetMappingAsync(Elastic.Clients.Elastics } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(CancellationToken cancellationToken = default) @@ -5429,7 +5429,7 @@ public virtual Task GetMappingAsync(CancellationToken cancel } /// - /// Returns mappings for one or more indices. + /// Retrieves mapping definitions for one or more indices.
For data streams, the API retrieves mappings for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMappingAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -5441,7 +5441,7 @@ public virtual Task GetMappingAsync(Action - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5452,7 +5452,7 @@ public virtual GetIndicesSettingsResponse GetSettings(GetIndicesSettingsRequest } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(GetIndicesSettingsRequest request, CancellationToken cancellationToken = default) @@ -5462,7 +5462,7 @@ public virtual Task GetSettingsAsync(GetIndicesSetti } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5473,7 +5473,7 @@ public virtual GetIndicesSettingsResponse GetSettings(GetIndicesSetti } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5485,7 +5485,7 @@ public virtual GetIndicesSettingsResponse GetSettings(Elastic.Clients } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5498,7 +5498,7 @@ public virtual GetIndicesSettingsResponse GetSettings(Elastic.Clients } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5510,7 +5510,7 @@ public virtual GetIndicesSettingsResponse GetSettings() } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5523,7 +5523,7 @@ public virtual GetIndicesSettingsResponse GetSettings(Action - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5534,7 +5534,7 @@ public virtual GetIndicesSettingsResponse GetSettings(GetIndicesSettingsRequestD } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5546,7 +5546,7 @@ public virtual GetIndicesSettingsResponse GetSettings(Elastic.Clients.Elasticsea } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5559,7 +5559,7 @@ public virtual GetIndicesSettingsResponse GetSettings(Elastic.Clients.Elasticsea } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5571,7 +5571,7 @@ public virtual GetIndicesSettingsResponse GetSettings() } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5584,7 +5584,7 @@ public virtual GetIndicesSettingsResponse GetSettings(Action - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetSettingsAsync(GetIndicesSettingsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5594,7 +5594,7 @@ public virtual Task GetSettingsAsync(GetI } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Names? name, CancellationToken cancellationToken = default) @@ -5605,7 +5605,7 @@ public virtual Task GetSettingsAsync(Elas } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Names? name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -5617,7 +5617,7 @@ public virtual Task GetSettingsAsync(Elas } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(CancellationToken cancellationToken = default) @@ -5628,7 +5628,7 @@ public virtual Task GetSettingsAsync(Canc } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -5640,7 +5640,7 @@ public virtual Task GetSettingsAsync(Acti } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(GetIndicesSettingsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5650,7 +5650,7 @@ public virtual Task GetSettingsAsync(GetIndicesSetti } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Names? name, CancellationToken cancellationToken = default) @@ -5661,7 +5661,7 @@ public virtual Task GetSettingsAsync(Elastic.Clients } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Names? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -5673,7 +5673,7 @@ public virtual Task GetSettingsAsync(Elastic.Clients } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(CancellationToken cancellationToken = default) @@ -5684,7 +5684,7 @@ public virtual Task GetSettingsAsync(CancellationTok } /// - /// Returns settings for one or more indices. + /// Returns setting information for one or more indices. For data streams,
returns setting information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetSettingsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -5696,7 +5696,7 @@ public virtual Task GetSettingsAsync(Action - /// Returns an index template. + /// Retrieves information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5707,7 +5707,7 @@ public virtual GetTemplateResponse GetTemplate(GetTemplateRequest request) } /// - /// Returns an index template. + /// Retrieves information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTemplateAsync(GetTemplateRequest request, CancellationToken cancellationToken = default) @@ -5717,7 +5717,7 @@ public virtual Task GetTemplateAsync(GetTemplateRequest req } /// - /// Returns an index template. + /// Retrieves information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5728,7 +5728,7 @@ public virtual GetTemplateResponse GetTemplate(GetTemplateRequestDescriptor desc } /// - /// Returns an index template. + /// Retrieves information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5740,7 +5740,7 @@ public virtual GetTemplateResponse GetTemplate(Elastic.Clients.Elasticsearch.Nam } /// - /// Returns an index template. + /// Retrieves information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5753,7 +5753,7 @@ public virtual GetTemplateResponse GetTemplate(Elastic.Clients.Elasticsearch.Nam } /// - /// Returns an index template. + /// Retrieves information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5765,7 +5765,7 @@ public virtual GetTemplateResponse GetTemplate() } /// - /// Returns an index template. + /// Retrieves information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5778,7 +5778,7 @@ public virtual GetTemplateResponse GetTemplate(Action - /// Returns an index template. + /// Retrieves information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTemplateAsync(GetTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5788,7 +5788,7 @@ public virtual Task GetTemplateAsync(GetTemplateRequestDesc } /// - /// Returns an index template. + /// Retrieves information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTemplateAsync(Elastic.Clients.Elasticsearch.Names? name, CancellationToken cancellationToken = default) @@ -5799,7 +5799,7 @@ public virtual Task GetTemplateAsync(Elastic.Clients.Elasti } /// - /// Returns an index template. + /// Retrieves information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTemplateAsync(Elastic.Clients.Elasticsearch.Names? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -5811,7 +5811,7 @@ public virtual Task GetTemplateAsync(Elastic.Clients.Elasti } /// - /// Returns an index template. + /// Retrieves information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTemplateAsync(CancellationToken cancellationToken = default) @@ -5822,7 +5822,7 @@ public virtual Task GetTemplateAsync(CancellationToken canc } /// - /// Returns an index template. + /// Retrieves information about one or more index templates. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTemplateAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -5834,7 +5834,7 @@ public virtual Task GetTemplateAsync(Action - /// Migrates an alias to a data stream + /// Converts an index alias to a data stream.
You must have a matching index template that is data stream enabled.
The alias must meet the following criteria:
The alias must have a write index;
All indices for the alias must have a `@timestamp` field mapping of a `date` or `date_nanos` field type;
The alias must not have any filters;
The alias must not use custom routing.
If successful, the request removes the alias and creates a data stream with the same name.
The indices for the alias become hidden backing indices for the stream.
The write index for the alias becomes the write index for the stream.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5845,7 +5845,7 @@ public virtual MigrateToDataStreamResponse MigrateToDataStream(MigrateToDataStre } /// - /// Migrates an alias to a data stream + /// Converts an index alias to a data stream.
You must have a matching index template that is data stream enabled.
The alias must meet the following criteria:
The alias must have a write index;
All indices for the alias must have a `@timestamp` field mapping of a `date` or `date_nanos` field type;
The alias must not have any filters;
The alias must not use custom routing.
If successful, the request removes the alias and creates a data stream with the same name.
The indices for the alias become hidden backing indices for the stream.
The write index for the alias becomes the write index for the stream.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task MigrateToDataStreamAsync(MigrateToDataStreamRequest request, CancellationToken cancellationToken = default) @@ -5855,7 +5855,7 @@ public virtual Task MigrateToDataStreamAsync(Migrat } /// - /// Migrates an alias to a data stream + /// Converts an index alias to a data stream.
You must have a matching index template that is data stream enabled.
The alias must meet the following criteria:
The alias must have a write index;
All indices for the alias must have a `@timestamp` field mapping of a `date` or `date_nanos` field type;
The alias must not have any filters;
The alias must not use custom routing.
If successful, the request removes the alias and creates a data stream with the same name.
The indices for the alias become hidden backing indices for the stream.
The write index for the alias becomes the write index for the stream.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5866,7 +5866,7 @@ public virtual MigrateToDataStreamResponse MigrateToDataStream(MigrateToDataStre } /// - /// Migrates an alias to a data stream + /// Converts an index alias to a data stream.
You must have a matching index template that is data stream enabled.
The alias must meet the following criteria:
The alias must have a write index;
All indices for the alias must have a `@timestamp` field mapping of a `date` or `date_nanos` field type;
The alias must not have any filters;
The alias must not use custom routing.
If successful, the request removes the alias and creates a data stream with the same name.
The indices for the alias become hidden backing indices for the stream.
The write index for the alias becomes the write index for the stream.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5878,7 +5878,7 @@ public virtual MigrateToDataStreamResponse MigrateToDataStream(Elastic.Clients.E } /// - /// Migrates an alias to a data stream + /// Converts an index alias to a data stream.
You must have a matching index template that is data stream enabled.
The alias must meet the following criteria:
The alias must have a write index;
All indices for the alias must have a `@timestamp` field mapping of a `date` or `date_nanos` field type;
The alias must not have any filters;
The alias must not use custom routing.
If successful, the request removes the alias and creates a data stream with the same name.
The indices for the alias become hidden backing indices for the stream.
The write index for the alias becomes the write index for the stream.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5891,7 +5891,7 @@ public virtual MigrateToDataStreamResponse MigrateToDataStream(Elastic.Clients.E } /// - /// Migrates an alias to a data stream + /// Converts an index alias to a data stream.
You must have a matching index template that is data stream enabled.
The alias must meet the following criteria:
The alias must have a write index;
All indices for the alias must have a `@timestamp` field mapping of a `date` or `date_nanos` field type;
The alias must not have any filters;
The alias must not use custom routing.
If successful, the request removes the alias and creates a data stream with the same name.
The indices for the alias become hidden backing indices for the stream.
The write index for the alias becomes the write index for the stream.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task MigrateToDataStreamAsync(MigrateToDataStreamRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5901,7 +5901,7 @@ public virtual Task MigrateToDataStreamAsync(Migrat } /// - /// Migrates an alias to a data stream + /// Converts an index alias to a data stream.
You must have a matching index template that is data stream enabled.
The alias must meet the following criteria:
The alias must have a write index;
All indices for the alias must have a `@timestamp` field mapping of a `date` or `date_nanos` field type;
The alias must not have any filters;
The alias must not use custom routing.
If successful, the request removes the alias and creates a data stream with the same name.
The indices for the alias become hidden backing indices for the stream.
The write index for the alias becomes the write index for the stream.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task MigrateToDataStreamAsync(Elastic.Clients.Elasticsearch.IndexName name, CancellationToken cancellationToken = default) @@ -5912,7 +5912,7 @@ public virtual Task MigrateToDataStreamAsync(Elasti } /// - /// Migrates an alias to a data stream + /// Converts an index alias to a data stream.
You must have a matching index template that is data stream enabled.
The alias must meet the following criteria:
The alias must have a write index;
All indices for the alias must have a `@timestamp` field mapping of a `date` or `date_nanos` field type;
The alias must not have any filters;
The alias must not use custom routing.
If successful, the request removes the alias and creates a data stream with the same name.
The indices for the alias become hidden backing indices for the stream.
The write index for the alias becomes the write index for the stream.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task MigrateToDataStreamAsync(Elastic.Clients.Elasticsearch.IndexName name, Action configureRequest, CancellationToken cancellationToken = default) @@ -5924,7 +5924,7 @@ public virtual Task MigrateToDataStreamAsync(Elasti } /// - /// Modifies a data stream + /// Performs one or more data stream modification actions in a single atomic operation. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5935,7 +5935,7 @@ public virtual ModifyDataStreamResponse ModifyDataStream(ModifyDataStreamRequest } /// - /// Modifies a data stream + /// Performs one or more data stream modification actions in a single atomic operation. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ModifyDataStreamAsync(ModifyDataStreamRequest request, CancellationToken cancellationToken = default) @@ -5945,7 +5945,7 @@ public virtual Task ModifyDataStreamAsync(ModifyDataSt } /// - /// Modifies a data stream + /// Performs one or more data stream modification actions in a single atomic operation. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5956,7 +5956,7 @@ public virtual ModifyDataStreamResponse ModifyDataStream(ModifyDataStreamRequest } /// - /// Modifies a data stream + /// Performs one or more data stream modification actions in a single atomic operation. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5968,7 +5968,7 @@ public virtual ModifyDataStreamResponse ModifyDataStream() } /// - /// Modifies a data stream + /// Performs one or more data stream modification actions in a single atomic operation. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5981,7 +5981,7 @@ public virtual ModifyDataStreamResponse ModifyDataStream(Action - /// Modifies a data stream + /// Performs one or more data stream modification actions in a single atomic operation. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ModifyDataStreamAsync(ModifyDataStreamRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5991,7 +5991,7 @@ public virtual Task ModifyDataStreamAsync(ModifyDataSt } /// - /// Modifies a data stream + /// Performs one or more data stream modification actions in a single atomic operation. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ModifyDataStreamAsync(CancellationToken cancellationToken = default) @@ -6002,7 +6002,7 @@ public virtual Task ModifyDataStreamAsync(Cancellation } /// - /// Modifies a data stream + /// Performs one or more data stream modification actions in a single atomic operation. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ModifyDataStreamAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -6014,7 +6014,7 @@ public virtual Task ModifyDataStreamAsync(Action - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6025,7 +6025,7 @@ public virtual OpenIndexResponse Open(OpenIndexRequest request) } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(OpenIndexRequest request, CancellationToken cancellationToken = default) @@ -6035,7 +6035,7 @@ public virtual Task OpenAsync(OpenIndexRequest request, Cance } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6046,7 +6046,7 @@ public virtual OpenIndexResponse Open(OpenIndexRequestDescriptor - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6058,7 +6058,7 @@ public virtual OpenIndexResponse Open(Elastic.Clients.Elasticsearch.I } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6071,7 +6071,7 @@ public virtual OpenIndexResponse Open(Elastic.Clients.Elasticsearch.I } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6083,7 +6083,7 @@ public virtual OpenIndexResponse Open() } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6096,7 +6096,7 @@ public virtual OpenIndexResponse Open(Action - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6107,7 +6107,7 @@ public virtual OpenIndexResponse Open(OpenIndexRequestDescriptor descriptor) } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6119,7 +6119,7 @@ public virtual OpenIndexResponse Open(Elastic.Clients.Elasticsearch.Indices indi } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6132,7 +6132,7 @@ public virtual OpenIndexResponse Open(Elastic.Clients.Elasticsearch.Indices indi } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(OpenIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6142,7 +6142,7 @@ public virtual Task OpenAsync(OpenIndexRequestDesc } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -6153,7 +6153,7 @@ public virtual Task OpenAsync(Elastic.Clients.Elas } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -6165,7 +6165,7 @@ public virtual Task OpenAsync(Elastic.Clients.Elas } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(CancellationToken cancellationToken = default) @@ -6176,7 +6176,7 @@ public virtual Task OpenAsync(CancellationToken ca } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -6188,7 +6188,7 @@ public virtual Task OpenAsync(Action - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task OpenAsync(OpenIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6198,7 +6198,7 @@ public virtual Task OpenAsync(OpenIndexRequestDescriptor desc } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -6209,7 +6209,7 @@ public virtual Task OpenAsync(Elastic.Clients.Elasticsearch.I } /// - /// Opens an index. + /// Opens a closed index.
For data streams, the API opens any closed backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -6311,7 +6311,7 @@ public virtual Task PromoteDataStreamAsync(Elastic.Cl } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6322,7 +6322,7 @@ public virtual PutAliasResponse PutAlias(PutAliasRequest request) } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(PutAliasRequest request, CancellationToken cancellationToken = default) @@ -6332,7 +6332,7 @@ public virtual Task PutAliasAsync(PutAliasRequest request, Can } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6343,7 +6343,7 @@ public virtual PutAliasResponse PutAlias(PutAliasRequestDescriptor - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6355,7 +6355,7 @@ public virtual PutAliasResponse PutAlias(Elastic.Clients.Elasticsearc } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6368,7 +6368,7 @@ public virtual PutAliasResponse PutAlias(Elastic.Clients.Elasticsearc } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6380,7 +6380,7 @@ public virtual PutAliasResponse PutAlias(Elastic.Clients.Elasticsearc } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6393,7 +6393,7 @@ public virtual PutAliasResponse PutAlias(Elastic.Clients.Elasticsearc } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6404,7 +6404,7 @@ public virtual PutAliasResponse PutAlias(PutAliasRequestDescriptor descriptor) } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6416,7 +6416,7 @@ public virtual PutAliasResponse PutAlias(Elastic.Clients.Elasticsearch.Indices i } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6429,7 +6429,7 @@ public virtual PutAliasResponse PutAlias(Elastic.Clients.Elasticsearch.Indices i } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(PutAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6439,7 +6439,7 @@ public virtual Task PutAliasAsync(PutAliasRequestDe } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearch.Indices indices, Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) @@ -6450,7 +6450,7 @@ public virtual Task PutAliasAsync(Elastic.Clients.E } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearch.Indices indices, Elastic.Clients.Elasticsearch.Name name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -6462,7 +6462,7 @@ public virtual Task PutAliasAsync(Elastic.Clients.E } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) @@ -6473,7 +6473,7 @@ public virtual Task PutAliasAsync(Elastic.Clients.E } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearch.Name name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -6485,7 +6485,7 @@ public virtual Task PutAliasAsync(Elastic.Clients.E } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(PutAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6495,7 +6495,7 @@ public virtual Task PutAliasAsync(PutAliasRequestDescriptor de } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearch.Indices indices, Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) @@ -6506,7 +6506,7 @@ public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearc } /// - /// Creates or updates an alias. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearch.Indices indices, Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) @@ -6518,7 +6518,7 @@ public virtual Task PutAliasAsync(Elastic.Clients.Elasticsearc } /// - /// Updates the data stream lifecycle of the selected data streams. + /// Update the data lifecycle of the specified data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6529,7 +6529,7 @@ public virtual PutDataLifecycleResponse PutDataLifecycle(PutDataLifecycleRequest } /// - /// Updates the data stream lifecycle of the selected data streams. + /// Update the data lifecycle of the specified data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataLifecycleAsync(PutDataLifecycleRequest request, CancellationToken cancellationToken = default) @@ -6539,7 +6539,7 @@ public virtual Task PutDataLifecycleAsync(PutDataLifec } /// - /// Updates the data stream lifecycle of the selected data streams. + /// Update the data lifecycle of the specified data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6550,7 +6550,7 @@ public virtual PutDataLifecycleResponse PutDataLifecycle(PutDataLifecycleRequest } /// - /// Updates the data stream lifecycle of the selected data streams. + /// Update the data lifecycle of the specified data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6562,7 +6562,7 @@ public virtual PutDataLifecycleResponse PutDataLifecycle(Elastic.Clients.Elastic } /// - /// Updates the data stream lifecycle of the selected data streams. + /// Update the data lifecycle of the specified data streams. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6575,7 +6575,7 @@ public virtual PutDataLifecycleResponse PutDataLifecycle(Elastic.Clients.Elastic } /// - /// Updates the data stream lifecycle of the selected data streams. + /// Update the data lifecycle of the specified data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataLifecycleAsync(PutDataLifecycleRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6585,7 +6585,7 @@ public virtual Task PutDataLifecycleAsync(PutDataLifec } /// - /// Updates the data stream lifecycle of the selected data streams. + /// Update the data lifecycle of the specified data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataLifecycleAsync(Elastic.Clients.Elasticsearch.DataStreamNames name, CancellationToken cancellationToken = default) @@ -6596,7 +6596,7 @@ public virtual Task PutDataLifecycleAsync(Elastic.Clie } /// - /// Updates the data stream lifecycle of the selected data streams. + /// Update the data lifecycle of the specified data streams. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataLifecycleAsync(Elastic.Clients.Elasticsearch.DataStreamNames name, Action configureRequest, CancellationToken cancellationToken = default) @@ -6608,7 +6608,7 @@ public virtual Task PutDataLifecycleAsync(Elastic.Clie } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6619,7 +6619,7 @@ public virtual PutIndexTemplateResponse PutIndexTemplate(PutIndexTemplateRequest } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(PutIndexTemplateRequest request, CancellationToken cancellationToken = default) @@ -6629,7 +6629,7 @@ public virtual Task PutIndexTemplateAsync(PutIndexTemp } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6640,7 +6640,7 @@ public virtual PutIndexTemplateResponse PutIndexTemplate(PutIndexTemp } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6652,7 +6652,7 @@ public virtual PutIndexTemplateResponse PutIndexTemplate(Elastic.Clie } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6665,7 +6665,7 @@ public virtual PutIndexTemplateResponse PutIndexTemplate(Elastic.Clie } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6676,7 +6676,7 @@ public virtual PutIndexTemplateResponse PutIndexTemplate(PutIndexTemplateRequest } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6688,7 +6688,7 @@ public virtual PutIndexTemplateResponse PutIndexTemplate(Elastic.Clients.Elastic } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6701,7 +6701,7 @@ public virtual PutIndexTemplateResponse PutIndexTemplate(Elastic.Clients.Elastic } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(PutIndexTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6711,7 +6711,7 @@ public virtual Task PutIndexTemplateAsync(P } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) @@ -6722,7 +6722,7 @@ public virtual Task PutIndexTemplateAsync(E } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(Elastic.Clients.Elasticsearch.Name name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -6734,7 +6734,7 @@ public virtual Task PutIndexTemplateAsync(E } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(PutIndexTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6744,7 +6744,7 @@ public virtual Task PutIndexTemplateAsync(PutIndexTemp } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) @@ -6755,7 +6755,7 @@ public virtual Task PutIndexTemplateAsync(Elastic.Clie } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutIndexTemplateAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) @@ -6767,7 +6767,7 @@ public virtual Task PutIndexTemplateAsync(Elastic.Clie } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6778,7 +6778,7 @@ public virtual PutMappingResponse PutMapping(PutMappingRequest request) } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(PutMappingRequest request, CancellationToken cancellationToken = default) @@ -6788,7 +6788,7 @@ public virtual Task PutMappingAsync(PutMappingRequest reques } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6799,7 +6799,7 @@ public virtual PutMappingResponse PutMapping(PutMappingRequestDescrip } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6811,7 +6811,7 @@ public virtual PutMappingResponse PutMapping(Elastic.Clients.Elastics } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6824,7 +6824,7 @@ public virtual PutMappingResponse PutMapping(Elastic.Clients.Elastics } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6836,7 +6836,7 @@ public virtual PutMappingResponse PutMapping() } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6849,7 +6849,7 @@ public virtual PutMappingResponse PutMapping(Action - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6860,7 +6860,7 @@ public virtual PutMappingResponse PutMapping(PutMappingRequestDescriptor descrip } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6872,7 +6872,7 @@ public virtual PutMappingResponse PutMapping(Elastic.Clients.Elasticsearch.Indic } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6885,7 +6885,7 @@ public virtual PutMappingResponse PutMapping(Elastic.Clients.Elasticsearch.Indic } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(PutMappingRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6895,7 +6895,7 @@ public virtual Task PutMappingAsync(PutMappingReq } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -6906,7 +6906,7 @@ public virtual Task PutMappingAsync(Elastic.Clien } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -6918,7 +6918,7 @@ public virtual Task PutMappingAsync(Elastic.Clien } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(CancellationToken cancellationToken = default) @@ -6929,7 +6929,7 @@ public virtual Task PutMappingAsync(CancellationT } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -6941,7 +6941,7 @@ public virtual Task PutMappingAsync(Action - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutMappingAsync(PutMappingRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6951,7 +6951,7 @@ public virtual Task PutMappingAsync(PutMappingRequestDescrip } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -6962,7 +6962,7 @@ public virtual Task PutMappingAsync(Elastic.Clients.Elastics } /// - /// Updates the index mappings. + /// Adds new fields to an existing data stream or index.
You can also use this API to change the search settings of existing fields.
For data streams, these changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutMappingAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -6974,7 +6974,7 @@ public virtual Task PutMappingAsync(Elastic.Clients.Elastics } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6985,7 +6985,7 @@ public virtual PutIndicesSettingsResponse PutSettings(PutIndicesSettingsRequest } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(PutIndicesSettingsRequest request, CancellationToken cancellationToken = default) @@ -6995,7 +6995,7 @@ public virtual Task PutSettingsAsync(PutIndicesSetti } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7006,7 +7006,7 @@ public virtual PutIndicesSettingsResponse PutSettings(PutIndicesSetti } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7018,7 +7018,7 @@ public virtual PutIndicesSettingsResponse PutSettings(Elastic.Clients } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7031,7 +7031,7 @@ public virtual PutIndicesSettingsResponse PutSettings(Elastic.Clients } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7043,7 +7043,7 @@ public virtual PutIndicesSettingsResponse PutSettings(Elastic.Clients } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7056,7 +7056,7 @@ public virtual PutIndicesSettingsResponse PutSettings(Elastic.Clients } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7067,7 +7067,7 @@ public virtual PutIndicesSettingsResponse PutSettings(PutIndicesSettingsRequestD } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7079,7 +7079,7 @@ public virtual PutIndicesSettingsResponse PutSettings(Elastic.Clients.Elasticsea } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7092,7 +7092,7 @@ public virtual PutIndicesSettingsResponse PutSettings(Elastic.Clients.Elasticsea } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7104,7 +7104,7 @@ public virtual PutIndicesSettingsResponse PutSettings(Elastic.Clients.Elasticsea } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7117,7 +7117,7 @@ public virtual PutIndicesSettingsResponse PutSettings(Elastic.Clients.Elasticsea } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(PutIndicesSettingsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7127,7 +7127,7 @@ public virtual Task PutSettingsAsync(PutI } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.IndexManagement.IndexSettings settings, Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -7138,7 +7138,7 @@ public virtual Task PutSettingsAsync(Elas } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.IndexManagement.IndexSettings settings, Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -7150,7 +7150,7 @@ public virtual Task PutSettingsAsync(Elas } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.IndexManagement.IndexSettings settings, CancellationToken cancellationToken = default) @@ -7161,7 +7161,7 @@ public virtual Task PutSettingsAsync(Elas } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.IndexManagement.IndexSettings settings, Action> configureRequest, CancellationToken cancellationToken = default) @@ -7173,7 +7173,7 @@ public virtual Task PutSettingsAsync(Elas } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(PutIndicesSettingsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7183,7 +7183,7 @@ public virtual Task PutSettingsAsync(PutIndicesSetti } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.IndexManagement.IndexSettings settings, Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -7194,7 +7194,7 @@ public virtual Task PutSettingsAsync(Elastic.Clients } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.IndexManagement.IndexSettings settings, Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -7206,7 +7206,7 @@ public virtual Task PutSettingsAsync(Elastic.Clients } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.IndexManagement.IndexSettings settings, CancellationToken cancellationToken = default) @@ -7217,7 +7217,7 @@ public virtual Task PutSettingsAsync(Elastic.Clients } /// - /// Updates the index settings. + /// Changes a dynamic index setting in real time. For data streams, index setting
changes are applied to all backing indices by default.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutSettingsAsync(Elastic.Clients.Elasticsearch.IndexManagement.IndexSettings settings, Action configureRequest, CancellationToken cancellationToken = default) @@ -7229,7 +7229,7 @@ public virtual Task PutSettingsAsync(Elastic.Clients } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7240,7 +7240,7 @@ public virtual PutTemplateResponse PutTemplate(PutTemplateRequest request) } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(PutTemplateRequest request, CancellationToken cancellationToken = default) @@ -7250,7 +7250,7 @@ public virtual Task PutTemplateAsync(PutTemplateRequest req } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7261,7 +7261,7 @@ public virtual PutTemplateResponse PutTemplate(PutTemplateRequestDesc } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7273,7 +7273,7 @@ public virtual PutTemplateResponse PutTemplate(Elastic.Clients.Elasti } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7286,7 +7286,7 @@ public virtual PutTemplateResponse PutTemplate(Elastic.Clients.Elasti } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7297,7 +7297,7 @@ public virtual PutTemplateResponse PutTemplate(PutTemplateRequestDescriptor desc } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7309,7 +7309,7 @@ public virtual PutTemplateResponse PutTemplate(Elastic.Clients.Elasticsearch.Nam } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7322,7 +7322,7 @@ public virtual PutTemplateResponse PutTemplate(Elastic.Clients.Elasticsearch.Nam } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(PutTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7332,7 +7332,7 @@ public virtual Task PutTemplateAsync(PutTemplate } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) @@ -7343,7 +7343,7 @@ public virtual Task PutTemplateAsync(Elastic.Cli } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(Elastic.Clients.Elasticsearch.Name name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -7355,7 +7355,7 @@ public virtual Task PutTemplateAsync(Elastic.Cli } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(PutTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7365,7 +7365,7 @@ public virtual Task PutTemplateAsync(PutTemplateRequestDesc } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) @@ -7376,7 +7376,7 @@ public virtual Task PutTemplateAsync(Elastic.Clients.Elasti } /// - /// Creates or updates an index template. + /// Creates or updates an index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTemplateAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) @@ -7388,7 +7388,7 @@ public virtual Task PutTemplateAsync(Elastic.Clients.Elasti } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7399,7 +7399,7 @@ public virtual RecoveryResponse Recovery(RecoveryRequest request) } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(RecoveryRequest request, CancellationToken cancellationToken = default) @@ -7409,7 +7409,7 @@ public virtual Task RecoveryAsync(RecoveryRequest request, Can } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7420,7 +7420,7 @@ public virtual RecoveryResponse Recovery(RecoveryRequestDescriptor - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7432,7 +7432,7 @@ public virtual RecoveryResponse Recovery(Elastic.Clients.Elasticsearc } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7445,7 +7445,7 @@ public virtual RecoveryResponse Recovery(Elastic.Clients.Elasticsearc } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7457,7 +7457,7 @@ public virtual RecoveryResponse Recovery() } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7470,7 +7470,7 @@ public virtual RecoveryResponse Recovery(Action - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7481,7 +7481,7 @@ public virtual RecoveryResponse Recovery(RecoveryRequestDescriptor descriptor) } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7493,7 +7493,7 @@ public virtual RecoveryResponse Recovery(Elastic.Clients.Elasticsearch.Indices? } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7506,7 +7506,7 @@ public virtual RecoveryResponse Recovery(Elastic.Clients.Elasticsearch.Indices? } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7518,7 +7518,7 @@ public virtual RecoveryResponse Recovery() } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7531,7 +7531,7 @@ public virtual RecoveryResponse Recovery(Action confi } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(RecoveryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7541,7 +7541,7 @@ public virtual Task RecoveryAsync(RecoveryRequestDe } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -7552,7 +7552,7 @@ public virtual Task RecoveryAsync(Elastic.Clients.E } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -7564,7 +7564,7 @@ public virtual Task RecoveryAsync(Elastic.Clients.E } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(CancellationToken cancellationToken = default) @@ -7575,7 +7575,7 @@ public virtual Task RecoveryAsync(CancellationToken } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -7587,7 +7587,7 @@ public virtual Task RecoveryAsync(Action - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RecoveryAsync(RecoveryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7597,7 +7597,7 @@ public virtual Task RecoveryAsync(RecoveryRequestDescriptor de } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -7608,7 +7608,7 @@ public virtual Task RecoveryAsync(Elastic.Clients.Elasticsearc } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -7620,7 +7620,7 @@ public virtual Task RecoveryAsync(Elastic.Clients.Elasticsearc } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(CancellationToken cancellationToken = default) @@ -7631,7 +7631,7 @@ public virtual Task RecoveryAsync(CancellationToken cancellati } /// - /// Returns information about ongoing index shard recoveries. + /// Returns information about ongoing and completed shard recoveries for one or more indices.
For data streams, the API returns information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RecoveryAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -7643,7 +7643,7 @@ public virtual Task RecoveryAsync(Action - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7654,7 +7654,7 @@ public virtual RefreshResponse Refresh(RefreshRequest request) } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(RefreshRequest request, CancellationToken cancellationToken = default) @@ -7664,7 +7664,7 @@ public virtual Task RefreshAsync(RefreshRequest request, Cancel } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7675,7 +7675,7 @@ public virtual RefreshResponse Refresh(RefreshRequestDescriptor - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7687,7 +7687,7 @@ public virtual RefreshResponse Refresh(Elastic.Clients.Elasticsearch. } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7700,7 +7700,7 @@ public virtual RefreshResponse Refresh(Elastic.Clients.Elasticsearch. } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7712,7 +7712,7 @@ public virtual RefreshResponse Refresh() } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7725,7 +7725,7 @@ public virtual RefreshResponse Refresh(Action - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7736,7 +7736,7 @@ public virtual RefreshResponse Refresh(RefreshRequestDescriptor descriptor) } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7748,7 +7748,7 @@ public virtual RefreshResponse Refresh(Elastic.Clients.Elasticsearch.Indices? in } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7761,7 +7761,7 @@ public virtual RefreshResponse Refresh(Elastic.Clients.Elasticsearch.Indices? in } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7773,7 +7773,7 @@ public virtual RefreshResponse Refresh() } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7786,7 +7786,7 @@ public virtual RefreshResponse Refresh(Action configur } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(RefreshRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7796,7 +7796,7 @@ public virtual Task RefreshAsync(RefreshRequestDescr } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -7807,7 +7807,7 @@ public virtual Task RefreshAsync(Elastic.Clients.Ela } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -7819,7 +7819,7 @@ public virtual Task RefreshAsync(Elastic.Clients.Ela } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(CancellationToken cancellationToken = default) @@ -7830,7 +7830,7 @@ public virtual Task RefreshAsync(CancellationToken c } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -7842,7 +7842,7 @@ public virtual Task RefreshAsync(Action - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RefreshAsync(RefreshRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7852,7 +7852,7 @@ public virtual Task RefreshAsync(RefreshRequestDescriptor descr } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -7863,7 +7863,7 @@ public virtual Task RefreshAsync(Elastic.Clients.Elasticsearch. } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -7875,7 +7875,7 @@ public virtual Task RefreshAsync(Elastic.Clients.Elasticsearch. } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(CancellationToken cancellationToken = default) @@ -7886,7 +7886,7 @@ public virtual Task RefreshAsync(CancellationToken cancellation } /// - /// Performs the refresh operation in one or more indices. + /// A refresh makes recent operations performed on one or more indices available for search.
For data streams, the API runs the refresh operation on the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RefreshAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -8105,7 +8105,7 @@ public virtual Task ReloadSearchAnalyzersAsync(El } /// - /// Resolves the specified index expressions to return information about each cluster, including the local cluster, if included. + /// Resolves the specified index expressions to return information about each cluster, including
the local cluster, if included.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8116,7 +8116,7 @@ public virtual ResolveClusterResponse ResolveCluster(ResolveClusterRequest reque } /// - /// Resolves the specified index expressions to return information about each cluster, including the local cluster, if included. + /// Resolves the specified index expressions to return information about each cluster, including
the local cluster, if included.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResolveClusterAsync(ResolveClusterRequest request, CancellationToken cancellationToken = default) @@ -8126,7 +8126,7 @@ public virtual Task ResolveClusterAsync(ResolveClusterRe } /// - /// Resolves the specified index expressions to return information about each cluster, including the local cluster, if included. + /// Resolves the specified index expressions to return information about each cluster, including
the local cluster, if included.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8137,7 +8137,7 @@ public virtual ResolveClusterResponse ResolveCluster(ResolveClusterRequestDescri } /// - /// Resolves the specified index expressions to return information about each cluster, including the local cluster, if included. + /// Resolves the specified index expressions to return information about each cluster, including
the local cluster, if included.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8149,7 +8149,7 @@ public virtual ResolveClusterResponse ResolveCluster(Elastic.Clients.Elasticsear } /// - /// Resolves the specified index expressions to return information about each cluster, including the local cluster, if included. + /// Resolves the specified index expressions to return information about each cluster, including
the local cluster, if included.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8162,7 +8162,7 @@ public virtual ResolveClusterResponse ResolveCluster(Elastic.Clients.Elasticsear } /// - /// Resolves the specified index expressions to return information about each cluster, including the local cluster, if included. + /// Resolves the specified index expressions to return information about each cluster, including
the local cluster, if included.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResolveClusterAsync(ResolveClusterRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8172,7 +8172,7 @@ public virtual Task ResolveClusterAsync(ResolveClusterRe } /// - /// Resolves the specified index expressions to return information about each cluster, including the local cluster, if included. + /// Resolves the specified index expressions to return information about each cluster, including
the local cluster, if included.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResolveClusterAsync(Elastic.Clients.Elasticsearch.Names name, CancellationToken cancellationToken = default) @@ -8183,7 +8183,7 @@ public virtual Task ResolveClusterAsync(Elastic.Clients. } /// - /// Resolves the specified index expressions to return information about each cluster, including the local cluster, if included. + /// Resolves the specified index expressions to return information about each cluster, including
the local cluster, if included.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResolveClusterAsync(Elastic.Clients.Elasticsearch.Names name, Action configureRequest, CancellationToken cancellationToken = default) @@ -8195,7 +8195,7 @@ public virtual Task ResolveClusterAsync(Elastic.Clients. } /// - /// Returns information about any matching indices, aliases, and data streams + /// Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8206,7 +8206,7 @@ public virtual ResolveIndexResponse ResolveIndex(ResolveIndexRequest request) } /// - /// Returns information about any matching indices, aliases, and data streams + /// Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResolveIndexAsync(ResolveIndexRequest request, CancellationToken cancellationToken = default) @@ -8216,7 +8216,7 @@ public virtual Task ResolveIndexAsync(ResolveIndexRequest } /// - /// Returns information about any matching indices, aliases, and data streams + /// Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8227,7 +8227,7 @@ public virtual ResolveIndexResponse ResolveIndex(ResolveIndexRequestDescriptor d } /// - /// Returns information about any matching indices, aliases, and data streams + /// Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8239,7 +8239,7 @@ public virtual ResolveIndexResponse ResolveIndex(Elastic.Clients.Elasticsearch.N } /// - /// Returns information about any matching indices, aliases, and data streams + /// Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8252,7 +8252,7 @@ public virtual ResolveIndexResponse ResolveIndex(Elastic.Clients.Elasticsearch.N } /// - /// Returns information about any matching indices, aliases, and data streams + /// Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResolveIndexAsync(ResolveIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8262,7 +8262,7 @@ public virtual Task ResolveIndexAsync(ResolveIndexRequestD } /// - /// Returns information about any matching indices, aliases, and data streams + /// Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResolveIndexAsync(Elastic.Clients.Elasticsearch.Names name, CancellationToken cancellationToken = default) @@ -8273,7 +8273,7 @@ public virtual Task ResolveIndexAsync(Elastic.Clients.Elas } /// - /// Returns information about any matching indices, aliases, and data streams + /// Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
Multiple patterns and remote clusters are supported.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResolveIndexAsync(Elastic.Clients.Elasticsearch.Names name, Action configureRequest, CancellationToken cancellationToken = default) @@ -8285,8 +8285,8 @@ public virtual Task ResolveIndexAsync(Elastic.Clients.Elas } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual RolloverResponse Rollover(RolloverRequest request) @@ -8296,8 +8296,8 @@ public virtual RolloverResponse Rollover(RolloverRequest request) } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(RolloverRequest request, CancellationToken cancellationToken = default) { @@ -8306,8 +8306,8 @@ public virtual Task RolloverAsync(RolloverRequest request, Can } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual RolloverResponse Rollover(RolloverRequestDescriptor descriptor) @@ -8317,8 +8317,8 @@ public virtual RolloverResponse Rollover(RolloverRequestDescriptor - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearch.IndexAlias alias, Elastic.Clients.Elasticsearch.IndexName? newIndex) @@ -8329,8 +8329,8 @@ public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearc } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearch.IndexAlias alias, Elastic.Clients.Elasticsearch.IndexName? newIndex, Action> configureRequest) @@ -8342,8 +8342,8 @@ public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearc } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearch.IndexAlias alias) @@ -8354,8 +8354,8 @@ public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearc } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearch.IndexAlias alias, Action> configureRequest) @@ -8367,8 +8367,8 @@ public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearc } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual RolloverResponse Rollover(RolloverRequestDescriptor descriptor) @@ -8378,8 +8378,8 @@ public virtual RolloverResponse Rollover(RolloverRequestDescriptor descriptor) } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearch.IndexAlias alias, Elastic.Clients.Elasticsearch.IndexName? newIndex) @@ -8390,8 +8390,8 @@ public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearch.IndexAlia } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearch.IndexAlias alias, Elastic.Clients.Elasticsearch.IndexName? newIndex, Action configureRequest) @@ -8403,8 +8403,8 @@ public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearch.IndexAlia } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearch.IndexAlias alias) @@ -8415,8 +8415,8 @@ public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearch.IndexAlia } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearch.IndexAlias alias, Action configureRequest) @@ -8428,8 +8428,8 @@ public virtual RolloverResponse Rollover(Elastic.Clients.Elasticsearch.IndexAlia } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(RolloverRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -8438,8 +8438,8 @@ public virtual Task RolloverAsync(RolloverRequestDe } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.IndexAlias alias, Elastic.Clients.Elasticsearch.IndexName? newIndex, CancellationToken cancellationToken = default) { @@ -8449,8 +8449,8 @@ public virtual Task RolloverAsync(Elastic.Clients.E } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.IndexAlias alias, Elastic.Clients.Elasticsearch.IndexName? newIndex, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -8461,8 +8461,8 @@ public virtual Task RolloverAsync(Elastic.Clients.E } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.IndexAlias alias, CancellationToken cancellationToken = default) { @@ -8472,8 +8472,8 @@ public virtual Task RolloverAsync(Elastic.Clients.E } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.IndexAlias alias, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -8484,8 +8484,8 @@ public virtual Task RolloverAsync(Elastic.Clients.E } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(RolloverRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -8494,8 +8494,8 @@ public virtual Task RolloverAsync(RolloverRequestDescriptor de } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.IndexAlias alias, Elastic.Clients.Elasticsearch.IndexName? newIndex, CancellationToken cancellationToken = default) { @@ -8505,8 +8505,8 @@ public virtual Task RolloverAsync(Elastic.Clients.Elasticsearc } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.IndexAlias alias, Elastic.Clients.Elasticsearch.IndexName? newIndex, Action configureRequest, CancellationToken cancellationToken = default) { @@ -8517,8 +8517,8 @@ public virtual Task RolloverAsync(Elastic.Clients.Elasticsearc } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.IndexAlias alias, CancellationToken cancellationToken = default) { @@ -8528,8 +8528,8 @@ public virtual Task RolloverAsync(Elastic.Clients.Elasticsearc } /// - /// Updates an alias to point to a new index when the existing index
is considered to be too large or too old.
- /// Learn more about this API in the Elasticsearch documentation. + /// Creates a new index for a data stream or index alias. + /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RolloverAsync(Elastic.Clients.Elasticsearch.IndexAlias alias, Action configureRequest, CancellationToken cancellationToken = default) { @@ -8540,7 +8540,7 @@ public virtual Task RolloverAsync(Elastic.Clients.Elasticsearc } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8551,7 +8551,7 @@ public virtual SegmentsResponse Segments(SegmentsRequest request) } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(SegmentsRequest request, CancellationToken cancellationToken = default) @@ -8561,7 +8561,7 @@ public virtual Task SegmentsAsync(SegmentsRequest request, Can } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8572,7 +8572,7 @@ public virtual SegmentsResponse Segments(SegmentsRequestDescriptor - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8584,7 +8584,7 @@ public virtual SegmentsResponse Segments(Elastic.Clients.Elasticsearc } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8597,7 +8597,7 @@ public virtual SegmentsResponse Segments(Elastic.Clients.Elasticsearc } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8609,7 +8609,7 @@ public virtual SegmentsResponse Segments() } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8622,7 +8622,7 @@ public virtual SegmentsResponse Segments(Action - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8633,7 +8633,7 @@ public virtual SegmentsResponse Segments(SegmentsRequestDescriptor descriptor) } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8645,7 +8645,7 @@ public virtual SegmentsResponse Segments(Elastic.Clients.Elasticsearch.Indices? } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8658,7 +8658,7 @@ public virtual SegmentsResponse Segments(Elastic.Clients.Elasticsearch.Indices? } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8670,7 +8670,7 @@ public virtual SegmentsResponse Segments() } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8683,7 +8683,7 @@ public virtual SegmentsResponse Segments(Action confi } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(SegmentsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8693,7 +8693,7 @@ public virtual Task SegmentsAsync(SegmentsRequestDe } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -8704,7 +8704,7 @@ public virtual Task SegmentsAsync(Elastic.Clients.E } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -8716,7 +8716,7 @@ public virtual Task SegmentsAsync(Elastic.Clients.E } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(CancellationToken cancellationToken = default) @@ -8727,7 +8727,7 @@ public virtual Task SegmentsAsync(CancellationToken } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -8739,7 +8739,7 @@ public virtual Task SegmentsAsync(Action - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SegmentsAsync(SegmentsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8749,7 +8749,7 @@ public virtual Task SegmentsAsync(SegmentsRequestDescriptor de } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -8760,7 +8760,7 @@ public virtual Task SegmentsAsync(Elastic.Clients.Elasticsearc } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -8772,7 +8772,7 @@ public virtual Task SegmentsAsync(Elastic.Clients.Elasticsearc } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(CancellationToken cancellationToken = default) @@ -8783,7 +8783,7 @@ public virtual Task SegmentsAsync(CancellationToken cancellati } /// - /// Provides low-level information about segments in a Lucene index. + /// Returns low-level information about the Lucene segments in index shards.
For data streams, the API returns information about the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SegmentsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -8795,7 +8795,7 @@ public virtual Task SegmentsAsync(Action - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8806,7 +8806,7 @@ public virtual ShardStoresResponse ShardStores(ShardStoresRequest request) } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ShardStoresAsync(ShardStoresRequest request, CancellationToken cancellationToken = default) @@ -8816,7 +8816,7 @@ public virtual Task ShardStoresAsync(ShardStoresRequest req } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8827,7 +8827,7 @@ public virtual ShardStoresResponse ShardStores(ShardStoresRequestDesc } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8839,7 +8839,7 @@ public virtual ShardStoresResponse ShardStores(Elastic.Clients.Elasti } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8852,7 +8852,7 @@ public virtual ShardStoresResponse ShardStores(Elastic.Clients.Elasti } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8864,7 +8864,7 @@ public virtual ShardStoresResponse ShardStores() } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8877,7 +8877,7 @@ public virtual ShardStoresResponse ShardStores(Action - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8888,7 +8888,7 @@ public virtual ShardStoresResponse ShardStores(ShardStoresRequestDescriptor desc } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8900,7 +8900,7 @@ public virtual ShardStoresResponse ShardStores(Elastic.Clients.Elasticsearch.Ind } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8913,7 +8913,7 @@ public virtual ShardStoresResponse ShardStores(Elastic.Clients.Elasticsearch.Ind } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8925,7 +8925,7 @@ public virtual ShardStoresResponse ShardStores() } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8938,7 +8938,7 @@ public virtual ShardStoresResponse ShardStores(Action - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ShardStoresAsync(ShardStoresRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8948,7 +8948,7 @@ public virtual Task ShardStoresAsync(ShardStores } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ShardStoresAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -8959,7 +8959,7 @@ public virtual Task ShardStoresAsync(Elastic.Cli } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ShardStoresAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -8971,7 +8971,7 @@ public virtual Task ShardStoresAsync(Elastic.Cli } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ShardStoresAsync(CancellationToken cancellationToken = default) @@ -8982,7 +8982,7 @@ public virtual Task ShardStoresAsync(Cancellatio } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ShardStoresAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -8994,7 +8994,7 @@ public virtual Task ShardStoresAsync(Action - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ShardStoresAsync(ShardStoresRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -9004,7 +9004,7 @@ public virtual Task ShardStoresAsync(ShardStoresRequestDesc } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ShardStoresAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -9015,7 +9015,7 @@ public virtual Task ShardStoresAsync(Elastic.Clients.Elasti } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ShardStoresAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -9027,7 +9027,7 @@ public virtual Task ShardStoresAsync(Elastic.Clients.Elasti } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ShardStoresAsync(CancellationToken cancellationToken = default) @@ -9038,7 +9038,7 @@ public virtual Task ShardStoresAsync(CancellationToken canc } /// - /// Provides store information for shard copies of indices. + /// Retrieves store information about replica shards in one or more indices.
For data streams, the API retrieves store information for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ShardStoresAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -9050,8 +9050,8 @@ public virtual Task ShardStoresAsync(Action - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ShrinkIndexResponse Shrink(ShrinkIndexRequest request) @@ -9061,8 +9061,8 @@ public virtual ShrinkIndexResponse Shrink(ShrinkIndexRequest request) } /// - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ShrinkAsync(ShrinkIndexRequest request, CancellationToken cancellationToken = default) { @@ -9071,8 +9071,8 @@ public virtual Task ShrinkAsync(ShrinkIndexRequest request, } /// - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ShrinkIndexResponse Shrink(ShrinkIndexRequestDescriptor descriptor) @@ -9082,8 +9082,8 @@ public virtual ShrinkIndexResponse Shrink(ShrinkIndexRequestDescripto } /// - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ShrinkIndexResponse Shrink(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target) @@ -9094,8 +9094,8 @@ public virtual ShrinkIndexResponse Shrink(Elastic.Clients.Elasticsear } /// - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ShrinkIndexResponse Shrink(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target, Action> configureRequest) @@ -9107,8 +9107,8 @@ public virtual ShrinkIndexResponse Shrink(Elastic.Clients.Elasticsear } /// - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ShrinkIndexResponse Shrink(ShrinkIndexRequestDescriptor descriptor) @@ -9118,8 +9118,8 @@ public virtual ShrinkIndexResponse Shrink(ShrinkIndexRequestDescriptor descripto } /// - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ShrinkIndexResponse Shrink(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target) @@ -9130,8 +9130,8 @@ public virtual ShrinkIndexResponse Shrink(Elastic.Clients.Elasticsearch.IndexNam } /// - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ShrinkIndexResponse Shrink(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target, Action configureRequest) @@ -9143,8 +9143,8 @@ public virtual ShrinkIndexResponse Shrink(Elastic.Clients.Elasticsearch.IndexNam } /// - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ShrinkAsync(ShrinkIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -9153,8 +9153,8 @@ public virtual Task ShrinkAsync(ShrinkIndexReque } /// - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ShrinkAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target, CancellationToken cancellationToken = default) { @@ -9164,8 +9164,8 @@ public virtual Task ShrinkAsync(Elastic.Clients. } /// - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ShrinkAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -9176,8 +9176,8 @@ public virtual Task ShrinkAsync(Elastic.Clients. } /// - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ShrinkAsync(ShrinkIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -9186,8 +9186,8 @@ public virtual Task ShrinkAsync(ShrinkIndexRequestDescripto } /// - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ShrinkAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target, CancellationToken cancellationToken = default) { @@ -9197,8 +9197,8 @@ public virtual Task ShrinkAsync(Elastic.Clients.Elasticsear } /// - /// Allow to shrink an existing index into a new index with fewer primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Shrinks an existing index into a new index with fewer primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ShrinkAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target, Action configureRequest, CancellationToken cancellationToken = default) { @@ -9209,7 +9209,6 @@ public virtual Task ShrinkAsync(Elastic.Clients.Elasticsear } /// - /// Simulate matching the given index name against the index templates in the system /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9220,7 +9219,6 @@ public virtual SimulateIndexTemplateResponse SimulateIndexTemplate(SimulateIndex } /// - /// Simulate matching the given index name against the index templates in the system /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateIndexTemplateAsync(SimulateIndexTemplateRequest request, CancellationToken cancellationToken = default) @@ -9230,7 +9228,6 @@ public virtual Task SimulateIndexTemplateAsync(Si } /// - /// Simulate matching the given index name against the index templates in the system /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9241,7 +9238,6 @@ public virtual SimulateIndexTemplateResponse SimulateIndexTemplate(SimulateIndex } /// - /// Simulate matching the given index name against the index templates in the system /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9253,7 +9249,6 @@ public virtual SimulateIndexTemplateResponse SimulateIndexTemplate(Elastic.Clien } /// - /// Simulate matching the given index name against the index templates in the system /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9266,7 +9261,6 @@ public virtual SimulateIndexTemplateResponse SimulateIndexTemplate(Elastic.Clien } /// - /// Simulate matching the given index name against the index templates in the system /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateIndexTemplateAsync(SimulateIndexTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -9276,7 +9270,6 @@ public virtual Task SimulateIndexTemplateAsync(Si } /// - /// Simulate matching the given index name against the index templates in the system /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateIndexTemplateAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) @@ -9287,7 +9280,6 @@ public virtual Task SimulateIndexTemplateAsync(El } /// - /// Simulate matching the given index name against the index templates in the system /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateIndexTemplateAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) @@ -9299,7 +9291,7 @@ public virtual Task SimulateIndexTemplateAsync(El } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9310,7 +9302,7 @@ public virtual SimulateTemplateResponse SimulateTemplate(SimulateTemplateRequest } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(SimulateTemplateRequest request, CancellationToken cancellationToken = default) @@ -9320,7 +9312,7 @@ public virtual Task SimulateTemplateAsync(SimulateTemp } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9331,7 +9323,7 @@ public virtual SimulateTemplateResponse SimulateTemplate(SimulateTemp } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9343,7 +9335,7 @@ public virtual SimulateTemplateResponse SimulateTemplate(Elastic.Clie } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9356,7 +9348,7 @@ public virtual SimulateTemplateResponse SimulateTemplate(Elastic.Clie } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9368,7 +9360,7 @@ public virtual SimulateTemplateResponse SimulateTemplate() } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9381,7 +9373,7 @@ public virtual SimulateTemplateResponse SimulateTemplate(Action - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9392,7 +9384,7 @@ public virtual SimulateTemplateResponse SimulateTemplate(SimulateTemplateRequest } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9404,7 +9396,7 @@ public virtual SimulateTemplateResponse SimulateTemplate(Elastic.Clients.Elastic } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9417,7 +9409,7 @@ public virtual SimulateTemplateResponse SimulateTemplate(Elastic.Clients.Elastic } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9429,7 +9421,7 @@ public virtual SimulateTemplateResponse SimulateTemplate() } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9442,7 +9434,7 @@ public virtual SimulateTemplateResponse SimulateTemplate(Action - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(SimulateTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -9452,7 +9444,7 @@ public virtual Task SimulateTemplateAsync(S } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(Elastic.Clients.Elasticsearch.Name? name, CancellationToken cancellationToken = default) @@ -9463,7 +9455,7 @@ public virtual Task SimulateTemplateAsync(E } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(Elastic.Clients.Elasticsearch.Name? name, Action> configureRequest, CancellationToken cancellationToken = default) @@ -9475,7 +9467,7 @@ public virtual Task SimulateTemplateAsync(E } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(CancellationToken cancellationToken = default) @@ -9486,7 +9478,7 @@ public virtual Task SimulateTemplateAsync(C } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -9498,7 +9490,7 @@ public virtual Task SimulateTemplateAsync(A } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(SimulateTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -9508,7 +9500,7 @@ public virtual Task SimulateTemplateAsync(SimulateTemp } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(Elastic.Clients.Elasticsearch.Name? name, CancellationToken cancellationToken = default) @@ -9519,7 +9511,7 @@ public virtual Task SimulateTemplateAsync(Elastic.Clie } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(Elastic.Clients.Elasticsearch.Name? name, Action configureRequest, CancellationToken cancellationToken = default) @@ -9531,7 +9523,7 @@ public virtual Task SimulateTemplateAsync(Elastic.Clie } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(CancellationToken cancellationToken = default) @@ -9542,7 +9534,7 @@ public virtual Task SimulateTemplateAsync(Cancellation } /// - /// Simulate resolving the given template name or body + /// Returns the index configuration that would be applied by a particular index template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateTemplateAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -9554,8 +9546,8 @@ public virtual Task SimulateTemplateAsync(Action - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual SplitIndexResponse Split(SplitIndexRequest request) @@ -9565,8 +9557,8 @@ public virtual SplitIndexResponse Split(SplitIndexRequest request) } /// - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SplitAsync(SplitIndexRequest request, CancellationToken cancellationToken = default) { @@ -9575,8 +9567,8 @@ public virtual Task SplitAsync(SplitIndexRequest request, Ca } /// - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual SplitIndexResponse Split(SplitIndexRequestDescriptor descriptor) @@ -9586,8 +9578,8 @@ public virtual SplitIndexResponse Split(SplitIndexRequestDescriptor - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual SplitIndexResponse Split(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target) @@ -9598,8 +9590,8 @@ public virtual SplitIndexResponse Split(Elastic.Clients.Elasticsearch } /// - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual SplitIndexResponse Split(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target, Action> configureRequest) @@ -9611,8 +9603,8 @@ public virtual SplitIndexResponse Split(Elastic.Clients.Elasticsearch } /// - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual SplitIndexResponse Split(SplitIndexRequestDescriptor descriptor) @@ -9622,8 +9614,8 @@ public virtual SplitIndexResponse Split(SplitIndexRequestDescriptor descriptor) } /// - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual SplitIndexResponse Split(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target) @@ -9634,8 +9626,8 @@ public virtual SplitIndexResponse Split(Elastic.Clients.Elasticsearch.IndexName } /// - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual SplitIndexResponse Split(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target, Action configureRequest) @@ -9647,8 +9639,8 @@ public virtual SplitIndexResponse Split(Elastic.Clients.Elasticsearch.IndexName } /// - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SplitAsync(SplitIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -9657,8 +9649,8 @@ public virtual Task SplitAsync(SplitIndexRequestD } /// - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SplitAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target, CancellationToken cancellationToken = default) { @@ -9668,8 +9660,8 @@ public virtual Task SplitAsync(Elastic.Clients.El } /// - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SplitAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -9680,8 +9672,8 @@ public virtual Task SplitAsync(Elastic.Clients.El } /// - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SplitAsync(SplitIndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -9690,8 +9682,8 @@ public virtual Task SplitAsync(SplitIndexRequestDescriptor d } /// - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SplitAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target, CancellationToken cancellationToken = default) { @@ -9701,8 +9693,8 @@ public virtual Task SplitAsync(Elastic.Clients.Elasticsearch } /// - /// Allows you to split an existing index into a new index with more primary shards. - /// Learn more about this API in the Elasticsearch documentation. + /// Splits an existing index into a new index with more primary shards. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SplitAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.IndexName target, Action configureRequest, CancellationToken cancellationToken = default) { @@ -9713,7 +9705,7 @@ public virtual Task SplitAsync(Elastic.Clients.Elasticsearch } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9724,7 +9716,7 @@ public virtual IndicesStatsResponse Stats(IndicesStatsRequest request) } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(IndicesStatsRequest request, CancellationToken cancellationToken = default) @@ -9734,7 +9726,7 @@ public virtual Task StatsAsync(IndicesStatsRequest request } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9745,7 +9737,7 @@ public virtual IndicesStatsResponse Stats(IndicesStatsRequestDescript } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9757,7 +9749,7 @@ public virtual IndicesStatsResponse Stats(Elastic.Clients.Elasticsear } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9770,7 +9762,7 @@ public virtual IndicesStatsResponse Stats(Elastic.Clients.Elasticsear } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9782,7 +9774,7 @@ public virtual IndicesStatsResponse Stats() } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9795,7 +9787,7 @@ public virtual IndicesStatsResponse Stats(Action - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9806,7 +9798,7 @@ public virtual IndicesStatsResponse Stats(IndicesStatsRequestDescriptor descript } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9818,7 +9810,7 @@ public virtual IndicesStatsResponse Stats(Elastic.Clients.Elasticsearch.Indices? } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9831,7 +9823,7 @@ public virtual IndicesStatsResponse Stats(Elastic.Clients.Elasticsearch.Indices? } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9843,7 +9835,7 @@ public virtual IndicesStatsResponse Stats() } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9856,7 +9848,7 @@ public virtual IndicesStatsResponse Stats(Action } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(IndicesStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -9866,7 +9858,7 @@ public virtual Task StatsAsync(IndicesStatsRequ } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Metrics? metric, CancellationToken cancellationToken = default) @@ -9877,7 +9869,7 @@ public virtual Task StatsAsync(Elastic.Clients. } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Metrics? metric, Action> configureRequest, CancellationToken cancellationToken = default) @@ -9889,7 +9881,7 @@ public virtual Task StatsAsync(Elastic.Clients. } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(CancellationToken cancellationToken = default) @@ -9900,7 +9892,7 @@ public virtual Task StatsAsync(CancellationToke } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -9912,7 +9904,7 @@ public virtual Task StatsAsync(Action - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(IndicesStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -9922,7 +9914,7 @@ public virtual Task StatsAsync(IndicesStatsRequestDescript } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Metrics? metric, CancellationToken cancellationToken = default) @@ -9933,7 +9925,7 @@ public virtual Task StatsAsync(Elastic.Clients.Elasticsear } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.Indices? indices, Elastic.Clients.Elasticsearch.Metrics? metric, Action configureRequest, CancellationToken cancellationToken = default) @@ -9945,7 +9937,7 @@ public virtual Task StatsAsync(Elastic.Clients.Elasticsear } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(CancellationToken cancellationToken = default) @@ -9956,7 +9948,7 @@ public virtual Task StatsAsync(CancellationToken cancellat } /// - /// Provides statistics on operations happening in an index. + /// Returns statistics for one or more indices.
For data streams, the API retrieves statistics for the stream’s backing indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StatsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -9968,7 +9960,7 @@ public virtual Task StatsAsync(Action - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -9979,7 +9971,7 @@ public virtual UpdateAliasesResponse UpdateAliases(UpdateAliasesRequest request) } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(UpdateAliasesRequest request, CancellationToken cancellationToken = default) @@ -9989,7 +9981,7 @@ public virtual Task UpdateAliasesAsync(UpdateAliasesReque } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10000,7 +9992,7 @@ public virtual UpdateAliasesResponse UpdateAliases(UpdateAliasesReque } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10012,7 +10004,7 @@ public virtual UpdateAliasesResponse UpdateAliases() } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10025,7 +10017,7 @@ public virtual UpdateAliasesResponse UpdateAliases(Action - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10036,7 +10028,7 @@ public virtual UpdateAliasesResponse UpdateAliases(UpdateAliasesRequestDescripto } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10048,7 +10040,7 @@ public virtual UpdateAliasesResponse UpdateAliases() } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10061,7 +10053,7 @@ public virtual UpdateAliasesResponse UpdateAliases(Action - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(UpdateAliasesRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -10071,7 +10063,7 @@ public virtual Task UpdateAliasesAsync(UpdateA } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(CancellationToken cancellationToken = default) @@ -10082,7 +10074,7 @@ public virtual Task UpdateAliasesAsync(Cancell } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -10094,7 +10086,7 @@ public virtual Task UpdateAliasesAsync(Action< } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(UpdateAliasesRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -10104,7 +10096,7 @@ public virtual Task UpdateAliasesAsync(UpdateAliasesReque } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(CancellationToken cancellationToken = default) @@ -10115,7 +10107,7 @@ public virtual Task UpdateAliasesAsync(CancellationToken } /// - /// Updates index aliases. + /// Adds a data stream or index to an alias. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateAliasesAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -10127,7 +10119,7 @@ public virtual Task UpdateAliasesAsync(Action - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10138,7 +10130,7 @@ public virtual ValidateQueryResponse ValidateQuery(ValidateQueryRequest request) } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(ValidateQueryRequest request, CancellationToken cancellationToken = default) @@ -10148,7 +10140,7 @@ public virtual Task ValidateQueryAsync(ValidateQueryReque } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10159,7 +10151,7 @@ public virtual ValidateQueryResponse ValidateQuery(ValidateQueryReque } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10171,7 +10163,7 @@ public virtual ValidateQueryResponse ValidateQuery(Elastic.Clients.El } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10184,7 +10176,7 @@ public virtual ValidateQueryResponse ValidateQuery(Elastic.Clients.El } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10196,7 +10188,7 @@ public virtual ValidateQueryResponse ValidateQuery() } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10209,7 +10201,7 @@ public virtual ValidateQueryResponse ValidateQuery(Action - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10220,7 +10212,7 @@ public virtual ValidateQueryResponse ValidateQuery(ValidateQueryRequestDescripto } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10232,7 +10224,7 @@ public virtual ValidateQueryResponse ValidateQuery(Elastic.Clients.Elasticsearch } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10245,7 +10237,7 @@ public virtual ValidateQueryResponse ValidateQuery(Elastic.Clients.Elasticsearch } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10257,7 +10249,7 @@ public virtual ValidateQueryResponse ValidateQuery() } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -10270,7 +10262,7 @@ public virtual ValidateQueryResponse ValidateQuery(Action - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(ValidateQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -10280,7 +10272,7 @@ public virtual Task ValidateQueryAsync(Validat } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -10291,7 +10283,7 @@ public virtual Task ValidateQueryAsync(Elastic } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -10303,7 +10295,7 @@ public virtual Task ValidateQueryAsync(Elastic } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(CancellationToken cancellationToken = default) @@ -10314,7 +10306,7 @@ public virtual Task ValidateQueryAsync(Cancell } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -10326,7 +10318,7 @@ public virtual Task ValidateQueryAsync(Action< } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(ValidateQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -10336,7 +10328,7 @@ public virtual Task ValidateQueryAsync(ValidateQueryReque } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -10347,7 +10339,7 @@ public virtual Task ValidateQueryAsync(Elastic.Clients.El } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -10359,7 +10351,7 @@ public virtual Task ValidateQueryAsync(Elastic.Clients.El } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(CancellationToken cancellationToken = default) @@ -10370,7 +10362,7 @@ public virtual Task ValidateQueryAsync(CancellationToken } /// - /// Allows a user to validate a potentially expensive query without executing it. + /// Validates a potentially expensive query without executing it. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ValidateQueryAsync(Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Inference.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Inference.g.cs index 654b6ccc271..90d4f1f5238 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Inference.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Inference.g.cs @@ -314,7 +314,7 @@ public virtual Task GetAsync(Action - /// Perform inference + /// Perform inference on the service /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -325,7 +325,7 @@ public virtual InferenceResponse Inference(InferenceRequest request) } /// - /// Perform inference + /// Perform inference on the service /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferenceAsync(InferenceRequest request, CancellationToken cancellationToken = default) @@ -335,7 +335,7 @@ public virtual Task InferenceAsync(InferenceRequest request, } /// - /// Perform inference + /// Perform inference on the service /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -346,7 +346,7 @@ public virtual InferenceResponse Inference(InferenceRequestDescriptor descriptor } /// - /// Perform inference + /// Perform inference on the service /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -358,7 +358,7 @@ public virtual InferenceResponse Inference(Elastic.Clients.Elasticsearch.Inferen } /// - /// Perform inference + /// Perform inference on the service /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -371,7 +371,7 @@ public virtual InferenceResponse Inference(Elastic.Clients.Elasticsearch.Inferen } /// - /// Perform inference + /// Perform inference on the service /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -383,7 +383,7 @@ public virtual InferenceResponse Inference(Elastic.Clients.Elasticsearch.Id infe } /// - /// Perform inference + /// Perform inference on the service /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -396,7 +396,7 @@ public virtual InferenceResponse Inference(Elastic.Clients.Elasticsearch.Id infe } /// - /// Perform inference + /// Perform inference on the service /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferenceAsync(InferenceRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -406,7 +406,7 @@ public virtual Task InferenceAsync(InferenceRequestDescriptor } /// - /// Perform inference + /// Perform inference on the service /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferenceAsync(Elastic.Clients.Elasticsearch.Inference.TaskType? taskType, Elastic.Clients.Elasticsearch.Id inferenceId, CancellationToken cancellationToken = default) @@ -417,7 +417,7 @@ public virtual Task InferenceAsync(Elastic.Clients.Elasticsea } /// - /// Perform inference + /// Perform inference on the service /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferenceAsync(Elastic.Clients.Elasticsearch.Inference.TaskType? taskType, Elastic.Clients.Elasticsearch.Id inferenceId, Action configureRequest, CancellationToken cancellationToken = default) @@ -429,7 +429,7 @@ public virtual Task InferenceAsync(Elastic.Clients.Elasticsea } /// - /// Perform inference + /// Perform inference on the service /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferenceAsync(Elastic.Clients.Elasticsearch.Id inferenceId, CancellationToken cancellationToken = default) @@ -440,7 +440,7 @@ public virtual Task InferenceAsync(Elastic.Clients.Elasticsea } /// - /// Perform inference + /// Perform inference on the service /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferenceAsync(Elastic.Clients.Elasticsearch.Id inferenceId, Action configureRequest, CancellationToken cancellationToken = default) @@ -452,7 +452,7 @@ public virtual Task InferenceAsync(Elastic.Clients.Elasticsea } /// - /// Configure an inference endpoint for use in the Inference API + /// Create an inference endpoint /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -463,7 +463,7 @@ public virtual PutInferenceResponse Put(PutInferenceRequest request) } /// - /// Configure an inference endpoint for use in the Inference API + /// Create an inference endpoint /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAsync(PutInferenceRequest request, CancellationToken cancellationToken = default) @@ -473,7 +473,7 @@ public virtual Task PutAsync(PutInferenceRequest request, } /// - /// Configure an inference endpoint for use in the Inference API + /// Create an inference endpoint /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -484,7 +484,7 @@ public virtual PutInferenceResponse Put(PutInferenceRequestDescriptor descriptor } /// - /// Configure an inference endpoint for use in the Inference API + /// Create an inference endpoint /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -496,7 +496,7 @@ public virtual PutInferenceResponse Put(Elastic.Clients.Elasticsearch.Inference. } /// - /// Configure an inference endpoint for use in the Inference API + /// Create an inference endpoint /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -509,7 +509,7 @@ public virtual PutInferenceResponse Put(Elastic.Clients.Elasticsearch.Inference. } /// - /// Configure an inference endpoint for use in the Inference API + /// Create an inference endpoint /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -521,7 +521,7 @@ public virtual PutInferenceResponse Put(Elastic.Clients.Elasticsearch.Inference. } /// - /// Configure an inference endpoint for use in the Inference API + /// Create an inference endpoint /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -534,7 +534,7 @@ public virtual PutInferenceResponse Put(Elastic.Clients.Elasticsearch.Inference. } /// - /// Configure an inference endpoint for use in the Inference API + /// Create an inference endpoint /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAsync(PutInferenceRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -544,7 +544,7 @@ public virtual Task PutAsync(PutInferenceRequestDescriptor } /// - /// Configure an inference endpoint for use in the Inference API + /// Create an inference endpoint /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAsync(Elastic.Clients.Elasticsearch.Inference.InferenceEndpoint inferenceConfig, Elastic.Clients.Elasticsearch.Inference.TaskType? taskType, Elastic.Clients.Elasticsearch.Id inferenceId, CancellationToken cancellationToken = default) @@ -555,7 +555,7 @@ public virtual Task PutAsync(Elastic.Clients.Elasticsearch } /// - /// Configure an inference endpoint for use in the Inference API + /// Create an inference endpoint /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAsync(Elastic.Clients.Elasticsearch.Inference.InferenceEndpoint inferenceConfig, Elastic.Clients.Elasticsearch.Inference.TaskType? taskType, Elastic.Clients.Elasticsearch.Id inferenceId, Action configureRequest, CancellationToken cancellationToken = default) @@ -567,7 +567,7 @@ public virtual Task PutAsync(Elastic.Clients.Elasticsearch } /// - /// Configure an inference endpoint for use in the Inference API + /// Create an inference endpoint /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAsync(Elastic.Clients.Elasticsearch.Inference.InferenceEndpoint inferenceConfig, Elastic.Clients.Elasticsearch.Id inferenceId, CancellationToken cancellationToken = default) @@ -578,7 +578,7 @@ public virtual Task PutAsync(Elastic.Clients.Elasticsearch } /// - /// Configure an inference endpoint for use in the Inference API + /// Create an inference endpoint /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutAsync(Elastic.Clients.Elasticsearch.Inference.InferenceEndpoint inferenceConfig, Elastic.Clients.Elasticsearch.Id inferenceId, Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ingest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ingest.g.cs index d39b5442789..16030cb6793 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ingest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ingest.g.cs @@ -38,7 +38,7 @@ internal IngestNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -49,7 +49,7 @@ public virtual DeletePipelineResponse DeletePipeline(DeletePipelineRequest reque } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(DeletePipelineRequest request, CancellationToken cancellationToken = default) @@ -59,7 +59,7 @@ public virtual Task DeletePipelineAsync(DeletePipelineRe } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -70,7 +70,7 @@ public virtual DeletePipelineResponse DeletePipeline(DeletePipelineRe } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -82,7 +82,7 @@ public virtual DeletePipelineResponse DeletePipeline(Elastic.Clients. } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -95,7 +95,7 @@ public virtual DeletePipelineResponse DeletePipeline(Elastic.Clients. } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -106,7 +106,7 @@ public virtual DeletePipelineResponse DeletePipeline(DeletePipelineRequestDescri } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -118,7 +118,7 @@ public virtual DeletePipelineResponse DeletePipeline(Elastic.Clients.Elasticsear } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -131,7 +131,7 @@ public virtual DeletePipelineResponse DeletePipeline(Elastic.Clients.Elasticsear } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(DeletePipelineRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -141,7 +141,7 @@ public virtual Task DeletePipelineAsync(Delet } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -152,7 +152,7 @@ public virtual Task DeletePipelineAsync(Elast } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -164,7 +164,7 @@ public virtual Task DeletePipelineAsync(Elast } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(DeletePipelineRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -174,7 +174,7 @@ public virtual Task DeletePipelineAsync(DeletePipelineRe } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -185,7 +185,7 @@ public virtual Task DeletePipelineAsync(Elastic.Clients. } /// - /// Deletes a pipeline. + /// Deletes one or more existing ingest pipeline. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeletePipelineAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -197,8 +197,8 @@ public virtual Task DeletePipelineAsync(Elastic.Clients. } /// - /// Returns statistical information about geoip databases - /// Learn more about this API in the Elasticsearch documentation. + /// Gets download statistics for GeoIP2 databases used with the geoip processor. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GeoIpStatsResponse GeoIpStats(GeoIpStatsRequest request) @@ -208,8 +208,8 @@ public virtual GeoIpStatsResponse GeoIpStats(GeoIpStatsRequest request) } /// - /// Returns statistical information about geoip databases - /// Learn more about this API in the Elasticsearch documentation. + /// Gets download statistics for GeoIP2 databases used with the geoip processor. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GeoIpStatsAsync(GeoIpStatsRequest request, CancellationToken cancellationToken = default) { @@ -218,8 +218,8 @@ public virtual Task GeoIpStatsAsync(GeoIpStatsRequest reques } /// - /// Returns statistical information about geoip databases - /// Learn more about this API in the Elasticsearch documentation. + /// Gets download statistics for GeoIP2 databases used with the geoip processor. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GeoIpStatsResponse GeoIpStats(GeoIpStatsRequestDescriptor descriptor) @@ -229,8 +229,8 @@ public virtual GeoIpStatsResponse GeoIpStats(GeoIpStatsRequestDescriptor descrip } /// - /// Returns statistical information about geoip databases - /// Learn more about this API in the Elasticsearch documentation. + /// Gets download statistics for GeoIP2 databases used with the geoip processor. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GeoIpStatsResponse GeoIpStats() @@ -241,8 +241,8 @@ public virtual GeoIpStatsResponse GeoIpStats() } /// - /// Returns statistical information about geoip databases - /// Learn more about this API in the Elasticsearch documentation. + /// Gets download statistics for GeoIP2 databases used with the geoip processor. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GeoIpStatsResponse GeoIpStats(Action configureRequest) @@ -254,8 +254,8 @@ public virtual GeoIpStatsResponse GeoIpStats(Action } /// - /// Returns statistical information about geoip databases - /// Learn more about this API in the Elasticsearch documentation. + /// Gets download statistics for GeoIP2 databases used with the geoip processor. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GeoIpStatsAsync(GeoIpStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -264,8 +264,8 @@ public virtual Task GeoIpStatsAsync(GeoIpStatsRequestDescrip } /// - /// Returns statistical information about geoip databases - /// Learn more about this API in the Elasticsearch documentation. + /// Gets download statistics for GeoIP2 databases used with the geoip processor. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GeoIpStatsAsync(CancellationToken cancellationToken = default) { @@ -275,8 +275,8 @@ public virtual Task GeoIpStatsAsync(CancellationToken cancel } /// - /// Returns statistical information about geoip databases - /// Learn more about this API in the Elasticsearch documentation. + /// Gets download statistics for GeoIP2 databases used with the geoip processor. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GeoIpStatsAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -287,7 +287,7 @@ public virtual Task GeoIpStatsAsync(Action - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -298,7 +298,7 @@ public virtual GetPipelineResponse GetPipeline(GetPipelineRequest request) } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(GetPipelineRequest request, CancellationToken cancellationToken = default) @@ -308,7 +308,7 @@ public virtual Task GetPipelineAsync(GetPipelineRequest req } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -319,7 +319,7 @@ public virtual GetPipelineResponse GetPipeline(GetPipelineRequestDesc } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -331,7 +331,7 @@ public virtual GetPipelineResponse GetPipeline(Elastic.Clients.Elasti } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -344,7 +344,7 @@ public virtual GetPipelineResponse GetPipeline(Elastic.Clients.Elasti } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -356,7 +356,7 @@ public virtual GetPipelineResponse GetPipeline() } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -369,7 +369,7 @@ public virtual GetPipelineResponse GetPipeline(Action - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -380,7 +380,7 @@ public virtual GetPipelineResponse GetPipeline(GetPipelineRequestDescriptor desc } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -392,7 +392,7 @@ public virtual GetPipelineResponse GetPipeline(Elastic.Clients.Elasticsearch.Id? } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -405,7 +405,7 @@ public virtual GetPipelineResponse GetPipeline(Elastic.Clients.Elasticsearch.Id? } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -417,7 +417,7 @@ public virtual GetPipelineResponse GetPipeline() } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -430,7 +430,7 @@ public virtual GetPipelineResponse GetPipeline(Action - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPipelineAsync(GetPipelineRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -440,7 +440,7 @@ public virtual Task GetPipelineAsync(GetPipeline } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -451,7 +451,7 @@ public virtual Task GetPipelineAsync(Elastic.Cli } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(Elastic.Clients.Elasticsearch.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -463,7 +463,7 @@ public virtual Task GetPipelineAsync(Elastic.Cli } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(CancellationToken cancellationToken = default) @@ -474,7 +474,7 @@ public virtual Task GetPipelineAsync(Cancellatio } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -486,7 +486,7 @@ public virtual Task GetPipelineAsync(Action - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetPipelineAsync(GetPipelineRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -496,7 +496,7 @@ public virtual Task GetPipelineAsync(GetPipelineRequestDesc } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -507,7 +507,7 @@ public virtual Task GetPipelineAsync(Elastic.Clients.Elasti } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(Elastic.Clients.Elasticsearch.Id? id, Action configureRequest, CancellationToken cancellationToken = default) @@ -519,7 +519,7 @@ public virtual Task GetPipelineAsync(Elastic.Clients.Elasti } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(CancellationToken cancellationToken = default) @@ -530,7 +530,7 @@ public virtual Task GetPipelineAsync(CancellationToken canc } /// - /// Returns a pipeline. + /// Returns information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetPipelineAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -542,8 +542,8 @@ public virtual Task GetPipelineAsync(Action - /// Returns a list of the built-in patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts structured fields out of a single text field within a document.
You choose which field to extract matched fields from, as well as the grok pattern you expect will match.
A grok pattern is like a regular expression that supports aliased expressions that can be reused.
+ /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ProcessorGrokResponse ProcessorGrok(ProcessorGrokRequest request) @@ -553,8 +553,8 @@ public virtual ProcessorGrokResponse ProcessorGrok(ProcessorGrokRequest request) } /// - /// Returns a list of the built-in patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts structured fields out of a single text field within a document.
You choose which field to extract matched fields from, as well as the grok pattern you expect will match.
A grok pattern is like a regular expression that supports aliased expressions that can be reused.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ProcessorGrokAsync(ProcessorGrokRequest request, CancellationToken cancellationToken = default) { @@ -563,8 +563,8 @@ public virtual Task ProcessorGrokAsync(ProcessorGrokReque } /// - /// Returns a list of the built-in patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts structured fields out of a single text field within a document.
You choose which field to extract matched fields from, as well as the grok pattern you expect will match.
A grok pattern is like a regular expression that supports aliased expressions that can be reused.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ProcessorGrokResponse ProcessorGrok(ProcessorGrokRequestDescriptor descriptor) @@ -574,8 +574,8 @@ public virtual ProcessorGrokResponse ProcessorGrok(ProcessorGrokRequestDescripto } /// - /// Returns a list of the built-in patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts structured fields out of a single text field within a document.
You choose which field to extract matched fields from, as well as the grok pattern you expect will match.
A grok pattern is like a regular expression that supports aliased expressions that can be reused.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ProcessorGrokResponse ProcessorGrok() @@ -586,8 +586,8 @@ public virtual ProcessorGrokResponse ProcessorGrok() } /// - /// Returns a list of the built-in patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts structured fields out of a single text field within a document.
You choose which field to extract matched fields from, as well as the grok pattern you expect will match.
A grok pattern is like a regular expression that supports aliased expressions that can be reused.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ProcessorGrokResponse ProcessorGrok(Action configureRequest) @@ -599,8 +599,8 @@ public virtual ProcessorGrokResponse ProcessorGrok(Action - /// Returns a list of the built-in patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts structured fields out of a single text field within a document.
You choose which field to extract matched fields from, as well as the grok pattern you expect will match.
A grok pattern is like a regular expression that supports aliased expressions that can be reused.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ProcessorGrokAsync(ProcessorGrokRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -609,8 +609,8 @@ public virtual Task ProcessorGrokAsync(ProcessorGrokReque } /// - /// Returns a list of the built-in patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts structured fields out of a single text field within a document.
You choose which field to extract matched fields from, as well as the grok pattern you expect will match.
A grok pattern is like a regular expression that supports aliased expressions that can be reused.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ProcessorGrokAsync(CancellationToken cancellationToken = default) { @@ -620,8 +620,8 @@ public virtual Task ProcessorGrokAsync(CancellationToken } /// - /// Returns a list of the built-in patterns. - /// Learn more about this API in the Elasticsearch documentation. + /// Extracts structured fields out of a single text field within a document.
You choose which field to extract matched fields from, as well as the grok pattern you expect will match.
A grok pattern is like a regular expression that supports aliased expressions that can be reused.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ProcessorGrokAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -632,8 +632,8 @@ public virtual Task ProcessorGrokAsync(Action - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPipelineResponse PutPipeline(PutPipelineRequest request) @@ -643,8 +643,8 @@ public virtual PutPipelineResponse PutPipeline(PutPipelineRequest request) } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutPipelineAsync(PutPipelineRequest request, CancellationToken cancellationToken = default) { @@ -653,8 +653,8 @@ public virtual Task PutPipelineAsync(PutPipelineRequest req } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPipelineResponse PutPipeline(PutPipelineRequestDescriptor descriptor) @@ -664,8 +664,8 @@ public virtual PutPipelineResponse PutPipeline(PutPipelineRequestDesc } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPipelineResponse PutPipeline(Elastic.Clients.Elasticsearch.Id id) @@ -676,8 +676,8 @@ public virtual PutPipelineResponse PutPipeline(Elastic.Clients.Elasti } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPipelineResponse PutPipeline(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest) @@ -689,8 +689,8 @@ public virtual PutPipelineResponse PutPipeline(Elastic.Clients.Elasti } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPipelineResponse PutPipeline(PutPipelineRequestDescriptor descriptor) @@ -700,8 +700,8 @@ public virtual PutPipelineResponse PutPipeline(PutPipelineRequestDescriptor desc } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPipelineResponse PutPipeline(Elastic.Clients.Elasticsearch.Id id) @@ -712,8 +712,8 @@ public virtual PutPipelineResponse PutPipeline(Elastic.Clients.Elasticsearch.Id } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutPipelineResponse PutPipeline(Elastic.Clients.Elasticsearch.Id id, Action configureRequest) @@ -725,8 +725,8 @@ public virtual PutPipelineResponse PutPipeline(Elastic.Clients.Elasticsearch.Id } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutPipelineAsync(PutPipelineRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -735,8 +735,8 @@ public virtual Task PutPipelineAsync(PutPipeline } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutPipelineAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -746,8 +746,8 @@ public virtual Task PutPipelineAsync(Elastic.Cli } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutPipelineAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -758,8 +758,8 @@ public virtual Task PutPipelineAsync(Elastic.Cli } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutPipelineAsync(PutPipelineRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -768,8 +768,8 @@ public virtual Task PutPipelineAsync(PutPipelineRequestDesc } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutPipelineAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -779,8 +779,8 @@ public virtual Task PutPipelineAsync(Elastic.Clients.Elasti } /// - /// Creates or updates a pipeline. - /// Learn more about this API in the Elasticsearch documentation. + /// Creates or updates an ingest pipeline.
Changes made using this API take effect immediately.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutPipelineAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) { @@ -791,7 +791,7 @@ public virtual Task PutPipelineAsync(Elastic.Clients.Elasti } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -802,7 +802,7 @@ public virtual SimulateResponse Simulate(SimulateRequest request) } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(SimulateRequest request, CancellationToken cancellationToken = default) @@ -812,7 +812,7 @@ public virtual Task SimulateAsync(SimulateRequest request, Can } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -823,7 +823,7 @@ public virtual SimulateResponse Simulate(SimulateRequestDescriptor - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -835,7 +835,7 @@ public virtual SimulateResponse Simulate(Elastic.Clients.Elasticsearc } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -848,7 +848,7 @@ public virtual SimulateResponse Simulate(Elastic.Clients.Elasticsearc } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -860,7 +860,7 @@ public virtual SimulateResponse Simulate() } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -873,7 +873,7 @@ public virtual SimulateResponse Simulate(Action - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -884,7 +884,7 @@ public virtual SimulateResponse Simulate(SimulateRequestDescriptor descriptor) } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -896,7 +896,7 @@ public virtual SimulateResponse Simulate(Elastic.Clients.Elasticsearch.Id? id) } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -909,7 +909,7 @@ public virtual SimulateResponse Simulate(Elastic.Clients.Elasticsearch.Id? id, A } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -921,7 +921,7 @@ public virtual SimulateResponse Simulate() } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -934,7 +934,7 @@ public virtual SimulateResponse Simulate(Action confi } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(SimulateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -944,7 +944,7 @@ public virtual Task SimulateAsync(SimulateRequestDe } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -955,7 +955,7 @@ public virtual Task SimulateAsync(Elastic.Clients.E } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(Elastic.Clients.Elasticsearch.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -967,7 +967,7 @@ public virtual Task SimulateAsync(Elastic.Clients.E } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(CancellationToken cancellationToken = default) @@ -978,7 +978,7 @@ public virtual Task SimulateAsync(CancellationToken } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -990,7 +990,7 @@ public virtual Task SimulateAsync(Action - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(SimulateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1000,7 +1000,7 @@ public virtual Task SimulateAsync(SimulateRequestDescriptor de } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -1011,7 +1011,7 @@ public virtual Task SimulateAsync(Elastic.Clients.Elasticsearc } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(Elastic.Clients.Elasticsearch.Id? id, Action configureRequest, CancellationToken cancellationToken = default) @@ -1023,7 +1023,7 @@ public virtual Task SimulateAsync(Elastic.Clients.Elasticsearc } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(CancellationToken cancellationToken = default) @@ -1034,7 +1034,7 @@ public virtual Task SimulateAsync(CancellationToken cancellati } /// - /// Allows to simulate a pipeline with example documents. + /// Executes an ingest pipeline against a set of provided documents. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SimulateAsync(Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.License.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.License.g.cs index 75857b11c0a..62e21afad32 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.License.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.License.g.cs @@ -128,7 +128,7 @@ public virtual Task DeleteAsync(Action - /// Retrieves licensing information for the cluster + /// This API returns information about the type of license, when it was issued, and when it expires, for example.
For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -139,7 +139,7 @@ public virtual GetLicenseResponse Get(GetLicenseRequest request) } /// - /// Retrieves licensing information for the cluster + /// This API returns information about the type of license, when it was issued, and when it expires, for example.
For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(GetLicenseRequest request, CancellationToken cancellationToken = default) @@ -149,7 +149,7 @@ public virtual Task GetAsync(GetLicenseRequest request, Canc } /// - /// Retrieves licensing information for the cluster + /// This API returns information about the type of license, when it was issued, and when it expires, for example.
For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -160,7 +160,7 @@ public virtual GetLicenseResponse Get(GetLicenseRequestDescriptor descriptor) } /// - /// Retrieves licensing information for the cluster + /// This API returns information about the type of license, when it was issued, and when it expires, for example.
For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -172,7 +172,7 @@ public virtual GetLicenseResponse Get() } /// - /// Retrieves licensing information for the cluster + /// This API returns information about the type of license, when it was issued, and when it expires, for example.
For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -185,7 +185,7 @@ public virtual GetLicenseResponse Get(Action config } /// - /// Retrieves licensing information for the cluster + /// This API returns information about the type of license, when it was issued, and when it expires, for example.
For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(GetLicenseRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -195,7 +195,7 @@ public virtual Task GetAsync(GetLicenseRequestDescriptor des } /// - /// Retrieves licensing information for the cluster + /// This API returns information about the type of license, when it was issued, and when it expires, for example.
For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(CancellationToken cancellationToken = default) @@ -206,7 +206,7 @@ public virtual Task GetAsync(CancellationToken cancellationT } /// - /// Retrieves licensing information for the cluster + /// This API returns information about the type of license, when it was issued, and when it expires, for example.
For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -488,7 +488,7 @@ public virtual Task PostAsync(Action config } /// - /// Starts an indefinite basic license. + /// The start basic API enables you to initiate an indefinite basic license, which gives access to all the basic features. If the basic license does not support all of the features that are available with your current license, however, you are notified in the response. You must then re-submit the API request with the acknowledge parameter set to true.
To check the status of your basic license, use the following API: [Get basic status](https://www.elastic.co/guide/en/elasticsearch/reference/current/get-basic-status.html).
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -499,7 +499,7 @@ public virtual PostStartBasicResponse PostStartBasic(PostStartBasicRequest reque } /// - /// Starts an indefinite basic license. + /// The start basic API enables you to initiate an indefinite basic license, which gives access to all the basic features. If the basic license does not support all of the features that are available with your current license, however, you are notified in the response. You must then re-submit the API request with the acknowledge parameter set to true.
To check the status of your basic license, use the following API: [Get basic status](https://www.elastic.co/guide/en/elasticsearch/reference/current/get-basic-status.html).
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PostStartBasicAsync(PostStartBasicRequest request, CancellationToken cancellationToken = default) @@ -509,7 +509,7 @@ public virtual Task PostStartBasicAsync(PostStartBasicRe } /// - /// Starts an indefinite basic license. + /// The start basic API enables you to initiate an indefinite basic license, which gives access to all the basic features. If the basic license does not support all of the features that are available with your current license, however, you are notified in the response. You must then re-submit the API request with the acknowledge parameter set to true.
To check the status of your basic license, use the following API: [Get basic status](https://www.elastic.co/guide/en/elasticsearch/reference/current/get-basic-status.html).
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -520,7 +520,7 @@ public virtual PostStartBasicResponse PostStartBasic(PostStartBasicRequestDescri } /// - /// Starts an indefinite basic license. + /// The start basic API enables you to initiate an indefinite basic license, which gives access to all the basic features. If the basic license does not support all of the features that are available with your current license, however, you are notified in the response. You must then re-submit the API request with the acknowledge parameter set to true.
To check the status of your basic license, use the following API: [Get basic status](https://www.elastic.co/guide/en/elasticsearch/reference/current/get-basic-status.html).
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -532,7 +532,7 @@ public virtual PostStartBasicResponse PostStartBasic() } /// - /// Starts an indefinite basic license. + /// The start basic API enables you to initiate an indefinite basic license, which gives access to all the basic features. If the basic license does not support all of the features that are available with your current license, however, you are notified in the response. You must then re-submit the API request with the acknowledge parameter set to true.
To check the status of your basic license, use the following API: [Get basic status](https://www.elastic.co/guide/en/elasticsearch/reference/current/get-basic-status.html).
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -545,7 +545,7 @@ public virtual PostStartBasicResponse PostStartBasic(Action - /// Starts an indefinite basic license. + /// The start basic API enables you to initiate an indefinite basic license, which gives access to all the basic features. If the basic license does not support all of the features that are available with your current license, however, you are notified in the response. You must then re-submit the API request with the acknowledge parameter set to true.
To check the status of your basic license, use the following API: [Get basic status](https://www.elastic.co/guide/en/elasticsearch/reference/current/get-basic-status.html).
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostStartBasicAsync(PostStartBasicRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -555,7 +555,7 @@ public virtual Task PostStartBasicAsync(PostStartBasicRe } /// - /// Starts an indefinite basic license. + /// The start basic API enables you to initiate an indefinite basic license, which gives access to all the basic features. If the basic license does not support all of the features that are available with your current license, however, you are notified in the response. You must then re-submit the API request with the acknowledge parameter set to true.
To check the status of your basic license, use the following API: [Get basic status](https://www.elastic.co/guide/en/elasticsearch/reference/current/get-basic-status.html).
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PostStartBasicAsync(CancellationToken cancellationToken = default) @@ -566,7 +566,7 @@ public virtual Task PostStartBasicAsync(CancellationToke } /// - /// Starts an indefinite basic license. + /// The start basic API enables you to initiate an indefinite basic license, which gives access to all the basic features. If the basic license does not support all of the features that are available with your current license, however, you are notified in the response. You must then re-submit the API request with the acknowledge parameter set to true.
To check the status of your basic license, use the following API: [Get basic status](https://www.elastic.co/guide/en/elasticsearch/reference/current/get-basic-status.html).
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PostStartBasicAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -578,7 +578,7 @@ public virtual Task PostStartBasicAsync(Action - /// starts a limited time trial license. + /// The start trial API enables you to start a 30-day trial, which gives access to all subscription features. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -589,7 +589,7 @@ public virtual PostStartTrialResponse PostStartTrial(PostStartTrialRequest reque } /// - /// starts a limited time trial license. + /// The start trial API enables you to start a 30-day trial, which gives access to all subscription features. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostStartTrialAsync(PostStartTrialRequest request, CancellationToken cancellationToken = default) @@ -599,7 +599,7 @@ public virtual Task PostStartTrialAsync(PostStartTrialRe } /// - /// starts a limited time trial license. + /// The start trial API enables you to start a 30-day trial, which gives access to all subscription features. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -610,7 +610,7 @@ public virtual PostStartTrialResponse PostStartTrial(PostStartTrialRequestDescri } /// - /// starts a limited time trial license. + /// The start trial API enables you to start a 30-day trial, which gives access to all subscription features. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -622,7 +622,7 @@ public virtual PostStartTrialResponse PostStartTrial() } /// - /// starts a limited time trial license. + /// The start trial API enables you to start a 30-day trial, which gives access to all subscription features. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -635,7 +635,7 @@ public virtual PostStartTrialResponse PostStartTrial(Action - /// starts a limited time trial license. + /// The start trial API enables you to start a 30-day trial, which gives access to all subscription features. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostStartTrialAsync(PostStartTrialRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -645,7 +645,7 @@ public virtual Task PostStartTrialAsync(PostStartTrialRe } /// - /// starts a limited time trial license. + /// The start trial API enables you to start a 30-day trial, which gives access to all subscription features. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostStartTrialAsync(CancellationToken cancellationToken = default) @@ -656,7 +656,7 @@ public virtual Task PostStartTrialAsync(CancellationToke } /// - /// starts a limited time trial license. + /// The start trial API enables you to start a 30-day trial, which gives access to all subscription features. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostStartTrialAsync(Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ml.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ml.g.cs index 1bb4d087579..faba89c8164 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ml.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ml.g.cs @@ -38,7 +38,7 @@ internal MachineLearningNamespacedClient(ElasticsearchClient client) : base(clie } /// - /// Clear the cached results from a trained model deployment + /// Clears a trained model deployment cache on all nodes where the trained model is assigned.
A trained model deployment may have an inference cache enabled.
As requests are handled by each allocated node, their responses may be cached on that individual node.
Calling this API clears the caches without restarting the deployment.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -49,7 +49,7 @@ public virtual ClearTrainedModelDeploymentCacheResponse ClearTrainedModelDeploym } /// - /// Clear the cached results from a trained model deployment + /// Clears a trained model deployment cache on all nodes where the trained model is assigned.
A trained model deployment may have an inference cache enabled.
As requests are handled by each allocated node, their responses may be cached on that individual node.
Calling this API clears the caches without restarting the deployment.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearTrainedModelDeploymentCacheAsync(ClearTrainedModelDeploymentCacheRequest request, CancellationToken cancellationToken = default) @@ -59,7 +59,7 @@ public virtual Task ClearTrainedModelD } /// - /// Clear the cached results from a trained model deployment + /// Clears a trained model deployment cache on all nodes where the trained model is assigned.
A trained model deployment may have an inference cache enabled.
As requests are handled by each allocated node, their responses may be cached on that individual node.
Calling this API clears the caches without restarting the deployment.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -70,7 +70,7 @@ public virtual ClearTrainedModelDeploymentCacheResponse ClearTrainedModelDeploym } /// - /// Clear the cached results from a trained model deployment + /// Clears a trained model deployment cache on all nodes where the trained model is assigned.
A trained model deployment may have an inference cache enabled.
As requests are handled by each allocated node, their responses may be cached on that individual node.
Calling this API clears the caches without restarting the deployment.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -82,7 +82,7 @@ public virtual ClearTrainedModelDeploymentCacheResponse ClearTrainedModelDeploym } /// - /// Clear the cached results from a trained model deployment + /// Clears a trained model deployment cache on all nodes where the trained model is assigned.
A trained model deployment may have an inference cache enabled.
As requests are handled by each allocated node, their responses may be cached on that individual node.
Calling this API clears the caches without restarting the deployment.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -95,7 +95,7 @@ public virtual ClearTrainedModelDeploymentCacheResponse ClearTrainedModelDeploym } /// - /// Clear the cached results from a trained model deployment + /// Clears a trained model deployment cache on all nodes where the trained model is assigned.
A trained model deployment may have an inference cache enabled.
As requests are handled by each allocated node, their responses may be cached on that individual node.
Calling this API clears the caches without restarting the deployment.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearTrainedModelDeploymentCacheAsync(ClearTrainedModelDeploymentCacheRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -105,7 +105,7 @@ public virtual Task ClearTrainedModelD } /// - /// Clear the cached results from a trained model deployment + /// Clears a trained model deployment cache on all nodes where the trained model is assigned.
A trained model deployment may have an inference cache enabled.
As requests are handled by each allocated node, their responses may be cached on that individual node.
Calling this API clears the caches without restarting the deployment.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearTrainedModelDeploymentCacheAsync(Elastic.Clients.Elasticsearch.Id modelId, CancellationToken cancellationToken = default) @@ -116,7 +116,7 @@ public virtual Task ClearTrainedModelD } /// - /// Clear the cached results from a trained model deployment + /// Clears a trained model deployment cache on all nodes where the trained model is assigned.
A trained model deployment may have an inference cache enabled.
As requests are handled by each allocated node, their responses may be cached on that individual node.
Calling this API clears the caches without restarting the deployment.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ClearTrainedModelDeploymentCacheAsync(Elastic.Clients.Elasticsearch.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -128,8 +128,8 @@ public virtual Task ClearTrainedModelD } /// - /// Closes one or more anomaly detection jobs. A job can be opened and closed multiple times throughout its lifecycle. - /// Learn more about this API in the Elasticsearch documentation. + /// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CloseJobResponse CloseJob(CloseJobRequest request) @@ -139,8 +139,8 @@ public virtual CloseJobResponse CloseJob(CloseJobRequest request) } /// - /// Closes one or more anomaly detection jobs. A job can be opened and closed multiple times throughout its lifecycle. - /// Learn more about this API in the Elasticsearch documentation. + /// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CloseJobAsync(CloseJobRequest request, CancellationToken cancellationToken = default) { @@ -149,8 +149,8 @@ public virtual Task CloseJobAsync(CloseJobRequest request, Can } /// - /// Closes one or more anomaly detection jobs. A job can be opened and closed multiple times throughout its lifecycle. - /// Learn more about this API in the Elasticsearch documentation. + /// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CloseJobResponse CloseJob(CloseJobRequestDescriptor descriptor) @@ -160,8 +160,8 @@ public virtual CloseJobResponse CloseJob(CloseJobRequestDescriptor descriptor) } /// - /// Closes one or more anomaly detection jobs. A job can be opened and closed multiple times throughout its lifecycle. - /// Learn more about this API in the Elasticsearch documentation. + /// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CloseJobResponse CloseJob(Elastic.Clients.Elasticsearch.Id jobId) @@ -172,8 +172,8 @@ public virtual CloseJobResponse CloseJob(Elastic.Clients.Elasticsearch.Id jobId) } /// - /// Closes one or more anomaly detection jobs. A job can be opened and closed multiple times throughout its lifecycle. - /// Learn more about this API in the Elasticsearch documentation. + /// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CloseJobResponse CloseJob(Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest) @@ -185,8 +185,8 @@ public virtual CloseJobResponse CloseJob(Elastic.Clients.Elasticsearch.Id jobId, } /// - /// Closes one or more anomaly detection jobs. A job can be opened and closed multiple times throughout its lifecycle. - /// Learn more about this API in the Elasticsearch documentation. + /// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CloseJobAsync(CloseJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -195,8 +195,8 @@ public virtual Task CloseJobAsync(CloseJobRequestDescriptor de } /// - /// Closes one or more anomaly detection jobs. A job can be opened and closed multiple times throughout its lifecycle. - /// Learn more about this API in the Elasticsearch documentation. + /// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CloseJobAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) { @@ -206,8 +206,8 @@ public virtual Task CloseJobAsync(Elastic.Clients.Elasticsearc } /// - /// Closes one or more anomaly detection jobs. A job can be opened and closed multiple times throughout its lifecycle. - /// Learn more about this API in the Elasticsearch documentation. + /// Close anomaly detection jobs
A job can be opened and closed multiple times throughout its lifecycle. A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
When you close a job, it runs housekeeping tasks such as pruning the model history, flushing buffers, calculating final results and persisting the model snapshots. Depending upon the size of the job, it could take several minutes to close and the equivalent time to re-open. After it is closed, the job has a minimal overhead on the cluster except for maintaining its meta data. Therefore it is a best practice to close jobs that are no longer required to process data.
If you close an anomaly detection job whose datafeed is running, the request first tries to stop the datafeed. This behavior is equivalent to calling stop datafeed API with the same timeout and force parameters as the close job request.
When a datafeed that has a specified end date stops, it automatically closes its associated job.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CloseJobAsync(Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -218,8 +218,8 @@ public virtual Task CloseJobAsync(Elastic.Clients.Elasticsearc } /// - /// Deletes a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Removes all scheduled events from a calendar, then deletes it. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteCalendarResponse DeleteCalendar(DeleteCalendarRequest request) @@ -229,8 +229,8 @@ public virtual DeleteCalendarResponse DeleteCalendar(DeleteCalendarRequest reque } /// - /// Deletes a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Removes all scheduled events from a calendar, then deletes it. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarAsync(DeleteCalendarRequest request, CancellationToken cancellationToken = default) { @@ -239,8 +239,8 @@ public virtual Task DeleteCalendarAsync(DeleteCalendarRe } /// - /// Deletes a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Removes all scheduled events from a calendar, then deletes it. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteCalendarResponse DeleteCalendar(DeleteCalendarRequestDescriptor descriptor) @@ -250,8 +250,8 @@ public virtual DeleteCalendarResponse DeleteCalendar(DeleteCalendarRequestDescri } /// - /// Deletes a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Removes all scheduled events from a calendar, then deletes it. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteCalendarResponse DeleteCalendar(Elastic.Clients.Elasticsearch.Id calendarId) @@ -262,8 +262,8 @@ public virtual DeleteCalendarResponse DeleteCalendar(Elastic.Clients.Elasticsear } /// - /// Deletes a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Removes all scheduled events from a calendar, then deletes it. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteCalendarResponse DeleteCalendar(Elastic.Clients.Elasticsearch.Id calendarId, Action configureRequest) @@ -275,8 +275,8 @@ public virtual DeleteCalendarResponse DeleteCalendar(Elastic.Clients.Elasticsear } /// - /// Deletes a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Removes all scheduled events from a calendar, then deletes it. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarAsync(DeleteCalendarRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -285,8 +285,8 @@ public virtual Task DeleteCalendarAsync(DeleteCalendarRe } /// - /// Deletes a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Removes all scheduled events from a calendar, then deletes it. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarAsync(Elastic.Clients.Elasticsearch.Id calendarId, CancellationToken cancellationToken = default) { @@ -296,8 +296,8 @@ public virtual Task DeleteCalendarAsync(Elastic.Clients. } /// - /// Deletes a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Removes all scheduled events from a calendar, then deletes it. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarAsync(Elastic.Clients.Elasticsearch.Id calendarId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -309,7 +309,7 @@ public virtual Task DeleteCalendarAsync(Elastic.Clients. /// /// Deletes scheduled events from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteCalendarEventResponse DeleteCalendarEvent(DeleteCalendarEventRequest request) @@ -320,7 +320,7 @@ public virtual DeleteCalendarEventResponse DeleteCalendarEvent(DeleteCalendarEve /// /// Deletes scheduled events from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarEventAsync(DeleteCalendarEventRequest request, CancellationToken cancellationToken = default) { @@ -330,7 +330,7 @@ public virtual Task DeleteCalendarEventAsync(Delete /// /// Deletes scheduled events from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteCalendarEventResponse DeleteCalendarEvent(DeleteCalendarEventRequestDescriptor descriptor) @@ -341,7 +341,7 @@ public virtual DeleteCalendarEventResponse DeleteCalendarEvent(DeleteCalendarEve /// /// Deletes scheduled events from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteCalendarEventResponse DeleteCalendarEvent(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Id eventId) @@ -353,7 +353,7 @@ public virtual DeleteCalendarEventResponse DeleteCalendarEvent(Elastic.Clients.E /// /// Deletes scheduled events from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteCalendarEventResponse DeleteCalendarEvent(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Id eventId, Action configureRequest) @@ -366,7 +366,7 @@ public virtual DeleteCalendarEventResponse DeleteCalendarEvent(Elastic.Clients.E /// /// Deletes scheduled events from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarEventAsync(DeleteCalendarEventRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -376,7 +376,7 @@ public virtual Task DeleteCalendarEventAsync(Delete /// /// Deletes scheduled events from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarEventAsync(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Id eventId, CancellationToken cancellationToken = default) { @@ -387,7 +387,7 @@ public virtual Task DeleteCalendarEventAsync(Elasti /// /// Deletes scheduled events from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarEventAsync(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Id eventId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -399,7 +399,7 @@ public virtual Task DeleteCalendarEventAsync(Elasti /// /// Deletes anomaly detection jobs from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteCalendarJobResponse DeleteCalendarJob(DeleteCalendarJobRequest request) @@ -410,7 +410,7 @@ public virtual DeleteCalendarJobResponse DeleteCalendarJob(DeleteCalendarJobRequ /// /// Deletes anomaly detection jobs from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarJobAsync(DeleteCalendarJobRequest request, CancellationToken cancellationToken = default) { @@ -420,7 +420,7 @@ public virtual Task DeleteCalendarJobAsync(DeleteCale /// /// Deletes anomaly detection jobs from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteCalendarJobResponse DeleteCalendarJob(DeleteCalendarJobRequestDescriptor descriptor) @@ -431,7 +431,7 @@ public virtual DeleteCalendarJobResponse DeleteCalendarJob(DeleteCalendarJobRequ /// /// Deletes anomaly detection jobs from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteCalendarJobResponse DeleteCalendarJob(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Ids jobId) @@ -443,7 +443,7 @@ public virtual DeleteCalendarJobResponse DeleteCalendarJob(Elastic.Clients.Elast /// /// Deletes anomaly detection jobs from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteCalendarJobResponse DeleteCalendarJob(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Ids jobId, Action configureRequest) @@ -456,7 +456,7 @@ public virtual DeleteCalendarJobResponse DeleteCalendarJob(Elastic.Clients.Elast /// /// Deletes anomaly detection jobs from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarJobAsync(DeleteCalendarJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -466,7 +466,7 @@ public virtual Task DeleteCalendarJobAsync(DeleteCale /// /// Deletes anomaly detection jobs from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarJobAsync(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Ids jobId, CancellationToken cancellationToken = default) { @@ -477,7 +477,7 @@ public virtual Task DeleteCalendarJobAsync(Elastic.Cl /// /// Deletes anomaly detection jobs from a calendar. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteCalendarJobAsync(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Ids jobId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -489,7 +489,7 @@ public virtual Task DeleteCalendarJobAsync(Elastic.Cl /// /// Deletes an existing datafeed. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteDatafeedResponse DeleteDatafeed(DeleteDatafeedRequest request) @@ -500,7 +500,7 @@ public virtual DeleteDatafeedResponse DeleteDatafeed(DeleteDatafeedRequest reque /// /// Deletes an existing datafeed. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDatafeedAsync(DeleteDatafeedRequest request, CancellationToken cancellationToken = default) { @@ -510,7 +510,7 @@ public virtual Task DeleteDatafeedAsync(DeleteDatafeedRe /// /// Deletes an existing datafeed. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteDatafeedResponse DeleteDatafeed(DeleteDatafeedRequestDescriptor descriptor) @@ -521,7 +521,7 @@ public virtual DeleteDatafeedResponse DeleteDatafeed(DeleteDatafeedRequestDescri /// /// Deletes an existing datafeed. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteDatafeedResponse DeleteDatafeed(Elastic.Clients.Elasticsearch.Id datafeedId) @@ -533,7 +533,7 @@ public virtual DeleteDatafeedResponse DeleteDatafeed(Elastic.Clients.Elasticsear /// /// Deletes an existing datafeed. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteDatafeedResponse DeleteDatafeed(Elastic.Clients.Elasticsearch.Id datafeedId, Action configureRequest) @@ -546,7 +546,7 @@ public virtual DeleteDatafeedResponse DeleteDatafeed(Elastic.Clients.Elasticsear /// /// Deletes an existing datafeed. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDatafeedAsync(DeleteDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -556,7 +556,7 @@ public virtual Task DeleteDatafeedAsync(DeleteDatafeedRe /// /// Deletes an existing datafeed. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, CancellationToken cancellationToken = default) { @@ -567,7 +567,7 @@ public virtual Task DeleteDatafeedAsync(Elastic.Clients. /// /// Deletes an existing datafeed. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -578,8 +578,8 @@ public virtual Task DeleteDatafeedAsync(Elastic.Clients. } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics(DeleteDataFrameAnalyticsRequest request) @@ -589,8 +589,8 @@ public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics(DeleteD } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(DeleteDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) { @@ -599,8 +599,8 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics(DeleteDataFrameAnalyticsRequestDescriptor descriptor) @@ -610,8 +610,8 @@ public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics(Elastic.Clients.Elasticsearch.Id id) @@ -622,8 +622,8 @@ public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest) @@ -635,8 +635,8 @@ public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics(DeleteDataFrameAnalyticsRequestDescriptor descriptor) @@ -646,8 +646,8 @@ public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics(DeleteD } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics(Elastic.Clients.Elasticsearch.Id id) @@ -658,8 +658,8 @@ public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics(Elastic } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics(Elastic.Clients.Elasticsearch.Id id, Action configureRequest) @@ -671,8 +671,8 @@ public virtual DeleteDataFrameAnalyticsResponse DeleteDataFrameAnalytics(Elastic } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(DeleteDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -681,8 +681,8 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -692,8 +692,8 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -704,8 +704,8 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(DeleteDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -714,8 +714,8 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -725,8 +725,8 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes an existing data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Deletes a data frame analytics job. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) { @@ -737,7 +737,7 @@ public virtual Task DeleteDataFrameAnalyticsAs } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -748,7 +748,7 @@ public virtual DeleteExpiredDataResponse DeleteExpiredData(DeleteExpiredDataRequ } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteExpiredDataAsync(DeleteExpiredDataRequest request, CancellationToken cancellationToken = default) @@ -758,7 +758,7 @@ public virtual Task DeleteExpiredDataAsync(DeleteExpi } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -769,7 +769,7 @@ public virtual DeleteExpiredDataResponse DeleteExpiredData(DeleteExpiredDataRequ } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -781,7 +781,7 @@ public virtual DeleteExpiredDataResponse DeleteExpiredData(Elastic.Clients.Elast } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -794,7 +794,7 @@ public virtual DeleteExpiredDataResponse DeleteExpiredData(Elastic.Clients.Elast } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -806,7 +806,7 @@ public virtual DeleteExpiredDataResponse DeleteExpiredData() } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -819,7 +819,7 @@ public virtual DeleteExpiredDataResponse DeleteExpiredData(Action - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteExpiredDataAsync(DeleteExpiredDataRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -829,7 +829,7 @@ public virtual Task DeleteExpiredDataAsync(DeleteExpi } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteExpiredDataAsync(Elastic.Clients.Elasticsearch.Id? jobId, CancellationToken cancellationToken = default) @@ -840,7 +840,7 @@ public virtual Task DeleteExpiredDataAsync(Elastic.Cl } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteExpiredDataAsync(Elastic.Clients.Elasticsearch.Id? jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -852,7 +852,7 @@ public virtual Task DeleteExpiredDataAsync(Elastic.Cl } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteExpiredDataAsync(CancellationToken cancellationToken = default) @@ -863,7 +863,7 @@ public virtual Task DeleteExpiredDataAsync(Cancellati } /// - /// Deletes expired and unused machine learning data. + /// Deletes expired and unused machine learning data.
Deletes all job results, model snapshots and forecast data that have exceeded
their retention days period. Machine learning state documents that are not
associated with any job are also deleted.
You can limit the request to a single or set of anomaly detection jobs by
using a job identifier, a group name, a comma-separated list of jobs, or a
wildcard expression. You can delete expired data for all anomaly detection
jobs by using _all, by specifying * as the , or by omitting the
.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteExpiredDataAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -875,7 +875,7 @@ public virtual Task DeleteExpiredDataAsync(Action - /// Deletes a filter. + /// Deletes a filter.
If an anomaly detection job references the filter, you cannot delete the
filter. You must update or delete the job before you can delete the filter.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -886,7 +886,7 @@ public virtual DeleteFilterResponse DeleteFilter(DeleteFilterRequest request) } /// - /// Deletes a filter. + /// Deletes a filter.
If an anomaly detection job references the filter, you cannot delete the
filter. You must update or delete the job before you can delete the filter.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteFilterAsync(DeleteFilterRequest request, CancellationToken cancellationToken = default) @@ -896,7 +896,7 @@ public virtual Task DeleteFilterAsync(DeleteFilterRequest } /// - /// Deletes a filter. + /// Deletes a filter.
If an anomaly detection job references the filter, you cannot delete the
filter. You must update or delete the job before you can delete the filter.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -907,7 +907,7 @@ public virtual DeleteFilterResponse DeleteFilter(DeleteFilterRequestDescriptor d } /// - /// Deletes a filter. + /// Deletes a filter.
If an anomaly detection job references the filter, you cannot delete the
filter. You must update or delete the job before you can delete the filter.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -919,7 +919,7 @@ public virtual DeleteFilterResponse DeleteFilter(Elastic.Clients.Elasticsearch.I } /// - /// Deletes a filter. + /// Deletes a filter.
If an anomaly detection job references the filter, you cannot delete the
filter. You must update or delete the job before you can delete the filter.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -932,7 +932,7 @@ public virtual DeleteFilterResponse DeleteFilter(Elastic.Clients.Elasticsearch.I } /// - /// Deletes a filter. + /// Deletes a filter.
If an anomaly detection job references the filter, you cannot delete the
filter. You must update or delete the job before you can delete the filter.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteFilterAsync(DeleteFilterRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -942,7 +942,7 @@ public virtual Task DeleteFilterAsync(DeleteFilterRequestD } /// - /// Deletes a filter. + /// Deletes a filter.
If an anomaly detection job references the filter, you cannot delete the
filter. You must update or delete the job before you can delete the filter.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteFilterAsync(Elastic.Clients.Elasticsearch.Id filterId, CancellationToken cancellationToken = default) @@ -953,7 +953,7 @@ public virtual Task DeleteFilterAsync(Elastic.Clients.Elas } /// - /// Deletes a filter. + /// Deletes a filter.
If an anomaly detection job references the filter, you cannot delete the
filter. You must update or delete the job before you can delete the filter.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteFilterAsync(Elastic.Clients.Elasticsearch.Id filterId, Action configureRequest, CancellationToken cancellationToken = default) @@ -965,7 +965,7 @@ public virtual Task DeleteFilterAsync(Elastic.Clients.Elas } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -976,7 +976,7 @@ public virtual DeleteForecastResponse DeleteForecast(DeleteForecastRequest reque } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteForecastAsync(DeleteForecastRequest request, CancellationToken cancellationToken = default) @@ -986,7 +986,7 @@ public virtual Task DeleteForecastAsync(DeleteForecastRe } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -997,7 +997,7 @@ public virtual DeleteForecastResponse DeleteForecast(DeleteForecastRequestDescri } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1009,7 +1009,7 @@ public virtual DeleteForecastResponse DeleteForecast(Elastic.Clients.Elasticsear } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1022,7 +1022,7 @@ public virtual DeleteForecastResponse DeleteForecast(Elastic.Clients.Elasticsear } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1034,7 +1034,7 @@ public virtual DeleteForecastResponse DeleteForecast(Elastic.Clients.Elasticsear } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1047,7 +1047,7 @@ public virtual DeleteForecastResponse DeleteForecast(Elastic.Clients.Elasticsear } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteForecastAsync(DeleteForecastRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1057,7 +1057,7 @@ public virtual Task DeleteForecastAsync(DeleteForecastRe } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteForecastAsync(Elastic.Clients.Elasticsearch.Id jobId, Elastic.Clients.Elasticsearch.Id? forecastId, CancellationToken cancellationToken = default) @@ -1068,7 +1068,7 @@ public virtual Task DeleteForecastAsync(Elastic.Clients. } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteForecastAsync(Elastic.Clients.Elasticsearch.Id jobId, Elastic.Clients.Elasticsearch.Id? forecastId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1080,7 +1080,7 @@ public virtual Task DeleteForecastAsync(Elastic.Clients. } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteForecastAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -1091,7 +1091,7 @@ public virtual Task DeleteForecastAsync(Elastic.Clients. } /// - /// Deletes forecasts from a machine learning job. + /// Deletes forecasts from a machine learning job.
By default, forecasts are retained for 14 days. You can specify a
different retention period with the `expires_in` parameter in the forecast
jobs API. The delete forecast API enables you to delete one or more
forecasts before they expire.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteForecastAsync(Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1103,7 +1103,8 @@ public virtual Task DeleteForecastAsync(Elastic.Clients. } /// - /// Deletes an existing anomaly detection job. + /// Deletes an anomaly detection job. + /// All job configuration, model state and results are deleted.
It is not currently possible to delete multiple jobs using wildcards or a
comma separated list. If you delete a job that has a datafeed, the request
first tries to delete the datafeed. This behavior is equivalent to calling
the delete datafeed API with the same timeout and force parameters as the
delete job request.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1114,7 +1115,8 @@ public virtual DeleteJobResponse DeleteJob(DeleteJobRequest request) } /// - /// Deletes an existing anomaly detection job. + /// Deletes an anomaly detection job. + /// All job configuration, model state and results are deleted.
It is not currently possible to delete multiple jobs using wildcards or a
comma separated list. If you delete a job that has a datafeed, the request
first tries to delete the datafeed. This behavior is equivalent to calling
the delete datafeed API with the same timeout and force parameters as the
delete job request.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteJobAsync(DeleteJobRequest request, CancellationToken cancellationToken = default) @@ -1124,7 +1126,8 @@ public virtual Task DeleteJobAsync(DeleteJobRequest request, } /// - /// Deletes an existing anomaly detection job. + /// Deletes an anomaly detection job. + /// All job configuration, model state and results are deleted.
It is not currently possible to delete multiple jobs using wildcards or a
comma separated list. If you delete a job that has a datafeed, the request
first tries to delete the datafeed. This behavior is equivalent to calling
the delete datafeed API with the same timeout and force parameters as the
delete job request.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1135,7 +1138,8 @@ public virtual DeleteJobResponse DeleteJob(DeleteJobRequestDescriptor descriptor } /// - /// Deletes an existing anomaly detection job. + /// Deletes an anomaly detection job. + /// All job configuration, model state and results are deleted.
It is not currently possible to delete multiple jobs using wildcards or a
comma separated list. If you delete a job that has a datafeed, the request
first tries to delete the datafeed. This behavior is equivalent to calling
the delete datafeed API with the same timeout and force parameters as the
delete job request.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1147,7 +1151,8 @@ public virtual DeleteJobResponse DeleteJob(Elastic.Clients.Elasticsearch.Id jobI } /// - /// Deletes an existing anomaly detection job. + /// Deletes an anomaly detection job. + /// All job configuration, model state and results are deleted.
It is not currently possible to delete multiple jobs using wildcards or a
comma separated list. If you delete a job that has a datafeed, the request
first tries to delete the datafeed. This behavior is equivalent to calling
the delete datafeed API with the same timeout and force parameters as the
delete job request.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1160,7 +1165,8 @@ public virtual DeleteJobResponse DeleteJob(Elastic.Clients.Elasticsearch.Id jobI } /// - /// Deletes an existing anomaly detection job. + /// Deletes an anomaly detection job. + /// All job configuration, model state and results are deleted.
It is not currently possible to delete multiple jobs using wildcards or a
comma separated list. If you delete a job that has a datafeed, the request
first tries to delete the datafeed. This behavior is equivalent to calling
the delete datafeed API with the same timeout and force parameters as the
delete job request.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteJobAsync(DeleteJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1170,7 +1176,8 @@ public virtual Task DeleteJobAsync(DeleteJobRequestDescriptor } /// - /// Deletes an existing anomaly detection job. + /// Deletes an anomaly detection job. + /// All job configuration, model state and results are deleted.
It is not currently possible to delete multiple jobs using wildcards or a
comma separated list. If you delete a job that has a datafeed, the request
first tries to delete the datafeed. This behavior is equivalent to calling
the delete datafeed API with the same timeout and force parameters as the
delete job request.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteJobAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -1181,7 +1188,8 @@ public virtual Task DeleteJobAsync(Elastic.Clients.Elasticsea } /// - /// Deletes an existing anomaly detection job. + /// Deletes an anomaly detection job. + /// All job configuration, model state and results are deleted.
It is not currently possible to delete multiple jobs using wildcards or a
comma separated list. If you delete a job that has a datafeed, the request
first tries to delete the datafeed. This behavior is equivalent to calling
the delete datafeed API with the same timeout and force parameters as the
delete job request.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteJobAsync(Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1193,7 +1201,7 @@ public virtual Task DeleteJobAsync(Elastic.Clients.Elasticsea } /// - /// Deletes an existing model snapshot. + /// Deletes an existing model snapshot.
You cannot delete the active model snapshot. To delete that snapshot, first
revert to a different one. To identify the active model snapshot, refer to
the `model_snapshot_id` in the results from the get jobs API.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1204,7 +1212,7 @@ public virtual DeleteModelSnapshotResponse DeleteModelSnapshot(DeleteModelSnapsh } /// - /// Deletes an existing model snapshot. + /// Deletes an existing model snapshot.
You cannot delete the active model snapshot. To delete that snapshot, first
revert to a different one. To identify the active model snapshot, refer to
the `model_snapshot_id` in the results from the get jobs API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteModelSnapshotAsync(DeleteModelSnapshotRequest request, CancellationToken cancellationToken = default) @@ -1214,7 +1222,7 @@ public virtual Task DeleteModelSnapshotAsync(Delete } /// - /// Deletes an existing model snapshot. + /// Deletes an existing model snapshot.
You cannot delete the active model snapshot. To delete that snapshot, first
revert to a different one. To identify the active model snapshot, refer to
the `model_snapshot_id` in the results from the get jobs API.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1225,7 +1233,7 @@ public virtual DeleteModelSnapshotResponse DeleteModelSnapshot(DeleteModelSnapsh } /// - /// Deletes an existing model snapshot. + /// Deletes an existing model snapshot.
You cannot delete the active model snapshot. To delete that snapshot, first
revert to a different one. To identify the active model snapshot, refer to
the `model_snapshot_id` in the results from the get jobs API.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1237,7 +1245,7 @@ public virtual DeleteModelSnapshotResponse DeleteModelSnapshot(Elastic.Clients.E } /// - /// Deletes an existing model snapshot. + /// Deletes an existing model snapshot.
You cannot delete the active model snapshot. To delete that snapshot, first
revert to a different one. To identify the active model snapshot, refer to
the `model_snapshot_id` in the results from the get jobs API.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1250,7 +1258,7 @@ public virtual DeleteModelSnapshotResponse DeleteModelSnapshot(Elastic.Clients.E } /// - /// Deletes an existing model snapshot. + /// Deletes an existing model snapshot.
You cannot delete the active model snapshot. To delete that snapshot, first
revert to a different one. To identify the active model snapshot, refer to
the `model_snapshot_id` in the results from the get jobs API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteModelSnapshotAsync(DeleteModelSnapshotRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1260,7 +1268,7 @@ public virtual Task DeleteModelSnapshotAsync(Delete } /// - /// Deletes an existing model snapshot. + /// Deletes an existing model snapshot.
You cannot delete the active model snapshot. To delete that snapshot, first
revert to a different one. To identify the active model snapshot, refer to
the `model_snapshot_id` in the results from the get jobs API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteModelSnapshotAsync(Elastic.Clients.Elasticsearch.Id jobId, Elastic.Clients.Elasticsearch.Id snapshotId, CancellationToken cancellationToken = default) @@ -1271,7 +1279,7 @@ public virtual Task DeleteModelSnapshotAsync(Elasti } /// - /// Deletes an existing model snapshot. + /// Deletes an existing model snapshot.
You cannot delete the active model snapshot. To delete that snapshot, first
revert to a different one. To identify the active model snapshot, refer to
the `model_snapshot_id` in the results from the get jobs API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteModelSnapshotAsync(Elastic.Clients.Elasticsearch.Id jobId, Elastic.Clients.Elasticsearch.Id snapshotId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1283,7 +1291,7 @@ public virtual Task DeleteModelSnapshotAsync(Elasti } /// - /// Deletes an existing trained inference model that is currently not referenced by an ingest pipeline. + /// Deletes an existing trained inference model that is currently not referenced
by an ingest pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1294,7 +1302,7 @@ public virtual DeleteTrainedModelResponse DeleteTrainedModel(DeleteTrainedModelR } /// - /// Deletes an existing trained inference model that is currently not referenced by an ingest pipeline. + /// Deletes an existing trained inference model that is currently not referenced
by an ingest pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAsync(DeleteTrainedModelRequest request, CancellationToken cancellationToken = default) @@ -1304,7 +1312,7 @@ public virtual Task DeleteTrainedModelAsync(DeleteTr } /// - /// Deletes an existing trained inference model that is currently not referenced by an ingest pipeline. + /// Deletes an existing trained inference model that is currently not referenced
by an ingest pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1315,7 +1323,7 @@ public virtual DeleteTrainedModelResponse DeleteTrainedModel(DeleteTrainedModelR } /// - /// Deletes an existing trained inference model that is currently not referenced by an ingest pipeline. + /// Deletes an existing trained inference model that is currently not referenced
by an ingest pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1327,7 +1335,7 @@ public virtual DeleteTrainedModelResponse DeleteTrainedModel(Elastic.Clients.Ela } /// - /// Deletes an existing trained inference model that is currently not referenced by an ingest pipeline. + /// Deletes an existing trained inference model that is currently not referenced
by an ingest pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1340,7 +1348,7 @@ public virtual DeleteTrainedModelResponse DeleteTrainedModel(Elastic.Clients.Ela } /// - /// Deletes an existing trained inference model that is currently not referenced by an ingest pipeline. + /// Deletes an existing trained inference model that is currently not referenced
by an ingest pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAsync(DeleteTrainedModelRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1350,7 +1358,7 @@ public virtual Task DeleteTrainedModelAsync(DeleteTr } /// - /// Deletes an existing trained inference model that is currently not referenced by an ingest pipeline. + /// Deletes an existing trained inference model that is currently not referenced
by an ingest pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAsync(Elastic.Clients.Elasticsearch.Id modelId, CancellationToken cancellationToken = default) @@ -1361,7 +1369,7 @@ public virtual Task DeleteTrainedModelAsync(Elastic. } /// - /// Deletes an existing trained inference model that is currently not referenced by an ingest pipeline. + /// Deletes an existing trained inference model that is currently not referenced
by an ingest pipeline.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAsync(Elastic.Clients.Elasticsearch.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1373,7 +1381,7 @@ public virtual Task DeleteTrainedModelAsync(Elastic. } /// - /// Deletes a model alias that refers to the trained model + /// Deletes a trained model alias.
This API deletes an existing model alias that refers to a trained model. If
the model alias is missing or refers to a model other than the one identified
by the `model_id`, this API returns an error.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1384,7 +1392,7 @@ public virtual DeleteTrainedModelAliasResponse DeleteTrainedModelAlias(DeleteTra } /// - /// Deletes a model alias that refers to the trained model + /// Deletes a trained model alias.
This API deletes an existing model alias that refers to a trained model. If
the model alias is missing or refers to a model other than the one identified
by the `model_id`, this API returns an error.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAliasAsync(DeleteTrainedModelAliasRequest request, CancellationToken cancellationToken = default) @@ -1394,7 +1402,7 @@ public virtual Task DeleteTrainedModelAliasAsyn } /// - /// Deletes a model alias that refers to the trained model + /// Deletes a trained model alias.
This API deletes an existing model alias that refers to a trained model. If
the model alias is missing or refers to a model other than the one identified
by the `model_id`, this API returns an error.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1405,7 +1413,7 @@ public virtual DeleteTrainedModelAliasResponse DeleteTrainedModelAlias(DeleteTra } /// - /// Deletes a model alias that refers to the trained model + /// Deletes a trained model alias.
This API deletes an existing model alias that refers to a trained model. If
the model alias is missing or refers to a model other than the one identified
by the `model_id`, this API returns an error.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1417,7 +1425,7 @@ public virtual DeleteTrainedModelAliasResponse DeleteTrainedModelAlias(Elastic.C } /// - /// Deletes a model alias that refers to the trained model + /// Deletes a trained model alias.
This API deletes an existing model alias that refers to a trained model. If
the model alias is missing or refers to a model other than the one identified
by the `model_id`, this API returns an error.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1430,7 +1438,7 @@ public virtual DeleteTrainedModelAliasResponse DeleteTrainedModelAlias(Elastic.C } /// - /// Deletes a model alias that refers to the trained model + /// Deletes a trained model alias.
This API deletes an existing model alias that refers to a trained model. If
the model alias is missing or refers to a model other than the one identified
by the `model_id`, this API returns an error.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAliasAsync(DeleteTrainedModelAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1440,7 +1448,7 @@ public virtual Task DeleteTrainedModelAliasAsyn } /// - /// Deletes a model alias that refers to the trained model + /// Deletes a trained model alias.
This API deletes an existing model alias that refers to a trained model. If
the model alias is missing or refers to a model other than the one identified
by the `model_id`, this API returns an error.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAliasAsync(Elastic.Clients.Elasticsearch.Id modelId, Elastic.Clients.Elasticsearch.Name modelAlias, CancellationToken cancellationToken = default) @@ -1451,7 +1459,7 @@ public virtual Task DeleteTrainedModelAliasAsyn } /// - /// Deletes a model alias that refers to the trained model + /// Deletes a trained model alias.
This API deletes an existing model alias that refers to a trained model. If
the model alias is missing or refers to a model other than the one identified
by the `model_id`, this API returns an error.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task DeleteTrainedModelAliasAsync(Elastic.Clients.Elasticsearch.Id modelId, Elastic.Clients.Elasticsearch.Name modelAlias, Action configureRequest, CancellationToken cancellationToken = default) @@ -1463,7 +1471,7 @@ public virtual Task DeleteTrainedModelAliasAsyn } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1474,7 +1482,7 @@ public virtual EstimateModelMemoryResponse EstimateModelMemory(EstimateModelMemo } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EstimateModelMemoryAsync(EstimateModelMemoryRequest request, CancellationToken cancellationToken = default) @@ -1484,7 +1492,7 @@ public virtual Task EstimateModelMemoryAsync(Estima } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1495,7 +1503,7 @@ public virtual EstimateModelMemoryResponse EstimateModelMemory(Estima } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1507,7 +1515,7 @@ public virtual EstimateModelMemoryResponse EstimateModelMemory() } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1520,7 +1528,7 @@ public virtual EstimateModelMemoryResponse EstimateModelMemory(Action } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1531,7 +1539,7 @@ public virtual EstimateModelMemoryResponse EstimateModelMemory(EstimateModelMemo } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1543,7 +1551,7 @@ public virtual EstimateModelMemoryResponse EstimateModelMemory() } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1556,7 +1564,7 @@ public virtual EstimateModelMemoryResponse EstimateModelMemory(Action - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task EstimateModelMemoryAsync(EstimateModelMemoryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1566,7 +1574,7 @@ public virtual Task EstimateModelMemoryAsync - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task EstimateModelMemoryAsync(CancellationToken cancellationToken = default) @@ -1577,7 +1585,7 @@ public virtual Task EstimateModelMemoryAsync - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task EstimateModelMemoryAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -1589,7 +1597,7 @@ public virtual Task EstimateModelMemoryAsync - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task EstimateModelMemoryAsync(EstimateModelMemoryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1599,7 +1607,7 @@ public virtual Task EstimateModelMemoryAsync(Estima } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EstimateModelMemoryAsync(CancellationToken cancellationToken = default) @@ -1610,7 +1618,7 @@ public virtual Task EstimateModelMemoryAsync(Cancel } /// - /// Estimates the model memory + /// Makes an estimation of the memory usage for an anomaly detection job model.
It is based on analysis configuration details for the job and cardinality
estimates for the fields it references.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EstimateModelMemoryAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -1622,7 +1630,7 @@ public virtual Task EstimateModelMemoryAsync(Action } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1633,7 +1641,7 @@ public virtual EvaluateDataFrameResponse EvaluateDataFrame(EvaluateDataFrameRequ } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EvaluateDataFrameAsync(EvaluateDataFrameRequest request, CancellationToken cancellationToken = default) @@ -1643,7 +1651,7 @@ public virtual Task EvaluateDataFrameAsync(EvaluateDa } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1654,7 +1662,7 @@ public virtual EvaluateDataFrameResponse EvaluateDataFrame(EvaluateDa } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1666,7 +1674,7 @@ public virtual EvaluateDataFrameResponse EvaluateDataFrame() } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1679,7 +1687,7 @@ public virtual EvaluateDataFrameResponse EvaluateDataFrame(Action - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1690,7 +1698,7 @@ public virtual EvaluateDataFrameResponse EvaluateDataFrame(EvaluateDataFrameRequ } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1702,7 +1710,7 @@ public virtual EvaluateDataFrameResponse EvaluateDataFrame() } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1715,7 +1723,7 @@ public virtual EvaluateDataFrameResponse EvaluateDataFrame(Action - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task EvaluateDataFrameAsync(EvaluateDataFrameRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1725,7 +1733,7 @@ public virtual Task EvaluateDataFrameAsync } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EvaluateDataFrameAsync(CancellationToken cancellationToken = default) @@ -1736,7 +1744,7 @@ public virtual Task EvaluateDataFrameAsync } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EvaluateDataFrameAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -1748,7 +1756,7 @@ public virtual Task EvaluateDataFrameAsync } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EvaluateDataFrameAsync(EvaluateDataFrameRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1758,7 +1766,7 @@ public virtual Task EvaluateDataFrameAsync(EvaluateDa } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EvaluateDataFrameAsync(CancellationToken cancellationToken = default) @@ -1769,7 +1777,7 @@ public virtual Task EvaluateDataFrameAsync(Cancellati } /// - /// Evaluates the data frame analytics for an annotated index. + /// Evaluates the data frame analytics for an annotated index.
The API packages together commonly used evaluation metrics for various types
of machine learning features. This has been designed for use on indexes
created by data frame analytics. Evaluation requires both a ground truth
field and an analytics result field to be present.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task EvaluateDataFrameAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -1781,7 +1789,7 @@ public virtual Task EvaluateDataFrameAsync(Action - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1792,7 +1800,7 @@ public virtual ExplainDataFrameAnalyticsResponse ExplainDataFrameAnalytics(Expla } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(ExplainDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) @@ -1802,7 +1810,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1813,7 +1821,7 @@ public virtual ExplainDataFrameAnalyticsResponse ExplainDataFrameAnalytics - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1825,7 +1833,7 @@ public virtual ExplainDataFrameAnalyticsResponse ExplainDataFrameAnalytics - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1838,7 +1846,7 @@ public virtual ExplainDataFrameAnalyticsResponse ExplainDataFrameAnalytics - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1850,7 +1858,7 @@ public virtual ExplainDataFrameAnalyticsResponse ExplainDataFrameAnalytics - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1863,7 +1871,7 @@ public virtual ExplainDataFrameAnalyticsResponse ExplainDataFrameAnalytics - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1874,7 +1882,7 @@ public virtual ExplainDataFrameAnalyticsResponse ExplainDataFrameAnalytics(Expla } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1886,7 +1894,7 @@ public virtual ExplainDataFrameAnalyticsResponse ExplainDataFrameAnalytics(Elast } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1899,7 +1907,7 @@ public virtual ExplainDataFrameAnalyticsResponse ExplainDataFrameAnalytics(Elast } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1911,7 +1919,7 @@ public virtual ExplainDataFrameAnalyticsResponse ExplainDataFrameAnalytics() } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1924,7 +1932,7 @@ public virtual ExplainDataFrameAnalyticsResponse ExplainDataFrameAnalytics(Actio } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(ExplainDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1934,7 +1942,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -1945,7 +1953,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1957,7 +1965,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(CancellationToken cancellationToken = default) @@ -1968,7 +1976,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -1980,7 +1988,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(ExplainDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1990,7 +1998,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -2001,7 +2009,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id? id, Action configureRequest, CancellationToken cancellationToken = default) @@ -2013,7 +2021,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(CancellationToken cancellationToken = default) @@ -2024,7 +2032,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Explains a data frame analytics config. + /// Explains a data frame analytics config.
This API provides explanations for a data frame analytics config that either
exists already or one that has not been created yet. The following
explanations are provided:
* which fields are included or not in the analysis and why,
* how much memory is estimated to be required. The estimate can be used when deciding the appropriate value for model_memory_limit setting later on.
If you have object fields or fields that are excluded via source filtering, they are not included in the explanation.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ExplainDataFrameAnalyticsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -2036,7 +2044,7 @@ public virtual Task ExplainDataFrameAnalytics } /// - /// Forces any buffered data to be processed by the job. + /// Forces any buffered data to be processed by the job.
The flush jobs API is only applicable when sending data for analysis using
the post data API. Depending on the content of the buffer, then it might
additionally calculate new results. Both flush and close operations are
similar, however the flush is more efficient if you are expecting to send
more data for analysis. When flushing, the job remains open and is available
to continue analyzing data. A close operation additionally prunes and
persists the model state to disk and the job must be opened again before
analyzing further data.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2047,7 +2055,7 @@ public virtual FlushJobResponse FlushJob(FlushJobRequest request) } /// - /// Forces any buffered data to be processed by the job. + /// Forces any buffered data to be processed by the job.
The flush jobs API is only applicable when sending data for analysis using
the post data API. Depending on the content of the buffer, then it might
additionally calculate new results. Both flush and close operations are
similar, however the flush is more efficient if you are expecting to send
more data for analysis. When flushing, the job remains open and is available
to continue analyzing data. A close operation additionally prunes and
persists the model state to disk and the job must be opened again before
analyzing further data.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FlushJobAsync(FlushJobRequest request, CancellationToken cancellationToken = default) @@ -2057,7 +2065,7 @@ public virtual Task FlushJobAsync(FlushJobRequest request, Can } /// - /// Forces any buffered data to be processed by the job. + /// Forces any buffered data to be processed by the job.
The flush jobs API is only applicable when sending data for analysis using
the post data API. Depending on the content of the buffer, then it might
additionally calculate new results. Both flush and close operations are
similar, however the flush is more efficient if you are expecting to send
more data for analysis. When flushing, the job remains open and is available
to continue analyzing data. A close operation additionally prunes and
persists the model state to disk and the job must be opened again before
analyzing further data.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2068,7 +2076,7 @@ public virtual FlushJobResponse FlushJob(FlushJobRequestDescriptor descriptor) } /// - /// Forces any buffered data to be processed by the job. + /// Forces any buffered data to be processed by the job.
The flush jobs API is only applicable when sending data for analysis using
the post data API. Depending on the content of the buffer, then it might
additionally calculate new results. Both flush and close operations are
similar, however the flush is more efficient if you are expecting to send
more data for analysis. When flushing, the job remains open and is available
to continue analyzing data. A close operation additionally prunes and
persists the model state to disk and the job must be opened again before
analyzing further data.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2080,7 +2088,7 @@ public virtual FlushJobResponse FlushJob(Elastic.Clients.Elasticsearch.Id jobId) } /// - /// Forces any buffered data to be processed by the job. + /// Forces any buffered data to be processed by the job.
The flush jobs API is only applicable when sending data for analysis using
the post data API. Depending on the content of the buffer, then it might
additionally calculate new results. Both flush and close operations are
similar, however the flush is more efficient if you are expecting to send
more data for analysis. When flushing, the job remains open and is available
to continue analyzing data. A close operation additionally prunes and
persists the model state to disk and the job must be opened again before
analyzing further data.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2093,7 +2101,7 @@ public virtual FlushJobResponse FlushJob(Elastic.Clients.Elasticsearch.Id jobId, } /// - /// Forces any buffered data to be processed by the job. + /// Forces any buffered data to be processed by the job.
The flush jobs API is only applicable when sending data for analysis using
the post data API. Depending on the content of the buffer, then it might
additionally calculate new results. Both flush and close operations are
similar, however the flush is more efficient if you are expecting to send
more data for analysis. When flushing, the job remains open and is available
to continue analyzing data. A close operation additionally prunes and
persists the model state to disk and the job must be opened again before
analyzing further data.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FlushJobAsync(FlushJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2103,7 +2111,7 @@ public virtual Task FlushJobAsync(FlushJobRequestDescriptor de } /// - /// Forces any buffered data to be processed by the job. + /// Forces any buffered data to be processed by the job.
The flush jobs API is only applicable when sending data for analysis using
the post data API. Depending on the content of the buffer, then it might
additionally calculate new results. Both flush and close operations are
similar, however the flush is more efficient if you are expecting to send
more data for analysis. When flushing, the job remains open and is available
to continue analyzing data. A close operation additionally prunes and
persists the model state to disk and the job must be opened again before
analyzing further data.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FlushJobAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -2114,7 +2122,7 @@ public virtual Task FlushJobAsync(Elastic.Clients.Elasticsearc } /// - /// Forces any buffered data to be processed by the job. + /// Forces any buffered data to be processed by the job.
The flush jobs API is only applicable when sending data for analysis using
the post data API. Depending on the content of the buffer, then it might
additionally calculate new results. Both flush and close operations are
similar, however the flush is more efficient if you are expecting to send
more data for analysis. When flushing, the job remains open and is available
to continue analyzing data. A close operation additionally prunes and
persists the model state to disk and the job must be opened again before
analyzing further data.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FlushJobAsync(Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2126,7 +2134,8 @@ public virtual Task FlushJobAsync(Elastic.Clients.Elasticsearc } /// - /// Predicts the future behavior of a time series by using its historical behavior. + /// Predicts the future behavior of a time series by using its historical
behavior.
+ /// Forecasts are not supported for jobs that perform population analysis; an
error occurs if you try to create a forecast for a job that has an
`over_field_name` in its configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2137,7 +2146,8 @@ public virtual ForecastResponse Forecast(ForecastRequest request) } /// - /// Predicts the future behavior of a time series by using its historical behavior. + /// Predicts the future behavior of a time series by using its historical
behavior.
+ /// Forecasts are not supported for jobs that perform population analysis; an
error occurs if you try to create a forecast for a job that has an
`over_field_name` in its configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ForecastAsync(ForecastRequest request, CancellationToken cancellationToken = default) @@ -2147,7 +2157,8 @@ public virtual Task ForecastAsync(ForecastRequest request, Can } /// - /// Predicts the future behavior of a time series by using its historical behavior. + /// Predicts the future behavior of a time series by using its historical
behavior.
+ /// Forecasts are not supported for jobs that perform population analysis; an
error occurs if you try to create a forecast for a job that has an
`over_field_name` in its configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2158,7 +2169,8 @@ public virtual ForecastResponse Forecast(ForecastRequestDescriptor descriptor) } /// - /// Predicts the future behavior of a time series by using its historical behavior. + /// Predicts the future behavior of a time series by using its historical
behavior.
+ /// Forecasts are not supported for jobs that perform population analysis; an
error occurs if you try to create a forecast for a job that has an
`over_field_name` in its configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2170,7 +2182,8 @@ public virtual ForecastResponse Forecast(Elastic.Clients.Elasticsearch.Id jobId) } /// - /// Predicts the future behavior of a time series by using its historical behavior. + /// Predicts the future behavior of a time series by using its historical
behavior.
+ /// Forecasts are not supported for jobs that perform population analysis; an
error occurs if you try to create a forecast for a job that has an
`over_field_name` in its configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2183,7 +2196,8 @@ public virtual ForecastResponse Forecast(Elastic.Clients.Elasticsearch.Id jobId, } /// - /// Predicts the future behavior of a time series by using its historical behavior. + /// Predicts the future behavior of a time series by using its historical
behavior.
+ /// Forecasts are not supported for jobs that perform population analysis; an
error occurs if you try to create a forecast for a job that has an
`over_field_name` in its configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ForecastAsync(ForecastRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2193,7 +2207,8 @@ public virtual Task ForecastAsync(ForecastRequestDescriptor de } /// - /// Predicts the future behavior of a time series by using its historical behavior. + /// Predicts the future behavior of a time series by using its historical
behavior.
+ /// Forecasts are not supported for jobs that perform population analysis; an
error occurs if you try to create a forecast for a job that has an
`over_field_name` in its configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ForecastAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -2204,7 +2219,8 @@ public virtual Task ForecastAsync(Elastic.Clients.Elasticsearc } /// - /// Predicts the future behavior of a time series by using its historical behavior. + /// Predicts the future behavior of a time series by using its historical
behavior.
+ /// Forecasts are not supported for jobs that perform population analysis; an
error occurs if you try to create a forecast for a job that has an
`over_field_name` in its configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ForecastAsync(Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2216,7 +2232,7 @@ public virtual Task ForecastAsync(Elastic.Clients.Elasticsearc } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2227,7 +2243,7 @@ public virtual GetBucketsResponse GetBuckets(GetBucketsRequest request) } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(GetBucketsRequest request, CancellationToken cancellationToken = default) @@ -2237,7 +2253,7 @@ public virtual Task GetBucketsAsync(GetBucketsRequest reques } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2248,7 +2264,7 @@ public virtual GetBucketsResponse GetBuckets(GetBucketsRequestDescrip } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2260,7 +2276,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elastics } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2273,7 +2289,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elastics } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2285,7 +2301,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elastics } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2298,7 +2314,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elastics } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2309,7 +2325,7 @@ public virtual GetBucketsResponse GetBuckets(GetBucketsRequestDescriptor descrip } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2321,7 +2337,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elasticsearch.Id jo } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2334,7 +2350,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elasticsearch.Id jo } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2346,7 +2362,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elasticsearch.Id jo } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2359,7 +2375,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elasticsearch.Id jo } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(GetBucketsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2369,7 +2385,7 @@ public virtual Task GetBucketsAsync(GetBucketsReq } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Id jobId, DateTimeOffset? timestamp, CancellationToken cancellationToken = default) @@ -2380,7 +2396,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Id jobId, DateTimeOffset? timestamp, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2392,7 +2408,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -2403,7 +2419,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Id jobId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2415,7 +2431,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(GetBucketsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2425,7 +2441,7 @@ public virtual Task GetBucketsAsync(GetBucketsRequestDescrip } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Id jobId, DateTimeOffset? timestamp, CancellationToken cancellationToken = default) @@ -2436,7 +2452,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Id jobId, DateTimeOffset? timestamp, Action configureRequest, CancellationToken cancellationToken = default) @@ -2448,7 +2464,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -2459,7 +2475,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics } /// - /// Retrieves anomaly detection job results for one or more buckets. + /// Retrieves anomaly detection job results for one or more buckets.
The API presents a chronological view of the records, grouped by bucket.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetBucketsAsync(Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2837,7 +2853,7 @@ public virtual Task GetCategoriesAsync(Elastic.Clients.El } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2848,7 +2864,7 @@ public virtual GetDatafeedsResponse GetDatafeeds(GetDatafeedsRequest request) } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedsAsync(GetDatafeedsRequest request, CancellationToken cancellationToken = default) @@ -2858,7 +2874,7 @@ public virtual Task GetDatafeedsAsync(GetDatafeedsRequest } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2869,7 +2885,7 @@ public virtual GetDatafeedsResponse GetDatafeeds(GetDatafeedsRequestDescriptor d } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2881,7 +2897,7 @@ public virtual GetDatafeedsResponse GetDatafeeds(Elastic.Clients.Elasticsearch.I } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2894,7 +2910,7 @@ public virtual GetDatafeedsResponse GetDatafeeds(Elastic.Clients.Elasticsearch.I } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2906,7 +2922,7 @@ public virtual GetDatafeedsResponse GetDatafeeds() } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2919,7 +2935,7 @@ public virtual GetDatafeedsResponse GetDatafeeds(Action - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDatafeedsAsync(GetDatafeedsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2929,7 +2945,7 @@ public virtual Task GetDatafeedsAsync(GetDatafeedsRequestD } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedsAsync(Elastic.Clients.Elasticsearch.Ids? datafeedId, CancellationToken cancellationToken = default) @@ -2940,7 +2956,7 @@ public virtual Task GetDatafeedsAsync(Elastic.Clients.Elas } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedsAsync(Elastic.Clients.Elasticsearch.Ids? datafeedId, Action configureRequest, CancellationToken cancellationToken = default) @@ -2952,7 +2968,7 @@ public virtual Task GetDatafeedsAsync(Elastic.Clients.Elas } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedsAsync(CancellationToken cancellationToken = default) @@ -2963,7 +2979,7 @@ public virtual Task GetDatafeedsAsync(CancellationToken ca } /// - /// Retrieves configuration information for datafeeds. + /// Retrieves configuration information for datafeeds.
You can get information for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get information for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -2975,7 +2991,7 @@ public virtual Task GetDatafeedsAsync(Action - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2986,7 +3002,7 @@ public virtual GetDatafeedStatsResponse GetDatafeedStats(GetDatafeedStatsRequest } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedStatsAsync(GetDatafeedStatsRequest request, CancellationToken cancellationToken = default) @@ -2996,7 +3012,7 @@ public virtual Task GetDatafeedStatsAsync(GetDatafeedS } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3007,7 +3023,7 @@ public virtual GetDatafeedStatsResponse GetDatafeedStats(GetDatafeedStatsRequest } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3019,7 +3035,7 @@ public virtual GetDatafeedStatsResponse GetDatafeedStats(Elastic.Clients.Elastic } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3032,7 +3048,7 @@ public virtual GetDatafeedStatsResponse GetDatafeedStats(Elastic.Clients.Elastic } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3044,7 +3060,7 @@ public virtual GetDatafeedStatsResponse GetDatafeedStats() } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3057,7 +3073,7 @@ public virtual GetDatafeedStatsResponse GetDatafeedStats(Action - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDatafeedStatsAsync(GetDatafeedStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3067,7 +3083,7 @@ public virtual Task GetDatafeedStatsAsync(GetDatafeedS } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedStatsAsync(Elastic.Clients.Elasticsearch.Ids? datafeedId, CancellationToken cancellationToken = default) @@ -3078,7 +3094,7 @@ public virtual Task GetDatafeedStatsAsync(Elastic.Clie } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedStatsAsync(Elastic.Clients.Elasticsearch.Ids? datafeedId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3090,7 +3106,7 @@ public virtual Task GetDatafeedStatsAsync(Elastic.Clie } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedStatsAsync(CancellationToken cancellationToken = default) @@ -3101,7 +3117,7 @@ public virtual Task GetDatafeedStatsAsync(Cancellation } /// - /// Retrieves usage information for datafeeds. + /// Retrieves usage information for datafeeds.
You can get statistics for multiple datafeeds in a single API request by
using a comma-separated list of datafeeds or a wildcard expression. You can
get statistics for all datafeeds by using `_all`, by specifying `*` as the
``, or by omitting the ``. If the datafeed is stopped, the
only information you receive is the `datafeed_id` and the `state`.
This API returns a maximum of 10,000 datafeeds.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDatafeedStatsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -3113,7 +3129,7 @@ public virtual Task GetDatafeedStatsAsync(Action - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3124,7 +3140,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(GetDataFrameA } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDataFrameAnalyticsAsync(GetDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) @@ -3134,7 +3150,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ge } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3145,7 +3161,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(Ge } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3157,7 +3173,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(El } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3170,7 +3186,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(El } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3182,7 +3198,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics() } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3195,7 +3211,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(Ac } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3206,7 +3222,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(GetDataFrameA } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3218,7 +3234,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(Elastic.Clien } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3231,7 +3247,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(Elastic.Clien } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3243,7 +3259,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics() } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3256,7 +3272,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(Action - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataFrameAnalyticsAsync(GetDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3266,7 +3282,7 @@ public virtual Task GetDataFrameAnalyticsAsync - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -3277,7 +3293,7 @@ public virtual Task GetDataFrameAnalyticsAsync - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3289,7 +3305,7 @@ public virtual Task GetDataFrameAnalyticsAsync - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataFrameAnalyticsAsync(CancellationToken cancellationToken = default) @@ -3300,7 +3316,7 @@ public virtual Task GetDataFrameAnalyticsAsync - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataFrameAnalyticsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -3312,7 +3328,7 @@ public virtual Task GetDataFrameAnalyticsAsync - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetDataFrameAnalyticsAsync(GetDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3322,7 +3338,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ge } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -3333,7 +3349,7 @@ public virtual Task GetDataFrameAnalyticsAsync(El } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id? id, Action configureRequest, CancellationToken cancellationToken = default) @@ -3345,7 +3361,7 @@ public virtual Task GetDataFrameAnalyticsAsync(El } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDataFrameAnalyticsAsync(CancellationToken cancellationToken = default) @@ -3356,7 +3372,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ca } /// - /// Retrieves configuration information for data frame analytics jobs. + /// Retrieves configuration information for data frame analytics jobs.
You can get information for multiple data frame analytics jobs in a single
API request by using a comma-separated list of data frame analytics jobs or a
wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetDataFrameAnalyticsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -3623,7 +3639,7 @@ public virtual Task GetDataFrameAnalyticsSta } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3634,7 +3650,7 @@ public virtual GetFiltersResponse GetFilters(GetFiltersRequest request) } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFiltersAsync(GetFiltersRequest request, CancellationToken cancellationToken = default) @@ -3644,7 +3660,7 @@ public virtual Task GetFiltersAsync(GetFiltersRequest reques } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3655,7 +3671,7 @@ public virtual GetFiltersResponse GetFilters(GetFiltersRequestDescriptor descrip } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3667,7 +3683,7 @@ public virtual GetFiltersResponse GetFilters(Elastic.Clients.Elasticsearch.Ids? } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3680,7 +3696,7 @@ public virtual GetFiltersResponse GetFilters(Elastic.Clients.Elasticsearch.Ids? } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3692,7 +3708,7 @@ public virtual GetFiltersResponse GetFilters() } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3705,7 +3721,7 @@ public virtual GetFiltersResponse GetFilters(Action } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFiltersAsync(GetFiltersRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3715,7 +3731,7 @@ public virtual Task GetFiltersAsync(GetFiltersRequestDescrip } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFiltersAsync(Elastic.Clients.Elasticsearch.Ids? filterId, CancellationToken cancellationToken = default) @@ -3726,7 +3742,7 @@ public virtual Task GetFiltersAsync(Elastic.Clients.Elastics } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFiltersAsync(Elastic.Clients.Elasticsearch.Ids? filterId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3738,7 +3754,7 @@ public virtual Task GetFiltersAsync(Elastic.Clients.Elastics } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFiltersAsync(CancellationToken cancellationToken = default) @@ -3749,7 +3765,7 @@ public virtual Task GetFiltersAsync(CancellationToken cancel } /// - /// Retrieves filters. + /// Retrieves filters.
You can get a single filter or all filters.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetFiltersAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -3761,7 +3777,7 @@ public virtual Task GetFiltersAsync(Action - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3772,7 +3788,7 @@ public virtual GetInfluencersResponse GetInfluencers(GetInfluencersRequest reque } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetInfluencersAsync(GetInfluencersRequest request, CancellationToken cancellationToken = default) @@ -3782,7 +3798,7 @@ public virtual Task GetInfluencersAsync(GetInfluencersRe } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3793,7 +3809,7 @@ public virtual GetInfluencersResponse GetInfluencers(GetInfluencersRe } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3805,7 +3821,7 @@ public virtual GetInfluencersResponse GetInfluencers(Elastic.Clients. } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3818,7 +3834,7 @@ public virtual GetInfluencersResponse GetInfluencers(Elastic.Clients. } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3829,7 +3845,7 @@ public virtual GetInfluencersResponse GetInfluencers(GetInfluencersRequestDescri } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3841,7 +3857,7 @@ public virtual GetInfluencersResponse GetInfluencers(Elastic.Clients.Elasticsear } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3854,7 +3870,7 @@ public virtual GetInfluencersResponse GetInfluencers(Elastic.Clients.Elasticsear } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetInfluencersAsync(GetInfluencersRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3864,7 +3880,7 @@ public virtual Task GetInfluencersAsync(GetIn } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetInfluencersAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -3875,7 +3891,7 @@ public virtual Task GetInfluencersAsync(Elast } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetInfluencersAsync(Elastic.Clients.Elasticsearch.Id jobId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3887,7 +3903,7 @@ public virtual Task GetInfluencersAsync(Elast } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetInfluencersAsync(GetInfluencersRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3897,7 +3913,7 @@ public virtual Task GetInfluencersAsync(GetInfluencersRe } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetInfluencersAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -3908,7 +3924,7 @@ public virtual Task GetInfluencersAsync(Elastic.Clients. } /// - /// Retrieves anomaly detection job results for one or more influencers. + /// Retrieves anomaly detection job results for one or more influencers.
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetInfluencersAsync(Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -3920,7 +3936,7 @@ public virtual Task GetInfluencersAsync(Elastic.Clients. } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3931,7 +3947,7 @@ public virtual GetJobsResponse GetJobs(GetJobsRequest request) } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetJobsAsync(GetJobsRequest request, CancellationToken cancellationToken = default) @@ -3941,7 +3957,7 @@ public virtual Task GetJobsAsync(GetJobsRequest request, Cancel } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3952,7 +3968,7 @@ public virtual GetJobsResponse GetJobs(GetJobsRequestDescriptor descriptor) } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3964,7 +3980,7 @@ public virtual GetJobsResponse GetJobs(Elastic.Clients.Elasticsearch.Ids? jobId) } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3977,7 +3993,7 @@ public virtual GetJobsResponse GetJobs(Elastic.Clients.Elasticsearch.Ids? jobId, } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3989,7 +4005,7 @@ public virtual GetJobsResponse GetJobs() } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4002,7 +4018,7 @@ public virtual GetJobsResponse GetJobs(Action configur } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetJobsAsync(GetJobsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4012,7 +4028,7 @@ public virtual Task GetJobsAsync(GetJobsRequestDescriptor descr } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetJobsAsync(Elastic.Clients.Elasticsearch.Ids? jobId, CancellationToken cancellationToken = default) @@ -4023,7 +4039,7 @@ public virtual Task GetJobsAsync(Elastic.Clients.Elasticsearch. } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetJobsAsync(Elastic.Clients.Elasticsearch.Ids? jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -4035,7 +4051,7 @@ public virtual Task GetJobsAsync(Elastic.Clients.Elasticsearch. } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetJobsAsync(CancellationToken cancellationToken = default) @@ -4046,7 +4062,7 @@ public virtual Task GetJobsAsync(CancellationToken cancellation } /// - /// Retrieves configuration information for anomaly detection jobs. + /// Retrieves configuration information for anomaly detection jobs.
You can get information for multiple anomaly detection jobs in a single API
request by using a group name, a comma-separated list of jobs, or a wildcard
expression. You can get information for all anomaly detection jobs by using
`_all`, by specifying `*` as the ``, or by omitting the ``.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetJobsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -4196,7 +4212,7 @@ public virtual Task GetJobStatsAsync(Action - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4207,7 +4223,7 @@ public virtual GetMemoryStatsResponse GetMemoryStats(GetMemoryStatsRequest reque } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMemoryStatsAsync(GetMemoryStatsRequest request, CancellationToken cancellationToken = default) @@ -4217,7 +4233,7 @@ public virtual Task GetMemoryStatsAsync(GetMemoryStatsRe } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4228,7 +4244,7 @@ public virtual GetMemoryStatsResponse GetMemoryStats(GetMemoryStatsRequestDescri } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4240,7 +4256,7 @@ public virtual GetMemoryStatsResponse GetMemoryStats(Elastic.Clients.Elasticsear } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4253,7 +4269,7 @@ public virtual GetMemoryStatsResponse GetMemoryStats(Elastic.Clients.Elasticsear } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4265,7 +4281,7 @@ public virtual GetMemoryStatsResponse GetMemoryStats() } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4278,7 +4294,7 @@ public virtual GetMemoryStatsResponse GetMemoryStats(Action - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetMemoryStatsAsync(GetMemoryStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4288,7 +4304,7 @@ public virtual Task GetMemoryStatsAsync(GetMemoryStatsRe } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMemoryStatsAsync(Elastic.Clients.Elasticsearch.Id? nodeId, CancellationToken cancellationToken = default) @@ -4299,7 +4315,7 @@ public virtual Task GetMemoryStatsAsync(Elastic.Clients. } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMemoryStatsAsync(Elastic.Clients.Elasticsearch.Id? nodeId, Action configureRequest, CancellationToken cancellationToken = default) @@ -4311,7 +4327,7 @@ public virtual Task GetMemoryStatsAsync(Elastic.Clients. } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMemoryStatsAsync(CancellationToken cancellationToken = default) @@ -4322,7 +4338,7 @@ public virtual Task GetMemoryStatsAsync(CancellationToke } /// - /// Returns information on how ML is using memory. + /// Get information about how machine learning jobs and trained models are using memory,
on each node, both within the JVM heap, and natively, outside of the JVM.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetMemoryStatsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -4589,7 +4605,7 @@ public virtual Task GetModelSnapshotsAsync(Elastic.Cl } /// - /// Gets stats for anomaly detection job model snapshot upgrades that are in progress. + /// Retrieves usage information for anomaly detection job model snapshot upgrades. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4600,7 +4616,7 @@ public virtual GetModelSnapshotUpgradeStatsResponse GetModelSnapshotUpgradeStats } /// - /// Gets stats for anomaly detection job model snapshot upgrades that are in progress. + /// Retrieves usage information for anomaly detection job model snapshot upgrades. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetModelSnapshotUpgradeStatsAsync(GetModelSnapshotUpgradeStatsRequest request, CancellationToken cancellationToken = default) @@ -4610,7 +4626,7 @@ public virtual Task GetModelSnapshotUpgrad } /// - /// Gets stats for anomaly detection job model snapshot upgrades that are in progress. + /// Retrieves usage information for anomaly detection job model snapshot upgrades. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4621,7 +4637,7 @@ public virtual GetModelSnapshotUpgradeStatsResponse GetModelSnapshotUpgradeStats } /// - /// Gets stats for anomaly detection job model snapshot upgrades that are in progress. + /// Retrieves usage information for anomaly detection job model snapshot upgrades. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4633,7 +4649,7 @@ public virtual GetModelSnapshotUpgradeStatsResponse GetModelSnapshotUpgradeStats } /// - /// Gets stats for anomaly detection job model snapshot upgrades that are in progress. + /// Retrieves usage information for anomaly detection job model snapshot upgrades. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4646,7 +4662,7 @@ public virtual GetModelSnapshotUpgradeStatsResponse GetModelSnapshotUpgradeStats } /// - /// Gets stats for anomaly detection job model snapshot upgrades that are in progress. + /// Retrieves usage information for anomaly detection job model snapshot upgrades. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetModelSnapshotUpgradeStatsAsync(GetModelSnapshotUpgradeStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4656,7 +4672,7 @@ public virtual Task GetModelSnapshotUpgrad } /// - /// Gets stats for anomaly detection job model snapshot upgrades that are in progress. + /// Retrieves usage information for anomaly detection job model snapshot upgrades. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetModelSnapshotUpgradeStatsAsync(Elastic.Clients.Elasticsearch.Id jobId, Elastic.Clients.Elasticsearch.Id snapshotId, CancellationToken cancellationToken = default) @@ -4667,7 +4683,7 @@ public virtual Task GetModelSnapshotUpgrad } /// - /// Gets stats for anomaly detection job model snapshot upgrades that are in progress. + /// Retrieves usage information for anomaly detection job model snapshot upgrades. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetModelSnapshotUpgradeStatsAsync(Elastic.Clients.Elasticsearch.Id jobId, Elastic.Clients.Elasticsearch.Id snapshotId, Action configureRequest, CancellationToken cancellationToken = default) @@ -4679,7 +4695,8 @@ public virtual Task GetModelSnapshotUpgrad } /// - /// Retrieves overall bucket results that summarize the bucket results of multiple anomaly detection jobs. + /// Retrieves overall bucket results that summarize the bucket results of
multiple anomaly detection jobs.
+ /// The `overall_score` is calculated by combining the scores of all the
buckets within the overall bucket span. First, the maximum
`anomaly_score` per anomaly detection job in the overall bucket is
calculated. Then the `top_n` of those scores are averaged to result in
the `overall_score`. This means that you can fine-tune the
`overall_score` so that it is more or less sensitive to the number of
jobs that detect an anomaly at the same time. For example, if you set
`top_n` to `1`, the `overall_score` is the maximum bucket score in the
overall bucket. Alternatively, if you set `top_n` to the number of jobs,
the `overall_score` is high only when all jobs detect anomalies in that
overall bucket. If you set the `bucket_span` parameter (to a value
greater than its default), the `overall_score` is the maximum
`overall_score` of the overall buckets that have a span equal to the
jobs' largest bucket span.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4690,7 +4707,8 @@ public virtual GetOverallBucketsResponse GetOverallBuckets(GetOverallBucketsRequ } /// - /// Retrieves overall bucket results that summarize the bucket results of multiple anomaly detection jobs. + /// Retrieves overall bucket results that summarize the bucket results of
multiple anomaly detection jobs.
+ /// The `overall_score` is calculated by combining the scores of all the
buckets within the overall bucket span. First, the maximum
`anomaly_score` per anomaly detection job in the overall bucket is
calculated. Then the `top_n` of those scores are averaged to result in
the `overall_score`. This means that you can fine-tune the
`overall_score` so that it is more or less sensitive to the number of
jobs that detect an anomaly at the same time. For example, if you set
`top_n` to `1`, the `overall_score` is the maximum bucket score in the
overall bucket. Alternatively, if you set `top_n` to the number of jobs,
the `overall_score` is high only when all jobs detect anomalies in that
overall bucket. If you set the `bucket_span` parameter (to a value
greater than its default), the `overall_score` is the maximum
`overall_score` of the overall buckets that have a span equal to the
jobs' largest bucket span.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetOverallBucketsAsync(GetOverallBucketsRequest request, CancellationToken cancellationToken = default) @@ -4700,7 +4718,8 @@ public virtual Task GetOverallBucketsAsync(GetOverall } /// - /// Retrieves overall bucket results that summarize the bucket results of multiple anomaly detection jobs. + /// Retrieves overall bucket results that summarize the bucket results of
multiple anomaly detection jobs.
+ /// The `overall_score` is calculated by combining the scores of all the
buckets within the overall bucket span. First, the maximum
`anomaly_score` per anomaly detection job in the overall bucket is
calculated. Then the `top_n` of those scores are averaged to result in
the `overall_score`. This means that you can fine-tune the
`overall_score` so that it is more or less sensitive to the number of
jobs that detect an anomaly at the same time. For example, if you set
`top_n` to `1`, the `overall_score` is the maximum bucket score in the
overall bucket. Alternatively, if you set `top_n` to the number of jobs,
the `overall_score` is high only when all jobs detect anomalies in that
overall bucket. If you set the `bucket_span` parameter (to a value
greater than its default), the `overall_score` is the maximum
`overall_score` of the overall buckets that have a span equal to the
jobs' largest bucket span.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4711,7 +4730,8 @@ public virtual GetOverallBucketsResponse GetOverallBuckets(GetOverallBucketsRequ } /// - /// Retrieves overall bucket results that summarize the bucket results of multiple anomaly detection jobs. + /// Retrieves overall bucket results that summarize the bucket results of
multiple anomaly detection jobs.
+ /// The `overall_score` is calculated by combining the scores of all the
buckets within the overall bucket span. First, the maximum
`anomaly_score` per anomaly detection job in the overall bucket is
calculated. Then the `top_n` of those scores are averaged to result in
the `overall_score`. This means that you can fine-tune the
`overall_score` so that it is more or less sensitive to the number of
jobs that detect an anomaly at the same time. For example, if you set
`top_n` to `1`, the `overall_score` is the maximum bucket score in the
overall bucket. Alternatively, if you set `top_n` to the number of jobs,
the `overall_score` is high only when all jobs detect anomalies in that
overall bucket. If you set the `bucket_span` parameter (to a value
greater than its default), the `overall_score` is the maximum
`overall_score` of the overall buckets that have a span equal to the
jobs' largest bucket span.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4723,7 +4743,8 @@ public virtual GetOverallBucketsResponse GetOverallBuckets(Elastic.Clients.Elast } /// - /// Retrieves overall bucket results that summarize the bucket results of multiple anomaly detection jobs. + /// Retrieves overall bucket results that summarize the bucket results of
multiple anomaly detection jobs.
+ /// The `overall_score` is calculated by combining the scores of all the
buckets within the overall bucket span. First, the maximum
`anomaly_score` per anomaly detection job in the overall bucket is
calculated. Then the `top_n` of those scores are averaged to result in
the `overall_score`. This means that you can fine-tune the
`overall_score` so that it is more or less sensitive to the number of
jobs that detect an anomaly at the same time. For example, if you set
`top_n` to `1`, the `overall_score` is the maximum bucket score in the
overall bucket. Alternatively, if you set `top_n` to the number of jobs,
the `overall_score` is high only when all jobs detect anomalies in that
overall bucket. If you set the `bucket_span` parameter (to a value
greater than its default), the `overall_score` is the maximum
`overall_score` of the overall buckets that have a span equal to the
jobs' largest bucket span.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4736,7 +4757,8 @@ public virtual GetOverallBucketsResponse GetOverallBuckets(Elastic.Clients.Elast } /// - /// Retrieves overall bucket results that summarize the bucket results of multiple anomaly detection jobs. + /// Retrieves overall bucket results that summarize the bucket results of
multiple anomaly detection jobs.
+ /// The `overall_score` is calculated by combining the scores of all the
buckets within the overall bucket span. First, the maximum
`anomaly_score` per anomaly detection job in the overall bucket is
calculated. Then the `top_n` of those scores are averaged to result in
the `overall_score`. This means that you can fine-tune the
`overall_score` so that it is more or less sensitive to the number of
jobs that detect an anomaly at the same time. For example, if you set
`top_n` to `1`, the `overall_score` is the maximum bucket score in the
overall bucket. Alternatively, if you set `top_n` to the number of jobs,
the `overall_score` is high only when all jobs detect anomalies in that
overall bucket. If you set the `bucket_span` parameter (to a value
greater than its default), the `overall_score` is the maximum
`overall_score` of the overall buckets that have a span equal to the
jobs' largest bucket span.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetOverallBucketsAsync(GetOverallBucketsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4746,7 +4768,8 @@ public virtual Task GetOverallBucketsAsync(GetOverall } /// - /// Retrieves overall bucket results that summarize the bucket results of multiple anomaly detection jobs. + /// Retrieves overall bucket results that summarize the bucket results of
multiple anomaly detection jobs.
+ /// The `overall_score` is calculated by combining the scores of all the
buckets within the overall bucket span. First, the maximum
`anomaly_score` per anomaly detection job in the overall bucket is
calculated. Then the `top_n` of those scores are averaged to result in
the `overall_score`. This means that you can fine-tune the
`overall_score` so that it is more or less sensitive to the number of
jobs that detect an anomaly at the same time. For example, if you set
`top_n` to `1`, the `overall_score` is the maximum bucket score in the
overall bucket. Alternatively, if you set `top_n` to the number of jobs,
the `overall_score` is high only when all jobs detect anomalies in that
overall bucket. If you set the `bucket_span` parameter (to a value
greater than its default), the `overall_score` is the maximum
`overall_score` of the overall buckets that have a span equal to the
jobs' largest bucket span.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetOverallBucketsAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -4757,7 +4780,8 @@ public virtual Task GetOverallBucketsAsync(Elastic.Cl } /// - /// Retrieves overall bucket results that summarize the bucket results of multiple anomaly detection jobs. + /// Retrieves overall bucket results that summarize the bucket results of
multiple anomaly detection jobs.
+ /// The `overall_score` is calculated by combining the scores of all the
buckets within the overall bucket span. First, the maximum
`anomaly_score` per anomaly detection job in the overall bucket is
calculated. Then the `top_n` of those scores are averaged to result in
the `overall_score`. This means that you can fine-tune the
`overall_score` so that it is more or less sensitive to the number of
jobs that detect an anomaly at the same time. For example, if you set
`top_n` to `1`, the `overall_score` is the maximum bucket score in the
overall bucket. Alternatively, if you set `top_n` to the number of jobs,
the `overall_score` is high only when all jobs detect anomalies in that
overall bucket. If you set the `bucket_span` parameter (to a value
greater than its default), the `overall_score` is the maximum
`overall_score` of the overall buckets that have a span equal to the
jobs' largest bucket span.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetOverallBucketsAsync(Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -4769,7 +4793,7 @@ public virtual Task GetOverallBucketsAsync(Elastic.Cl } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4780,7 +4804,7 @@ public virtual GetRecordsResponse GetRecords(GetRecordsRequest request) } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(GetRecordsRequest request, CancellationToken cancellationToken = default) @@ -4790,7 +4814,7 @@ public virtual Task GetRecordsAsync(GetRecordsRequest reques } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4801,7 +4825,7 @@ public virtual GetRecordsResponse GetRecords(GetRecordsRequestDescrip } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4813,7 +4837,7 @@ public virtual GetRecordsResponse GetRecords(Elastic.Clients.Elastics } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4826,7 +4850,7 @@ public virtual GetRecordsResponse GetRecords(Elastic.Clients.Elastics } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4837,7 +4861,7 @@ public virtual GetRecordsResponse GetRecords(GetRecordsRequestDescriptor descrip } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4849,7 +4873,7 @@ public virtual GetRecordsResponse GetRecords(Elastic.Clients.Elasticsearch.Id jo } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4862,7 +4886,7 @@ public virtual GetRecordsResponse GetRecords(Elastic.Clients.Elasticsearch.Id jo } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(GetRecordsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4872,7 +4896,7 @@ public virtual Task GetRecordsAsync(GetRecordsReq } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -4883,7 +4907,7 @@ public virtual Task GetRecordsAsync(Elastic.Clien } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(Elastic.Clients.Elasticsearch.Id jobId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -4895,7 +4919,7 @@ public virtual Task GetRecordsAsync(Elastic.Clien } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(GetRecordsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4905,7 +4929,7 @@ public virtual Task GetRecordsAsync(GetRecordsRequestDescrip } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -4916,7 +4940,7 @@ public virtual Task GetRecordsAsync(Elastic.Clients.Elastics } /// - /// Retrieves anomaly records for an anomaly detection job. + /// Retrieves anomaly records for an anomaly detection job.
Records contain the detailed analytical results. They describe the anomalous
activity that has been identified in the input data based on the detector
configuration.
There can be many anomaly records depending on the characteristics and size
of the input data. In practice, there are often too many to be able to
manually process them. The machine learning features therefore perform a
sophisticated aggregation of the anomaly records into buckets.
The number of record results depends on the number of anomalies found in each
bucket, which relates to the number of time series being modeled and the
number of detectors.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRecordsAsync(Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -4928,7 +4952,7 @@ public virtual Task GetRecordsAsync(Elastic.Clients.Elastics } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4939,7 +4963,7 @@ public virtual GetTrainedModelsResponse GetTrainedModels(GetTrainedModelsRequest } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTrainedModelsAsync(GetTrainedModelsRequest request, CancellationToken cancellationToken = default) @@ -4949,7 +4973,7 @@ public virtual Task GetTrainedModelsAsync(GetTrainedMo } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4960,11 +4984,11 @@ public virtual GetTrainedModelsResponse GetTrainedModels(GetTrainedModelsRequest } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] - public virtual GetTrainedModelsResponse GetTrainedModels(Elastic.Clients.Elasticsearch.Id? modelId) + public virtual GetTrainedModelsResponse GetTrainedModels(Elastic.Clients.Elasticsearch.Ids? modelId) { var descriptor = new GetTrainedModelsRequestDescriptor(modelId); descriptor.BeforeRequest(); @@ -4972,11 +4996,11 @@ public virtual GetTrainedModelsResponse GetTrainedModels(Elastic.Clients.Elastic } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] - public virtual GetTrainedModelsResponse GetTrainedModels(Elastic.Clients.Elasticsearch.Id? modelId, Action configureRequest) + public virtual GetTrainedModelsResponse GetTrainedModels(Elastic.Clients.Elasticsearch.Ids? modelId, Action configureRequest) { var descriptor = new GetTrainedModelsRequestDescriptor(modelId); configureRequest?.Invoke(descriptor); @@ -4985,7 +5009,7 @@ public virtual GetTrainedModelsResponse GetTrainedModels(Elastic.Clients.Elastic } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4997,7 +5021,7 @@ public virtual GetTrainedModelsResponse GetTrainedModels() } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5010,7 +5034,7 @@ public virtual GetTrainedModelsResponse GetTrainedModels(Action - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTrainedModelsAsync(GetTrainedModelsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5020,10 +5044,10 @@ public virtual Task GetTrainedModelsAsync(GetTrainedMo } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// - public virtual Task GetTrainedModelsAsync(Elastic.Clients.Elasticsearch.Id? modelId, CancellationToken cancellationToken = default) + public virtual Task GetTrainedModelsAsync(Elastic.Clients.Elasticsearch.Ids? modelId, CancellationToken cancellationToken = default) { var descriptor = new GetTrainedModelsRequestDescriptor(modelId); descriptor.BeforeRequest(); @@ -5031,10 +5055,10 @@ public virtual Task GetTrainedModelsAsync(Elastic.Clie } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// - public virtual Task GetTrainedModelsAsync(Elastic.Clients.Elasticsearch.Id? modelId, Action configureRequest, CancellationToken cancellationToken = default) + public virtual Task GetTrainedModelsAsync(Elastic.Clients.Elasticsearch.Ids? modelId, Action configureRequest, CancellationToken cancellationToken = default) { var descriptor = new GetTrainedModelsRequestDescriptor(modelId); configureRequest?.Invoke(descriptor); @@ -5043,7 +5067,7 @@ public virtual Task GetTrainedModelsAsync(Elastic.Clie } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTrainedModelsAsync(CancellationToken cancellationToken = default) @@ -5054,7 +5078,7 @@ public virtual Task GetTrainedModelsAsync(Cancellation } /// - /// Retrieves configuration information for a trained inference model. + /// Retrieves configuration information for a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTrainedModelsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -5066,7 +5090,7 @@ public virtual Task GetTrainedModelsAsync(Action - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5077,7 +5101,7 @@ public virtual GetTrainedModelsStatsResponse GetTrainedModelsStats(GetTrainedMod } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetTrainedModelsStatsAsync(GetTrainedModelsStatsRequest request, CancellationToken cancellationToken = default) @@ -5087,7 +5111,7 @@ public virtual Task GetTrainedModelsStatsAsync(Ge } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5098,7 +5122,7 @@ public virtual GetTrainedModelsStatsResponse GetTrainedModelsStats(GetTrainedMod } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5110,7 +5134,7 @@ public virtual GetTrainedModelsStatsResponse GetTrainedModelsStats(Elastic.Clien } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5123,7 +5147,7 @@ public virtual GetTrainedModelsStatsResponse GetTrainedModelsStats(Elastic.Clien } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5135,7 +5159,7 @@ public virtual GetTrainedModelsStatsResponse GetTrainedModelsStats() } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5148,7 +5172,7 @@ public virtual GetTrainedModelsStatsResponse GetTrainedModelsStats(Action - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetTrainedModelsStatsAsync(GetTrainedModelsStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5158,7 +5182,7 @@ public virtual Task GetTrainedModelsStatsAsync(Ge } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetTrainedModelsStatsAsync(Elastic.Clients.Elasticsearch.Ids? modelId, CancellationToken cancellationToken = default) @@ -5169,7 +5193,7 @@ public virtual Task GetTrainedModelsStatsAsync(El } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetTrainedModelsStatsAsync(Elastic.Clients.Elasticsearch.Ids? modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -5181,7 +5205,7 @@ public virtual Task GetTrainedModelsStatsAsync(El } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetTrainedModelsStatsAsync(CancellationToken cancellationToken = default) @@ -5192,7 +5216,7 @@ public virtual Task GetTrainedModelsStatsAsync(Ca } /// - /// Retrieves usage information for trained inference models. + /// Retrieves usage information for trained models. You can get usage information for multiple trained
models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetTrainedModelsStatsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -5204,7 +5228,7 @@ public virtual Task GetTrainedModelsStatsAsync(Ac } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5215,7 +5239,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(InferTrainedModelRequ } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(InferTrainedModelRequest request, CancellationToken cancellationToken = default) @@ -5225,7 +5249,7 @@ public virtual Task InferTrainedModelAsync(InferTrain } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5236,7 +5260,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(InferTrain } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5248,7 +5272,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(Elastic.Cl } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5261,7 +5285,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(Elastic.Cl } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5272,7 +5296,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(InferTrainedModelRequ } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5284,7 +5308,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(Elastic.Clients.Elast } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5297,7 +5321,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(Elastic.Clients.Elast } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(InferTrainedModelRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5307,7 +5331,7 @@ public virtual Task InferTrainedModelAsync } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(Elastic.Clients.Elasticsearch.Id modelId, CancellationToken cancellationToken = default) @@ -5318,7 +5342,7 @@ public virtual Task InferTrainedModelAsync } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(Elastic.Clients.Elasticsearch.Id modelId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -5330,7 +5354,7 @@ public virtual Task InferTrainedModelAsync } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(InferTrainedModelRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5340,7 +5364,7 @@ public virtual Task InferTrainedModelAsync(InferTrain } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(Elastic.Clients.Elasticsearch.Id modelId, CancellationToken cancellationToken = default) @@ -5351,7 +5375,7 @@ public virtual Task InferTrainedModelAsync(Elastic.Cl } /// - /// Evaluate a trained model. + /// Evaluates a trained model. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InferTrainedModelAsync(Elastic.Clients.Elasticsearch.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -5363,7 +5387,7 @@ public virtual Task InferTrainedModelAsync(Elastic.Cl } /// - /// Returns defaults and limits used by machine learning. + /// Returns defaults and limits used by machine learning.
This endpoint is designed to be used by a user interface that needs to fully
understand machine learning configurations where some options are not
specified, meaning that the defaults should be used. This endpoint may be
used to find out what those defaults are. It also provides information about
the maximum size of machine learning jobs that could run in the current
cluster configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5374,7 +5398,7 @@ public virtual MlInfoResponse Info(MlInfoRequest request) } /// - /// Returns defaults and limits used by machine learning. + /// Returns defaults and limits used by machine learning.
This endpoint is designed to be used by a user interface that needs to fully
understand machine learning configurations where some options are not
specified, meaning that the defaults should be used. This endpoint may be
used to find out what those defaults are. It also provides information about
the maximum size of machine learning jobs that could run in the current
cluster configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task InfoAsync(MlInfoRequest request, CancellationToken cancellationToken = default) @@ -5384,7 +5408,7 @@ public virtual Task InfoAsync(MlInfoRequest request, Cancellatio } /// - /// Returns defaults and limits used by machine learning. + /// Returns defaults and limits used by machine learning.
This endpoint is designed to be used by a user interface that needs to fully
understand machine learning configurations where some options are not
specified, meaning that the defaults should be used. This endpoint may be
used to find out what those defaults are. It also provides information about
the maximum size of machine learning jobs that could run in the current
cluster configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5395,7 +5419,7 @@ public virtual MlInfoResponse Info(MlInfoRequestDescriptor descriptor) } /// - /// Returns defaults and limits used by machine learning. + /// Returns defaults and limits used by machine learning.
This endpoint is designed to be used by a user interface that needs to fully
understand machine learning configurations where some options are not
specified, meaning that the defaults should be used. This endpoint may be
used to find out what those defaults are. It also provides information about
the maximum size of machine learning jobs that could run in the current
cluster configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5407,7 +5431,7 @@ public virtual MlInfoResponse Info() } /// - /// Returns defaults and limits used by machine learning. + /// Returns defaults and limits used by machine learning.
This endpoint is designed to be used by a user interface that needs to fully
understand machine learning configurations where some options are not
specified, meaning that the defaults should be used. This endpoint may be
used to find out what those defaults are. It also provides information about
the maximum size of machine learning jobs that could run in the current
cluster configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5420,7 +5444,7 @@ public virtual MlInfoResponse Info(Action configureRequ } /// - /// Returns defaults and limits used by machine learning. + /// Returns defaults and limits used by machine learning.
This endpoint is designed to be used by a user interface that needs to fully
understand machine learning configurations where some options are not
specified, meaning that the defaults should be used. This endpoint may be
used to find out what those defaults are. It also provides information about
the maximum size of machine learning jobs that could run in the current
cluster configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task InfoAsync(MlInfoRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5430,7 +5454,7 @@ public virtual Task InfoAsync(MlInfoRequestDescriptor descriptor } /// - /// Returns defaults and limits used by machine learning. + /// Returns defaults and limits used by machine learning.
This endpoint is designed to be used by a user interface that needs to fully
understand machine learning configurations where some options are not
specified, meaning that the defaults should be used. This endpoint may be
used to find out what those defaults are. It also provides information about
the maximum size of machine learning jobs that could run in the current
cluster configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task InfoAsync(CancellationToken cancellationToken = default) @@ -5441,7 +5465,7 @@ public virtual Task InfoAsync(CancellationToken cancellationToke } /// - /// Returns defaults and limits used by machine learning. + /// Returns defaults and limits used by machine learning.
This endpoint is designed to be used by a user interface that needs to fully
understand machine learning configurations where some options are not
specified, meaning that the defaults should be used. This endpoint may be
used to find out what those defaults are. It also provides information about
the maximum size of machine learning jobs that could run in the current
cluster configuration.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task InfoAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -5453,7 +5477,7 @@ public virtual Task InfoAsync(Action co } /// - /// Opens one or more anomaly detection jobs. + /// Opens one or more anomaly detection jobs.
An anomaly detection job must be opened in order for it to be ready to
receive and analyze data. It can be opened and closed multiple times
throughout its lifecycle.
When you open a new job, it starts with an empty model.
When you open an existing job, the most recent model state is automatically
loaded. The job is ready to resume its analysis from where it left off, once
new data is received.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5464,7 +5488,7 @@ public virtual OpenJobResponse OpenJob(OpenJobRequest request) } /// - /// Opens one or more anomaly detection jobs. + /// Opens one or more anomaly detection jobs.
An anomaly detection job must be opened in order for it to be ready to
receive and analyze data. It can be opened and closed multiple times
throughout its lifecycle.
When you open a new job, it starts with an empty model.
When you open an existing job, the most recent model state is automatically
loaded. The job is ready to resume its analysis from where it left off, once
new data is received.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenJobAsync(OpenJobRequest request, CancellationToken cancellationToken = default) @@ -5474,7 +5498,7 @@ public virtual Task OpenJobAsync(OpenJobRequest request, Cancel } /// - /// Opens one or more anomaly detection jobs. + /// Opens one or more anomaly detection jobs.
An anomaly detection job must be opened in order for it to be ready to
receive and analyze data. It can be opened and closed multiple times
throughout its lifecycle.
When you open a new job, it starts with an empty model.
When you open an existing job, the most recent model state is automatically
loaded. The job is ready to resume its analysis from where it left off, once
new data is received.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5485,7 +5509,7 @@ public virtual OpenJobResponse OpenJob(OpenJobRequestDescriptor descriptor) } /// - /// Opens one or more anomaly detection jobs. + /// Opens one or more anomaly detection jobs.
An anomaly detection job must be opened in order for it to be ready to
receive and analyze data. It can be opened and closed multiple times
throughout its lifecycle.
When you open a new job, it starts with an empty model.
When you open an existing job, the most recent model state is automatically
loaded. The job is ready to resume its analysis from where it left off, once
new data is received.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5497,7 +5521,7 @@ public virtual OpenJobResponse OpenJob(Elastic.Clients.Elasticsearch.Id jobId) } /// - /// Opens one or more anomaly detection jobs. + /// Opens one or more anomaly detection jobs.
An anomaly detection job must be opened in order for it to be ready to
receive and analyze data. It can be opened and closed multiple times
throughout its lifecycle.
When you open a new job, it starts with an empty model.
When you open an existing job, the most recent model state is automatically
loaded. The job is ready to resume its analysis from where it left off, once
new data is received.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5510,7 +5534,7 @@ public virtual OpenJobResponse OpenJob(Elastic.Clients.Elasticsearch.Id jobId, A } /// - /// Opens one or more anomaly detection jobs. + /// Opens one or more anomaly detection jobs.
An anomaly detection job must be opened in order for it to be ready to
receive and analyze data. It can be opened and closed multiple times
throughout its lifecycle.
When you open a new job, it starts with an empty model.
When you open an existing job, the most recent model state is automatically
loaded. The job is ready to resume its analysis from where it left off, once
new data is received.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenJobAsync(OpenJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5520,7 +5544,7 @@ public virtual Task OpenJobAsync(OpenJobRequestDescriptor descr } /// - /// Opens one or more anomaly detection jobs. + /// Opens one or more anomaly detection jobs.
An anomaly detection job must be opened in order for it to be ready to
receive and analyze data. It can be opened and closed multiple times
throughout its lifecycle.
When you open a new job, it starts with an empty model.
When you open an existing job, the most recent model state is automatically
loaded. The job is ready to resume its analysis from where it left off, once
new data is received.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenJobAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -5531,7 +5555,7 @@ public virtual Task OpenJobAsync(Elastic.Clients.Elasticsearch. } /// - /// Opens one or more anomaly detection jobs. + /// Opens one or more anomaly detection jobs.
An anomaly detection job must be opened in order for it to be ready to
receive and analyze data. It can be opened and closed multiple times
throughout its lifecycle.
When you open a new job, it starts with an empty model.
When you open an existing job, the most recent model state is automatically
loaded. The job is ready to resume its analysis from where it left off, once
new data is received.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenJobAsync(Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -5543,7 +5567,7 @@ public virtual Task OpenJobAsync(Elastic.Clients.Elasticsearch. } /// - /// Posts scheduled events in a calendar. + /// Adds scheduled events to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5554,7 +5578,7 @@ public virtual PostCalendarEventsResponse PostCalendarEvents(PostCalendarEventsR } /// - /// Posts scheduled events in a calendar. + /// Adds scheduled events to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostCalendarEventsAsync(PostCalendarEventsRequest request, CancellationToken cancellationToken = default) @@ -5564,7 +5588,7 @@ public virtual Task PostCalendarEventsAsync(PostCale } /// - /// Posts scheduled events in a calendar. + /// Adds scheduled events to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5575,7 +5599,7 @@ public virtual PostCalendarEventsResponse PostCalendarEvents(PostCalendarEventsR } /// - /// Posts scheduled events in a calendar. + /// Adds scheduled events to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5587,7 +5611,7 @@ public virtual PostCalendarEventsResponse PostCalendarEvents(Elastic.Clients.Ela } /// - /// Posts scheduled events in a calendar. + /// Adds scheduled events to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5600,7 +5624,7 @@ public virtual PostCalendarEventsResponse PostCalendarEvents(Elastic.Clients.Ela } /// - /// Posts scheduled events in a calendar. + /// Adds scheduled events to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostCalendarEventsAsync(PostCalendarEventsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5610,7 +5634,7 @@ public virtual Task PostCalendarEventsAsync(PostCale } /// - /// Posts scheduled events in a calendar. + /// Adds scheduled events to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostCalendarEventsAsync(Elastic.Clients.Elasticsearch.Id calendarId, CancellationToken cancellationToken = default) @@ -5621,7 +5645,7 @@ public virtual Task PostCalendarEventsAsync(Elastic. } /// - /// Posts scheduled events in a calendar. + /// Adds scheduled events to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PostCalendarEventsAsync(Elastic.Clients.Elasticsearch.Id calendarId, Action configureRequest, CancellationToken cancellationToken = default) @@ -5633,7 +5657,7 @@ public virtual Task PostCalendarEventsAsync(Elastic. } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5644,7 +5668,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics(Previ } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(PreviewDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) @@ -5654,7 +5678,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5665,7 +5689,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5677,7 +5701,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5690,7 +5714,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5702,7 +5726,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5715,7 +5739,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5726,7 +5750,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics(Previ } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5738,7 +5762,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics(Elast } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5751,7 +5775,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics(Elast } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5763,7 +5787,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics() } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5776,7 +5800,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics(Actio } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(PreviewDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5786,7 +5810,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -5797,7 +5821,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -5809,7 +5833,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(CancellationToken cancellationToken = default) @@ -5820,7 +5844,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -5832,7 +5856,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(PreviewDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5842,7 +5866,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -5853,7 +5877,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id? id, Action configureRequest, CancellationToken cancellationToken = default) @@ -5865,7 +5889,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(CancellationToken cancellationToken = default) @@ -5876,7 +5900,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Previews that will be analyzed given a data frame analytics config. + /// Previews the extracted features used by a data frame analytics config. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PreviewDataFrameAnalyticsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -5888,7 +5912,7 @@ public virtual Task PreviewDataFrameAnalytics } /// - /// Instantiates a calendar. + /// Creates a calendar. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5899,7 +5923,7 @@ public virtual PutCalendarResponse PutCalendar(PutCalendarRequest request) } /// - /// Instantiates a calendar. + /// Creates a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutCalendarAsync(PutCalendarRequest request, CancellationToken cancellationToken = default) @@ -5909,7 +5933,7 @@ public virtual Task PutCalendarAsync(PutCalendarRequest req } /// - /// Instantiates a calendar. + /// Creates a calendar. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5920,7 +5944,7 @@ public virtual PutCalendarResponse PutCalendar(PutCalendarRequestDescriptor desc } /// - /// Instantiates a calendar. + /// Creates a calendar. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5932,7 +5956,7 @@ public virtual PutCalendarResponse PutCalendar(Elastic.Clients.Elasticsearch.Id } /// - /// Instantiates a calendar. + /// Creates a calendar. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5945,7 +5969,7 @@ public virtual PutCalendarResponse PutCalendar(Elastic.Clients.Elasticsearch.Id } /// - /// Instantiates a calendar. + /// Creates a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutCalendarAsync(PutCalendarRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5955,7 +5979,7 @@ public virtual Task PutCalendarAsync(PutCalendarRequestDesc } /// - /// Instantiates a calendar. + /// Creates a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutCalendarAsync(Elastic.Clients.Elasticsearch.Id calendarId, CancellationToken cancellationToken = default) @@ -5966,7 +5990,7 @@ public virtual Task PutCalendarAsync(Elastic.Clients.Elasti } /// - /// Instantiates a calendar. + /// Creates a calendar. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutCalendarAsync(Elastic.Clients.Elasticsearch.Id calendarId, Action configureRequest, CancellationToken cancellationToken = default) @@ -6014,7 +6038,7 @@ public virtual PutCalendarJobResponse PutCalendarJob(PutCalendarJobRequestDescri /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] - public virtual PutCalendarJobResponse PutCalendarJob(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Id jobId) + public virtual PutCalendarJobResponse PutCalendarJob(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Ids jobId) { var descriptor = new PutCalendarJobRequestDescriptor(calendarId, jobId); descriptor.BeforeRequest(); @@ -6026,7 +6050,7 @@ public virtual PutCalendarJobResponse PutCalendarJob(Elastic.Clients.Elasticsear /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] - public virtual PutCalendarJobResponse PutCalendarJob(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest) + public virtual PutCalendarJobResponse PutCalendarJob(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Ids jobId, Action configureRequest) { var descriptor = new PutCalendarJobRequestDescriptor(calendarId, jobId); configureRequest?.Invoke(descriptor); @@ -6048,7 +6072,7 @@ public virtual Task PutCalendarJobAsync(PutCalendarJobRe /// Adds an anomaly detection job to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// - public virtual Task PutCalendarJobAsync(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) + public virtual Task PutCalendarJobAsync(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Ids jobId, CancellationToken cancellationToken = default) { var descriptor = new PutCalendarJobRequestDescriptor(calendarId, jobId); descriptor.BeforeRequest(); @@ -6059,7 +6083,7 @@ public virtual Task PutCalendarJobAsync(Elastic.Clients. /// Adds an anomaly detection job to a calendar. /// Learn more about this API in the Elasticsearch documentation. /// - public virtual Task PutCalendarJobAsync(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) + public virtual Task PutCalendarJobAsync(Elastic.Clients.Elasticsearch.Id calendarId, Elastic.Clients.Elasticsearch.Ids jobId, Action configureRequest, CancellationToken cancellationToken = default) { var descriptor = new PutCalendarJobRequestDescriptor(calendarId, jobId); configureRequest?.Invoke(descriptor); @@ -6068,7 +6092,7 @@ public virtual Task PutCalendarJobAsync(Elastic.Clients. } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6079,7 +6103,7 @@ public virtual PutDatafeedResponse PutDatafeed(PutDatafeedRequest request) } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(PutDatafeedRequest request, CancellationToken cancellationToken = default) @@ -6089,7 +6113,7 @@ public virtual Task PutDatafeedAsync(PutDatafeedRequest req } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6100,7 +6124,7 @@ public virtual PutDatafeedResponse PutDatafeed(PutDatafeedRequestDesc } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6112,7 +6136,7 @@ public virtual PutDatafeedResponse PutDatafeed(Elastic.Clients.Elasti } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6125,7 +6149,7 @@ public virtual PutDatafeedResponse PutDatafeed(Elastic.Clients.Elasti } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6136,7 +6160,7 @@ public virtual PutDatafeedResponse PutDatafeed(PutDatafeedRequestDescriptor desc } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6148,7 +6172,7 @@ public virtual PutDatafeedResponse PutDatafeed(Elastic.Clients.Elasticsearch.Id } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6161,7 +6185,7 @@ public virtual PutDatafeedResponse PutDatafeed(Elastic.Clients.Elasticsearch.Id } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(PutDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6171,7 +6195,7 @@ public virtual Task PutDatafeedAsync(PutDatafeed } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, CancellationToken cancellationToken = default) @@ -6182,7 +6206,7 @@ public virtual Task PutDatafeedAsync(Elastic.Cli } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -6194,7 +6218,7 @@ public virtual Task PutDatafeedAsync(Elastic.Cli } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(PutDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6204,7 +6228,7 @@ public virtual Task PutDatafeedAsync(PutDatafeedRequestDesc } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, CancellationToken cancellationToken = default) @@ -6215,7 +6239,7 @@ public virtual Task PutDatafeedAsync(Elastic.Clients.Elasti } /// - /// Instantiates a datafeed. + /// Instantiates a datafeed.
Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
You can associate only one datafeed with each anomaly detection job.
The datafeed contains a query that runs at a defined interval (`frequency`).
If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
You must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed
directly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, Action configureRequest, CancellationToken cancellationToken = default) @@ -6227,8 +6251,8 @@ public virtual Task PutDatafeedAsync(Elastic.Clients.Elasti } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(PutDataFrameAnalyticsRequest request) @@ -6238,8 +6262,8 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(PutDataFrameA } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDataFrameAnalyticsAsync(PutDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) { @@ -6248,8 +6272,8 @@ public virtual Task PutDataFrameAnalyticsAsync(Pu } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(PutDataFrameAnalyticsRequestDescriptor descriptor) @@ -6259,8 +6283,8 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(Pu } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(Elastic.Clients.Elasticsearch.Id id) @@ -6271,8 +6295,8 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(El } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest) @@ -6284,8 +6308,8 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(El } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(PutDataFrameAnalyticsRequestDescriptor descriptor) @@ -6295,8 +6319,8 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(PutDataFrameA } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(Elastic.Clients.Elasticsearch.Id id) @@ -6307,8 +6331,8 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(Elastic.Clien } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(Elastic.Clients.Elasticsearch.Id id, Action configureRequest) @@ -6320,8 +6344,8 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(Elastic.Clien } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDataFrameAnalyticsAsync(PutDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -6330,8 +6354,8 @@ public virtual Task PutDataFrameAnalyticsAsync - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -6341,8 +6365,8 @@ public virtual Task PutDataFrameAnalyticsAsync - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -6353,8 +6377,8 @@ public virtual Task PutDataFrameAnalyticsAsync - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutDataFrameAnalyticsAsync(PutDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -6363,8 +6387,8 @@ public virtual Task PutDataFrameAnalyticsAsync(Pu } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) { @@ -6374,8 +6398,8 @@ public virtual Task PutDataFrameAnalyticsAsync(El } /// - /// Instantiates a data frame analytics job. - /// Learn more about this API in the Elasticsearch documentation. + /// Instantiates a data frame analytics job.
This API creates a data frame analytics job that performs an analysis on the
source indices and stores the outcome in a destination index.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) { @@ -6386,7 +6410,7 @@ public virtual Task PutDataFrameAnalyticsAsync(El } /// - /// Instantiates a filter. + /// Instantiates a filter.
A filter contains a list of strings. It can be used by one or more anomaly detection jobs.
Specifically, filters are referenced in the `custom_rules` property of detector configuration objects.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6397,7 +6421,7 @@ public virtual PutFilterResponse PutFilter(PutFilterRequest request) } /// - /// Instantiates a filter. + /// Instantiates a filter.
A filter contains a list of strings. It can be used by one or more anomaly detection jobs.
Specifically, filters are referenced in the `custom_rules` property of detector configuration objects.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutFilterAsync(PutFilterRequest request, CancellationToken cancellationToken = default) @@ -6407,7 +6431,7 @@ public virtual Task PutFilterAsync(PutFilterRequest request, } /// - /// Instantiates a filter. + /// Instantiates a filter.
A filter contains a list of strings. It can be used by one or more anomaly detection jobs.
Specifically, filters are referenced in the `custom_rules` property of detector configuration objects.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6418,7 +6442,7 @@ public virtual PutFilterResponse PutFilter(PutFilterRequestDescriptor descriptor } /// - /// Instantiates a filter. + /// Instantiates a filter.
A filter contains a list of strings. It can be used by one or more anomaly detection jobs.
Specifically, filters are referenced in the `custom_rules` property of detector configuration objects.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6430,7 +6454,7 @@ public virtual PutFilterResponse PutFilter(Elastic.Clients.Elasticsearch.Id filt } /// - /// Instantiates a filter. + /// Instantiates a filter.
A filter contains a list of strings. It can be used by one or more anomaly detection jobs.
Specifically, filters are referenced in the `custom_rules` property of detector configuration objects.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6443,7 +6467,7 @@ public virtual PutFilterResponse PutFilter(Elastic.Clients.Elasticsearch.Id filt } /// - /// Instantiates a filter. + /// Instantiates a filter.
A filter contains a list of strings. It can be used by one or more anomaly detection jobs.
Specifically, filters are referenced in the `custom_rules` property of detector configuration objects.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutFilterAsync(PutFilterRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6453,7 +6477,7 @@ public virtual Task PutFilterAsync(PutFilterRequestDescriptor } /// - /// Instantiates a filter. + /// Instantiates a filter.
A filter contains a list of strings. It can be used by one or more anomaly detection jobs.
Specifically, filters are referenced in the `custom_rules` property of detector configuration objects.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutFilterAsync(Elastic.Clients.Elasticsearch.Id filterId, CancellationToken cancellationToken = default) @@ -6464,7 +6488,7 @@ public virtual Task PutFilterAsync(Elastic.Clients.Elasticsea } /// - /// Instantiates a filter. + /// Instantiates a filter.
A filter contains a list of strings. It can be used by one or more anomaly detection jobs.
Specifically, filters are referenced in the `custom_rules` property of detector configuration objects.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutFilterAsync(Elastic.Clients.Elasticsearch.Id filterId, Action configureRequest, CancellationToken cancellationToken = default) @@ -6476,7 +6500,7 @@ public virtual Task PutFilterAsync(Elastic.Clients.Elasticsea } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6487,7 +6511,7 @@ public virtual PutJobResponse PutJob(PutJobRequest request) } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(PutJobRequest request, CancellationToken cancellationToken = default) @@ -6497,7 +6521,7 @@ public virtual Task PutJobAsync(PutJobRequest request, Cancellat } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6508,7 +6532,7 @@ public virtual PutJobResponse PutJob(PutJobRequestDescriptor - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6520,7 +6544,7 @@ public virtual PutJobResponse PutJob(Elastic.Clients.Elasticsearch.Id } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6533,7 +6557,7 @@ public virtual PutJobResponse PutJob(Elastic.Clients.Elasticsearch.Id } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6544,7 +6568,7 @@ public virtual PutJobResponse PutJob(PutJobRequestDescriptor descriptor) } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6556,7 +6580,7 @@ public virtual PutJobResponse PutJob(Elastic.Clients.Elasticsearch.Id jobId) } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6569,7 +6593,7 @@ public virtual PutJobResponse PutJob(Elastic.Clients.Elasticsearch.Id jobId, Act } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(PutJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6579,7 +6603,7 @@ public virtual Task PutJobAsync(PutJobRequestDescript } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -6590,7 +6614,7 @@ public virtual Task PutJobAsync(Elastic.Clients.Elast } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Id jobId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -6602,7 +6626,7 @@ public virtual Task PutJobAsync(Elastic.Clients.Elast } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(PutJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6612,7 +6636,7 @@ public virtual Task PutJobAsync(PutJobRequestDescriptor descript } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -6623,7 +6647,7 @@ public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Id } /// - /// Instantiates an anomaly detection job. + /// Instantiates an anomaly detection job. If you include a `datafeed_config`, you must have read index privileges on the source index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -6635,7 +6659,7 @@ public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Id } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6646,7 +6670,7 @@ public virtual PutTrainedModelResponse PutTrainedModel(PutTrainedModelRequest re } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(PutTrainedModelRequest request, CancellationToken cancellationToken = default) @@ -6656,7 +6680,7 @@ public virtual Task PutTrainedModelAsync(PutTrainedMode } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6667,7 +6691,7 @@ public virtual PutTrainedModelResponse PutTrainedModel(PutTrainedMode } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6679,7 +6703,7 @@ public virtual PutTrainedModelResponse PutTrainedModel(Elastic.Client } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6692,7 +6716,7 @@ public virtual PutTrainedModelResponse PutTrainedModel(Elastic.Client } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6703,7 +6727,7 @@ public virtual PutTrainedModelResponse PutTrainedModel(PutTrainedModelRequestDes } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6715,7 +6739,7 @@ public virtual PutTrainedModelResponse PutTrainedModel(Elastic.Clients.Elasticse } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6728,7 +6752,7 @@ public virtual PutTrainedModelResponse PutTrainedModel(Elastic.Clients.Elasticse } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(PutTrainedModelRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6738,7 +6762,7 @@ public virtual Task PutTrainedModelAsync(Put } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(Elastic.Clients.Elasticsearch.Id modelId, CancellationToken cancellationToken = default) @@ -6749,7 +6773,7 @@ public virtual Task PutTrainedModelAsync(Ela } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(Elastic.Clients.Elasticsearch.Id modelId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -6761,7 +6785,7 @@ public virtual Task PutTrainedModelAsync(Ela } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(PutTrainedModelRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6771,7 +6795,7 @@ public virtual Task PutTrainedModelAsync(PutTrainedMode } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(Elastic.Clients.Elasticsearch.Id modelId, CancellationToken cancellationToken = default) @@ -6782,7 +6806,7 @@ public virtual Task PutTrainedModelAsync(Elastic.Client } /// - /// Creates an inference trained model. + /// Enables you to supply a trained model that is not created by data frame analytics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelAsync(Elastic.Clients.Elasticsearch.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -6794,7 +6818,7 @@ public virtual Task PutTrainedModelAsync(Elastic.Client } /// - /// Creates a new model alias (or reassigns an existing one) to refer to the trained model + /// Creates or updates a trained model alias. A trained model alias is a logical
name used to reference a single trained model.
You can use aliases instead of trained model identifiers to make it easier to
reference your models. For example, you can use aliases in inference
aggregations and processors.
An alias must be unique and refer to only a single trained model. However,
you can have multiple aliases for each trained model.
If you use this API to update an alias such that it references a different
trained model ID and the model uses a different type of data frame analytics,
an error occurs. For example, this situation occurs if you have a trained
model for regression analysis and a trained model for classification
analysis; you cannot reassign an alias from one type of trained model to
another.
If you use this API to update an alias and there are very few input fields in
common between the old and new trained models for the model alias, the API
returns a warning.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6805,7 +6829,7 @@ public virtual PutTrainedModelAliasResponse PutTrainedModelAlias(PutTrainedModel } /// - /// Creates a new model alias (or reassigns an existing one) to refer to the trained model + /// Creates or updates a trained model alias. A trained model alias is a logical
name used to reference a single trained model.
You can use aliases instead of trained model identifiers to make it easier to
reference your models. For example, you can use aliases in inference
aggregations and processors.
An alias must be unique and refer to only a single trained model. However,
you can have multiple aliases for each trained model.
If you use this API to update an alias such that it references a different
trained model ID and the model uses a different type of data frame analytics,
an error occurs. For example, this situation occurs if you have a trained
model for regression analysis and a trained model for classification
analysis; you cannot reassign an alias from one type of trained model to
another.
If you use this API to update an alias and there are very few input fields in
common between the old and new trained models for the model alias, the API
returns a warning.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelAliasAsync(PutTrainedModelAliasRequest request, CancellationToken cancellationToken = default) @@ -6815,7 +6839,7 @@ public virtual Task PutTrainedModelAliasAsync(PutT } /// - /// Creates a new model alias (or reassigns an existing one) to refer to the trained model + /// Creates or updates a trained model alias. A trained model alias is a logical
name used to reference a single trained model.
You can use aliases instead of trained model identifiers to make it easier to
reference your models. For example, you can use aliases in inference
aggregations and processors.
An alias must be unique and refer to only a single trained model. However,
you can have multiple aliases for each trained model.
If you use this API to update an alias such that it references a different
trained model ID and the model uses a different type of data frame analytics,
an error occurs. For example, this situation occurs if you have a trained
model for regression analysis and a trained model for classification
analysis; you cannot reassign an alias from one type of trained model to
another.
If you use this API to update an alias and there are very few input fields in
common between the old and new trained models for the model alias, the API
returns a warning.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6826,7 +6850,7 @@ public virtual PutTrainedModelAliasResponse PutTrainedModelAlias(PutTrainedModel } /// - /// Creates a new model alias (or reassigns an existing one) to refer to the trained model + /// Creates or updates a trained model alias. A trained model alias is a logical
name used to reference a single trained model.
You can use aliases instead of trained model identifiers to make it easier to
reference your models. For example, you can use aliases in inference
aggregations and processors.
An alias must be unique and refer to only a single trained model. However,
you can have multiple aliases for each trained model.
If you use this API to update an alias such that it references a different
trained model ID and the model uses a different type of data frame analytics,
an error occurs. For example, this situation occurs if you have a trained
model for regression analysis and a trained model for classification
analysis; you cannot reassign an alias from one type of trained model to
another.
If you use this API to update an alias and there are very few input fields in
common between the old and new trained models for the model alias, the API
returns a warning.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6838,7 +6862,7 @@ public virtual PutTrainedModelAliasResponse PutTrainedModelAlias(Elastic.Clients } /// - /// Creates a new model alias (or reassigns an existing one) to refer to the trained model + /// Creates or updates a trained model alias. A trained model alias is a logical
name used to reference a single trained model.
You can use aliases instead of trained model identifiers to make it easier to
reference your models. For example, you can use aliases in inference
aggregations and processors.
An alias must be unique and refer to only a single trained model. However,
you can have multiple aliases for each trained model.
If you use this API to update an alias such that it references a different
trained model ID and the model uses a different type of data frame analytics,
an error occurs. For example, this situation occurs if you have a trained
model for regression analysis and a trained model for classification
analysis; you cannot reassign an alias from one type of trained model to
another.
If you use this API to update an alias and there are very few input fields in
common between the old and new trained models for the model alias, the API
returns a warning.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6851,7 +6875,7 @@ public virtual PutTrainedModelAliasResponse PutTrainedModelAlias(Elastic.Clients } /// - /// Creates a new model alias (or reassigns an existing one) to refer to the trained model + /// Creates or updates a trained model alias. A trained model alias is a logical
name used to reference a single trained model.
You can use aliases instead of trained model identifiers to make it easier to
reference your models. For example, you can use aliases in inference
aggregations and processors.
An alias must be unique and refer to only a single trained model. However,
you can have multiple aliases for each trained model.
If you use this API to update an alias such that it references a different
trained model ID and the model uses a different type of data frame analytics,
an error occurs. For example, this situation occurs if you have a trained
model for regression analysis and a trained model for classification
analysis; you cannot reassign an alias from one type of trained model to
another.
If you use this API to update an alias and there are very few input fields in
common between the old and new trained models for the model alias, the API
returns a warning.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelAliasAsync(PutTrainedModelAliasRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6861,7 +6885,7 @@ public virtual Task PutTrainedModelAliasAsync(PutT } /// - /// Creates a new model alias (or reassigns an existing one) to refer to the trained model + /// Creates or updates a trained model alias. A trained model alias is a logical
name used to reference a single trained model.
You can use aliases instead of trained model identifiers to make it easier to
reference your models. For example, you can use aliases in inference
aggregations and processors.
An alias must be unique and refer to only a single trained model. However,
you can have multiple aliases for each trained model.
If you use this API to update an alias such that it references a different
trained model ID and the model uses a different type of data frame analytics,
an error occurs. For example, this situation occurs if you have a trained
model for regression analysis and a trained model for classification
analysis; you cannot reassign an alias from one type of trained model to
another.
If you use this API to update an alias and there are very few input fields in
common between the old and new trained models for the model alias, the API
returns a warning.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelAliasAsync(Elastic.Clients.Elasticsearch.Id modelId, Elastic.Clients.Elasticsearch.Name modelAlias, CancellationToken cancellationToken = default) @@ -6872,7 +6896,7 @@ public virtual Task PutTrainedModelAliasAsync(Elas } /// - /// Creates a new model alias (or reassigns an existing one) to refer to the trained model + /// Creates or updates a trained model alias. A trained model alias is a logical
name used to reference a single trained model.
You can use aliases instead of trained model identifiers to make it easier to
reference your models. For example, you can use aliases in inference
aggregations and processors.
An alias must be unique and refer to only a single trained model. However,
you can have multiple aliases for each trained model.
If you use this API to update an alias such that it references a different
trained model ID and the model uses a different type of data frame analytics,
an error occurs. For example, this situation occurs if you have a trained
model for regression analysis and a trained model for classification
analysis; you cannot reassign an alias from one type of trained model to
another.
If you use this API to update an alias and there are very few input fields in
common between the old and new trained models for the model alias, the API
returns a warning.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelAliasAsync(Elastic.Clients.Elasticsearch.Id modelId, Elastic.Clients.Elasticsearch.Name modelAlias, Action configureRequest, CancellationToken cancellationToken = default) @@ -6884,7 +6908,7 @@ public virtual Task PutTrainedModelAliasAsync(Elas } /// - /// Creates part of a trained model definition + /// Creates part of a trained model definition. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6895,7 +6919,7 @@ public virtual PutTrainedModelDefinitionPartResponse PutTrainedModelDefinitionPa } /// - /// Creates part of a trained model definition + /// Creates part of a trained model definition. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelDefinitionPartAsync(PutTrainedModelDefinitionPartRequest request, CancellationToken cancellationToken = default) @@ -6905,7 +6929,7 @@ public virtual Task PutTrainedModelDefini } /// - /// Creates part of a trained model definition + /// Creates part of a trained model definition. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6916,7 +6940,7 @@ public virtual PutTrainedModelDefinitionPartResponse PutTrainedModelDefinitionPa } /// - /// Creates part of a trained model definition + /// Creates part of a trained model definition. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6928,7 +6952,7 @@ public virtual PutTrainedModelDefinitionPartResponse PutTrainedModelDefinitionPa } /// - /// Creates part of a trained model definition + /// Creates part of a trained model definition. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6941,7 +6965,7 @@ public virtual PutTrainedModelDefinitionPartResponse PutTrainedModelDefinitionPa } /// - /// Creates part of a trained model definition + /// Creates part of a trained model definition. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelDefinitionPartAsync(PutTrainedModelDefinitionPartRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6951,7 +6975,7 @@ public virtual Task PutTrainedModelDefini } /// - /// Creates part of a trained model definition + /// Creates part of a trained model definition. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelDefinitionPartAsync(Elastic.Clients.Elasticsearch.Id modelId, int part, CancellationToken cancellationToken = default) @@ -6962,7 +6986,7 @@ public virtual Task PutTrainedModelDefini } /// - /// Creates part of a trained model definition + /// Creates part of a trained model definition. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutTrainedModelDefinitionPartAsync(Elastic.Clients.Elasticsearch.Id modelId, int part, Action configureRequest, CancellationToken cancellationToken = default) @@ -6974,7 +6998,7 @@ public virtual Task PutTrainedModelDefini } /// - /// Creates a trained model vocabulary + /// Creates a trained model vocabulary.
This API is supported only for natural language processing (NLP) models.
The vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6985,7 +7009,7 @@ public virtual PutTrainedModelVocabularyResponse PutTrainedModelVocabulary(PutTr } /// - /// Creates a trained model vocabulary + /// Creates a trained model vocabulary.
This API is supported only for natural language processing (NLP) models.
The vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelVocabularyAsync(PutTrainedModelVocabularyRequest request, CancellationToken cancellationToken = default) @@ -6995,7 +7019,7 @@ public virtual Task PutTrainedModelVocabulary } /// - /// Creates a trained model vocabulary + /// Creates a trained model vocabulary.
This API is supported only for natural language processing (NLP) models.
The vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7006,7 +7030,7 @@ public virtual PutTrainedModelVocabularyResponse PutTrainedModelVocabulary(PutTr } /// - /// Creates a trained model vocabulary + /// Creates a trained model vocabulary.
This API is supported only for natural language processing (NLP) models.
The vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7018,7 +7042,7 @@ public virtual PutTrainedModelVocabularyResponse PutTrainedModelVocabulary(Elast } /// - /// Creates a trained model vocabulary + /// Creates a trained model vocabulary.
This API is supported only for natural language processing (NLP) models.
The vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7031,7 +7055,7 @@ public virtual PutTrainedModelVocabularyResponse PutTrainedModelVocabulary(Elast } /// - /// Creates a trained model vocabulary + /// Creates a trained model vocabulary.
This API is supported only for natural language processing (NLP) models.
The vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelVocabularyAsync(PutTrainedModelVocabularyRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7041,7 +7065,7 @@ public virtual Task PutTrainedModelVocabulary } /// - /// Creates a trained model vocabulary + /// Creates a trained model vocabulary.
This API is supported only for natural language processing (NLP) models.
The vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelVocabularyAsync(Elastic.Clients.Elasticsearch.Id modelId, CancellationToken cancellationToken = default) @@ -7052,7 +7076,7 @@ public virtual Task PutTrainedModelVocabulary } /// - /// Creates a trained model vocabulary + /// Creates a trained model vocabulary.
This API is supported only for natural language processing (NLP) models.
The vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTrainedModelVocabularyAsync(Elastic.Clients.Elasticsearch.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -7064,7 +7088,7 @@ public virtual Task PutTrainedModelVocabulary } /// - /// Resets an existing anomaly detection job. + /// Resets an anomaly detection job.
All model state and results are deleted. The job is ready to start over as if
it had just been created.
It is not currently possible to reset multiple jobs using wildcards or a
comma separated list.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7075,7 +7099,7 @@ public virtual ResetJobResponse ResetJob(ResetJobRequest request) } /// - /// Resets an existing anomaly detection job. + /// Resets an anomaly detection job.
All model state and results are deleted. The job is ready to start over as if
it had just been created.
It is not currently possible to reset multiple jobs using wildcards or a
comma separated list.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetJobAsync(ResetJobRequest request, CancellationToken cancellationToken = default) @@ -7085,7 +7109,7 @@ public virtual Task ResetJobAsync(ResetJobRequest request, Can } /// - /// Resets an existing anomaly detection job. + /// Resets an anomaly detection job.
All model state and results are deleted. The job is ready to start over as if
it had just been created.
It is not currently possible to reset multiple jobs using wildcards or a
comma separated list.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7096,7 +7120,7 @@ public virtual ResetJobResponse ResetJob(ResetJobRequestDescriptor descriptor) } /// - /// Resets an existing anomaly detection job. + /// Resets an anomaly detection job.
All model state and results are deleted. The job is ready to start over as if
it had just been created.
It is not currently possible to reset multiple jobs using wildcards or a
comma separated list.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7108,7 +7132,7 @@ public virtual ResetJobResponse ResetJob(Elastic.Clients.Elasticsearch.Id jobId) } /// - /// Resets an existing anomaly detection job. + /// Resets an anomaly detection job.
All model state and results are deleted. The job is ready to start over as if
it had just been created.
It is not currently possible to reset multiple jobs using wildcards or a
comma separated list.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7121,7 +7145,7 @@ public virtual ResetJobResponse ResetJob(Elastic.Clients.Elasticsearch.Id jobId, } /// - /// Resets an existing anomaly detection job. + /// Resets an anomaly detection job.
All model state and results are deleted. The job is ready to start over as if
it had just been created.
It is not currently possible to reset multiple jobs using wildcards or a
comma separated list.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetJobAsync(ResetJobRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7131,7 +7155,7 @@ public virtual Task ResetJobAsync(ResetJobRequestDescriptor de } /// - /// Resets an existing anomaly detection job. + /// Resets an anomaly detection job.
All model state and results are deleted. The job is ready to start over as if
it had just been created.
It is not currently possible to reset multiple jobs using wildcards or a
comma separated list.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetJobAsync(Elastic.Clients.Elasticsearch.Id jobId, CancellationToken cancellationToken = default) @@ -7142,7 +7166,7 @@ public virtual Task ResetJobAsync(Elastic.Clients.Elasticsearc } /// - /// Resets an existing anomaly detection job. + /// Resets an anomaly detection job.
All model state and results are deleted. The job is ready to start over as if
it had just been created.
It is not currently possible to reset multiple jobs using wildcards or a
comma separated list.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetJobAsync(Elastic.Clients.Elasticsearch.Id jobId, Action configureRequest, CancellationToken cancellationToken = default) @@ -7154,7 +7178,7 @@ public virtual Task ResetJobAsync(Elastic.Clients.Elasticsearc } /// - /// Reverts to a specific snapshot. + /// Reverts to a specific snapshot.
The machine learning features react quickly to anomalous input, learning new
behaviors in data. Highly anomalous input increases the variance in the
models whilst the system learns whether this is a new step-change in behavior
or a one-off event. In the case where this anomalous input is known to be a
one-off, then it might be appropriate to reset the model state to a time
before this event. For example, you might consider reverting to a saved
snapshot after Black Friday or a critical system failure.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7165,7 +7189,7 @@ public virtual RevertModelSnapshotResponse RevertModelSnapshot(RevertModelSnapsh } /// - /// Reverts to a specific snapshot. + /// Reverts to a specific snapshot.
The machine learning features react quickly to anomalous input, learning new
behaviors in data. Highly anomalous input increases the variance in the
models whilst the system learns whether this is a new step-change in behavior
or a one-off event. In the case where this anomalous input is known to be a
one-off, then it might be appropriate to reset the model state to a time
before this event. For example, you might consider reverting to a saved
snapshot after Black Friday or a critical system failure.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RevertModelSnapshotAsync(RevertModelSnapshotRequest request, CancellationToken cancellationToken = default) @@ -7175,7 +7199,7 @@ public virtual Task RevertModelSnapshotAsync(Revert } /// - /// Reverts to a specific snapshot. + /// Reverts to a specific snapshot.
The machine learning features react quickly to anomalous input, learning new
behaviors in data. Highly anomalous input increases the variance in the
models whilst the system learns whether this is a new step-change in behavior
or a one-off event. In the case where this anomalous input is known to be a
one-off, then it might be appropriate to reset the model state to a time
before this event. For example, you might consider reverting to a saved
snapshot after Black Friday or a critical system failure.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7186,7 +7210,7 @@ public virtual RevertModelSnapshotResponse RevertModelSnapshot(RevertModelSnapsh } /// - /// Reverts to a specific snapshot. + /// Reverts to a specific snapshot.
The machine learning features react quickly to anomalous input, learning new
behaviors in data. Highly anomalous input increases the variance in the
models whilst the system learns whether this is a new step-change in behavior
or a one-off event. In the case where this anomalous input is known to be a
one-off, then it might be appropriate to reset the model state to a time
before this event. For example, you might consider reverting to a saved
snapshot after Black Friday or a critical system failure.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7198,7 +7222,7 @@ public virtual RevertModelSnapshotResponse RevertModelSnapshot(Elastic.Clients.E } /// - /// Reverts to a specific snapshot. + /// Reverts to a specific snapshot.
The machine learning features react quickly to anomalous input, learning new
behaviors in data. Highly anomalous input increases the variance in the
models whilst the system learns whether this is a new step-change in behavior
or a one-off event. In the case where this anomalous input is known to be a
one-off, then it might be appropriate to reset the model state to a time
before this event. For example, you might consider reverting to a saved
snapshot after Black Friday or a critical system failure.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7211,7 +7235,7 @@ public virtual RevertModelSnapshotResponse RevertModelSnapshot(Elastic.Clients.E } /// - /// Reverts to a specific snapshot. + /// Reverts to a specific snapshot.
The machine learning features react quickly to anomalous input, learning new
behaviors in data. Highly anomalous input increases the variance in the
models whilst the system learns whether this is a new step-change in behavior
or a one-off event. In the case where this anomalous input is known to be a
one-off, then it might be appropriate to reset the model state to a time
before this event. For example, you might consider reverting to a saved
snapshot after Black Friday or a critical system failure.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RevertModelSnapshotAsync(RevertModelSnapshotRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7221,7 +7245,7 @@ public virtual Task RevertModelSnapshotAsync(Revert } /// - /// Reverts to a specific snapshot. + /// Reverts to a specific snapshot.
The machine learning features react quickly to anomalous input, learning new
behaviors in data. Highly anomalous input increases the variance in the
models whilst the system learns whether this is a new step-change in behavior
or a one-off event. In the case where this anomalous input is known to be a
one-off, then it might be appropriate to reset the model state to a time
before this event. For example, you might consider reverting to a saved
snapshot after Black Friday or a critical system failure.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RevertModelSnapshotAsync(Elastic.Clients.Elasticsearch.Id jobId, Elastic.Clients.Elasticsearch.Id snapshotId, CancellationToken cancellationToken = default) @@ -7232,7 +7256,7 @@ public virtual Task RevertModelSnapshotAsync(Elasti } /// - /// Reverts to a specific snapshot. + /// Reverts to a specific snapshot.
The machine learning features react quickly to anomalous input, learning new
behaviors in data. Highly anomalous input increases the variance in the
models whilst the system learns whether this is a new step-change in behavior
or a one-off event. In the case where this anomalous input is known to be a
one-off, then it might be appropriate to reset the model state to a time
before this event. For example, you might consider reverting to a saved
snapshot after Black Friday or a critical system failure.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task RevertModelSnapshotAsync(Elastic.Clients.Elasticsearch.Id jobId, Elastic.Clients.Elasticsearch.Id snapshotId, Action configureRequest, CancellationToken cancellationToken = default) @@ -7244,7 +7268,7 @@ public virtual Task RevertModelSnapshotAsync(Elasti } /// - /// Sets a cluster wide upgrade_mode setting that prepares machine learning indices for an upgrade. + /// Sets a cluster wide upgrade_mode setting that prepares machine learning
indices for an upgrade.
When upgrading your cluster, in some circumstances you must restart your
nodes and reindex your machine learning indices. In those circumstances,
there must be no machine learning jobs running. You can close the machine
learning jobs, do the upgrade, then open all the jobs again. Alternatively,
you can use this API to temporarily halt tasks associated with the jobs and
datafeeds and prevent new jobs from opening. You can also use this API
during upgrades that do not require you to reindex your machine learning
indices, though stopping jobs is not a requirement in that case.
You can see the current value for the upgrade_mode setting by using the get
machine learning info API.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7255,7 +7279,7 @@ public virtual SetUpgradeModeResponse SetUpgradeMode(SetUpgradeModeRequest reque } /// - /// Sets a cluster wide upgrade_mode setting that prepares machine learning indices for an upgrade. + /// Sets a cluster wide upgrade_mode setting that prepares machine learning
indices for an upgrade.
When upgrading your cluster, in some circumstances you must restart your
nodes and reindex your machine learning indices. In those circumstances,
there must be no machine learning jobs running. You can close the machine
learning jobs, do the upgrade, then open all the jobs again. Alternatively,
you can use this API to temporarily halt tasks associated with the jobs and
datafeeds and prevent new jobs from opening. You can also use this API
during upgrades that do not require you to reindex your machine learning
indices, though stopping jobs is not a requirement in that case.
You can see the current value for the upgrade_mode setting by using the get
machine learning info API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SetUpgradeModeAsync(SetUpgradeModeRequest request, CancellationToken cancellationToken = default) @@ -7265,7 +7289,7 @@ public virtual Task SetUpgradeModeAsync(SetUpgradeModeRe } /// - /// Sets a cluster wide upgrade_mode setting that prepares machine learning indices for an upgrade. + /// Sets a cluster wide upgrade_mode setting that prepares machine learning
indices for an upgrade.
When upgrading your cluster, in some circumstances you must restart your
nodes and reindex your machine learning indices. In those circumstances,
there must be no machine learning jobs running. You can close the machine
learning jobs, do the upgrade, then open all the jobs again. Alternatively,
you can use this API to temporarily halt tasks associated with the jobs and
datafeeds and prevent new jobs from opening. You can also use this API
during upgrades that do not require you to reindex your machine learning
indices, though stopping jobs is not a requirement in that case.
You can see the current value for the upgrade_mode setting by using the get
machine learning info API.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7276,7 +7300,7 @@ public virtual SetUpgradeModeResponse SetUpgradeMode(SetUpgradeModeRequestDescri } /// - /// Sets a cluster wide upgrade_mode setting that prepares machine learning indices for an upgrade. + /// Sets a cluster wide upgrade_mode setting that prepares machine learning
indices for an upgrade.
When upgrading your cluster, in some circumstances you must restart your
nodes and reindex your machine learning indices. In those circumstances,
there must be no machine learning jobs running. You can close the machine
learning jobs, do the upgrade, then open all the jobs again. Alternatively,
you can use this API to temporarily halt tasks associated with the jobs and
datafeeds and prevent new jobs from opening. You can also use this API
during upgrades that do not require you to reindex your machine learning
indices, though stopping jobs is not a requirement in that case.
You can see the current value for the upgrade_mode setting by using the get
machine learning info API.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7288,7 +7312,7 @@ public virtual SetUpgradeModeResponse SetUpgradeMode() } /// - /// Sets a cluster wide upgrade_mode setting that prepares machine learning indices for an upgrade. + /// Sets a cluster wide upgrade_mode setting that prepares machine learning
indices for an upgrade.
When upgrading your cluster, in some circumstances you must restart your
nodes and reindex your machine learning indices. In those circumstances,
there must be no machine learning jobs running. You can close the machine
learning jobs, do the upgrade, then open all the jobs again. Alternatively,
you can use this API to temporarily halt tasks associated with the jobs and
datafeeds and prevent new jobs from opening. You can also use this API
during upgrades that do not require you to reindex your machine learning
indices, though stopping jobs is not a requirement in that case.
You can see the current value for the upgrade_mode setting by using the get
machine learning info API.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7301,7 +7325,7 @@ public virtual SetUpgradeModeResponse SetUpgradeMode(Action - /// Sets a cluster wide upgrade_mode setting that prepares machine learning indices for an upgrade. + /// Sets a cluster wide upgrade_mode setting that prepares machine learning
indices for an upgrade.
When upgrading your cluster, in some circumstances you must restart your
nodes and reindex your machine learning indices. In those circumstances,
there must be no machine learning jobs running. You can close the machine
learning jobs, do the upgrade, then open all the jobs again. Alternatively,
you can use this API to temporarily halt tasks associated with the jobs and
datafeeds and prevent new jobs from opening. You can also use this API
during upgrades that do not require you to reindex your machine learning
indices, though stopping jobs is not a requirement in that case.
You can see the current value for the upgrade_mode setting by using the get
machine learning info API.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task SetUpgradeModeAsync(SetUpgradeModeRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7311,7 +7335,7 @@ public virtual Task SetUpgradeModeAsync(SetUpgradeModeRe } /// - /// Sets a cluster wide upgrade_mode setting that prepares machine learning indices for an upgrade. + /// Sets a cluster wide upgrade_mode setting that prepares machine learning
indices for an upgrade.
When upgrading your cluster, in some circumstances you must restart your
nodes and reindex your machine learning indices. In those circumstances,
there must be no machine learning jobs running. You can close the machine
learning jobs, do the upgrade, then open all the jobs again. Alternatively,
you can use this API to temporarily halt tasks associated with the jobs and
datafeeds and prevent new jobs from opening. You can also use this API
during upgrades that do not require you to reindex your machine learning
indices, though stopping jobs is not a requirement in that case.
You can see the current value for the upgrade_mode setting by using the get
machine learning info API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SetUpgradeModeAsync(CancellationToken cancellationToken = default) @@ -7322,7 +7346,7 @@ public virtual Task SetUpgradeModeAsync(CancellationToke } /// - /// Sets a cluster wide upgrade_mode setting that prepares machine learning indices for an upgrade. + /// Sets a cluster wide upgrade_mode setting that prepares machine learning
indices for an upgrade.
When upgrading your cluster, in some circumstances you must restart your
nodes and reindex your machine learning indices. In those circumstances,
there must be no machine learning jobs running. You can close the machine
learning jobs, do the upgrade, then open all the jobs again. Alternatively,
you can use this API to temporarily halt tasks associated with the jobs and
datafeeds and prevent new jobs from opening. You can also use this API
during upgrades that do not require you to reindex your machine learning
indices, though stopping jobs is not a requirement in that case.
You can see the current value for the upgrade_mode setting by using the get
machine learning info API.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task SetUpgradeModeAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -7335,6 +7359,10 @@ public virtual Task SetUpgradeModeAsync(Action /// Starts one or more datafeeds. + /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
+ /// Before you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs. + /// If you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.
If new data was indexed for that exact millisecond between stopping and starting, it will be ignored.
+ /// When Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or
update it had at the time of creation or update and runs the query using those same roles. If you provided secondary
authorization headers when you created or updated the datafeed, those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7346,6 +7374,10 @@ public virtual StartDatafeedResponse StartDatafeed(StartDatafeedRequest request) /// /// Starts one or more datafeeds. + /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
+ /// Before you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs. + /// If you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.
If new data was indexed for that exact millisecond between stopping and starting, it will be ignored.
+ /// When Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or
update it had at the time of creation or update and runs the query using those same roles. If you provided secondary
authorization headers when you created or updated the datafeed, those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDatafeedAsync(StartDatafeedRequest request, CancellationToken cancellationToken = default) @@ -7356,6 +7388,10 @@ public virtual Task StartDatafeedAsync(StartDatafeedReque /// /// Starts one or more datafeeds. + /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
+ /// Before you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs. + /// If you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.
If new data was indexed for that exact millisecond between stopping and starting, it will be ignored.
+ /// When Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or
update it had at the time of creation or update and runs the query using those same roles. If you provided secondary
authorization headers when you created or updated the datafeed, those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7367,6 +7403,10 @@ public virtual StartDatafeedResponse StartDatafeed(StartDatafeedRequestDescripto /// /// Starts one or more datafeeds. + /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
+ /// Before you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs. + /// If you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.
If new data was indexed for that exact millisecond between stopping and starting, it will be ignored.
+ /// When Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or
update it had at the time of creation or update and runs the query using those same roles. If you provided secondary
authorization headers when you created or updated the datafeed, those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7379,6 +7419,10 @@ public virtual StartDatafeedResponse StartDatafeed(Elastic.Clients.Elasticsearch /// /// Starts one or more datafeeds. + /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
+ /// Before you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs. + /// If you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.
If new data was indexed for that exact millisecond between stopping and starting, it will be ignored.
+ /// When Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or
update it had at the time of creation or update and runs the query using those same roles. If you provided secondary
authorization headers when you created or updated the datafeed, those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7392,6 +7436,10 @@ public virtual StartDatafeedResponse StartDatafeed(Elastic.Clients.Elasticsearch /// /// Starts one or more datafeeds. + /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
+ /// Before you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs. + /// If you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.
If new data was indexed for that exact millisecond between stopping and starting, it will be ignored.
+ /// When Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or
update it had at the time of creation or update and runs the query using those same roles. If you provided secondary
authorization headers when you created or updated the datafeed, those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDatafeedAsync(StartDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7402,6 +7450,10 @@ public virtual Task StartDatafeedAsync(StartDatafeedReque /// /// Starts one or more datafeeds. + /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
+ /// Before you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs. + /// If you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.
If new data was indexed for that exact millisecond between stopping and starting, it will be ignored.
+ /// When Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or
update it had at the time of creation or update and runs the query using those same roles. If you provided secondary
authorization headers when you created or updated the datafeed, those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, CancellationToken cancellationToken = default) @@ -7413,6 +7465,10 @@ public virtual Task StartDatafeedAsync(Elastic.Clients.El /// /// Starts one or more datafeeds. + /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
+ /// Before you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs. + /// If you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.
If new data was indexed for that exact millisecond between stopping and starting, it will be ignored.
+ /// When Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or
update it had at the time of creation or update and runs the query using those same roles. If you provided secondary
authorization headers when you created or updated the datafeed, those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, Action configureRequest, CancellationToken cancellationToken = default) @@ -7424,7 +7480,7 @@ public virtual Task StartDatafeedAsync(Elastic.Clients.El } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7435,7 +7491,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics(StartData } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(StartDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) @@ -7445,7 +7501,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7456,7 +7512,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7468,7 +7524,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7481,7 +7537,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7492,7 +7548,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics(StartData } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7504,7 +7560,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics(Elastic.C } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7517,7 +7573,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics(Elastic.C } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(StartDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7527,7 +7583,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -7538,7 +7594,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -7550,7 +7606,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(StartDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7560,7 +7616,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -7571,7 +7627,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Starts a data frame analytics job. + /// Starts a data frame analytics job.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
If the destination index does not exist, it is created automatically the
first time you start the data frame analytics job. The
`index.number_of_shards` and `index.number_of_replicas` settings for the
destination index are copied from the source index. If there are multiple
source indices, the destination index copies the highest setting values. The
mappings for the destination index are also copied from the source indices.
If there are any mapping conflicts, the job fails to start.
If the destination index exists, it is used as is. You can therefore set up
the destination index in advance with custom settings and mappings.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -7583,7 +7639,7 @@ public virtual Task StartDataFrameAnalyticsAsyn } /// - /// Start a trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7594,7 +7650,7 @@ public virtual StartTrainedModelDeploymentResponse StartTrainedModelDeployment(S } /// - /// Start a trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StartTrainedModelDeploymentAsync(StartTrainedModelDeploymentRequest request, CancellationToken cancellationToken = default) @@ -7604,7 +7660,7 @@ public virtual Task StartTrainedModelDeploy } /// - /// Start a trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7615,7 +7671,7 @@ public virtual StartTrainedModelDeploymentResponse StartTrainedModelDeployment(S } /// - /// Start a trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7627,7 +7683,7 @@ public virtual StartTrainedModelDeploymentResponse StartTrainedModelDeployment(E } /// - /// Start a trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7640,7 +7696,7 @@ public virtual StartTrainedModelDeploymentResponse StartTrainedModelDeployment(E } /// - /// Start a trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StartTrainedModelDeploymentAsync(StartTrainedModelDeploymentRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7650,7 +7706,7 @@ public virtual Task StartTrainedModelDeploy } /// - /// Start a trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StartTrainedModelDeploymentAsync(Elastic.Clients.Elasticsearch.Id modelId, CancellationToken cancellationToken = default) @@ -7661,7 +7717,7 @@ public virtual Task StartTrainedModelDeploy } /// - /// Start a trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StartTrainedModelDeploymentAsync(Elastic.Clients.Elasticsearch.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -7673,7 +7729,7 @@ public virtual Task StartTrainedModelDeploy } /// - /// Stops one or more datafeeds. + /// Stops one or more datafeeds.
A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7684,7 +7740,7 @@ public virtual StopDatafeedResponse StopDatafeed(StopDatafeedRequest request) } /// - /// Stops one or more datafeeds. + /// Stops one or more datafeeds.
A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDatafeedAsync(StopDatafeedRequest request, CancellationToken cancellationToken = default) @@ -7694,7 +7750,7 @@ public virtual Task StopDatafeedAsync(StopDatafeedRequest } /// - /// Stops one or more datafeeds. + /// Stops one or more datafeeds.
A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7705,7 +7761,7 @@ public virtual StopDatafeedResponse StopDatafeed(StopDatafeedRequestDescriptor d } /// - /// Stops one or more datafeeds. + /// Stops one or more datafeeds.
A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7717,7 +7773,7 @@ public virtual StopDatafeedResponse StopDatafeed(Elastic.Clients.Elasticsearch.I } /// - /// Stops one or more datafeeds. + /// Stops one or more datafeeds.
A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7730,7 +7786,7 @@ public virtual StopDatafeedResponse StopDatafeed(Elastic.Clients.Elasticsearch.I } /// - /// Stops one or more datafeeds. + /// Stops one or more datafeeds.
A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDatafeedAsync(StopDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7740,7 +7796,7 @@ public virtual Task StopDatafeedAsync(StopDatafeedRequestD } /// - /// Stops one or more datafeeds. + /// Stops one or more datafeeds.
A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, CancellationToken cancellationToken = default) @@ -7751,7 +7807,7 @@ public virtual Task StopDatafeedAsync(Elastic.Clients.Elas } /// - /// Stops one or more datafeeds. + /// Stops one or more datafeeds.
A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped
multiple times throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, Action configureRequest, CancellationToken cancellationToken = default) @@ -7763,7 +7819,7 @@ public virtual Task StopDatafeedAsync(Elastic.Clients.Elas } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7774,7 +7830,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics(StopDataFra } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(StopDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) @@ -7784,7 +7840,7 @@ public virtual Task StopDataFrameAnalyticsAsync( } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7795,7 +7851,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics( } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7807,7 +7863,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics( } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7820,7 +7876,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics( } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7831,7 +7887,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics(StopDataFra } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7843,7 +7899,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics(Elastic.Cli } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7856,7 +7912,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics(Elastic.Cli } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(StopDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7866,7 +7922,7 @@ public virtual Task StopDataFrameAnalyticsAsync< } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -7877,7 +7933,7 @@ public virtual Task StopDataFrameAnalyticsAsync< } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -7889,7 +7945,7 @@ public virtual Task StopDataFrameAnalyticsAsync< } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(StopDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7899,7 +7955,7 @@ public virtual Task StopDataFrameAnalyticsAsync( } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -7910,7 +7966,7 @@ public virtual Task StopDataFrameAnalyticsAsync( } /// - /// Stops one or more data frame analytics jobs. + /// Stops one or more data frame analytics jobs.
A data frame analytics job can be started and stopped multiple times
throughout its lifecycle.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StopDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -7922,7 +7978,7 @@ public virtual Task StopDataFrameAnalyticsAsync( } /// - /// Stop a trained model deployment. + /// Stops a trained model deployment. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7933,7 +7989,7 @@ public virtual StopTrainedModelDeploymentResponse StopTrainedModelDeployment(Sto } /// - /// Stop a trained model deployment. + /// Stops a trained model deployment. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StopTrainedModelDeploymentAsync(StopTrainedModelDeploymentRequest request, CancellationToken cancellationToken = default) @@ -7943,7 +7999,7 @@ public virtual Task StopTrainedModelDeployme } /// - /// Stop a trained model deployment. + /// Stops a trained model deployment. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7954,7 +8010,7 @@ public virtual StopTrainedModelDeploymentResponse StopTrainedModelDeployment(Sto } /// - /// Stop a trained model deployment. + /// Stops a trained model deployment. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7966,7 +8022,7 @@ public virtual StopTrainedModelDeploymentResponse StopTrainedModelDeployment(Ela } /// - /// Stop a trained model deployment. + /// Stops a trained model deployment. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7979,7 +8035,7 @@ public virtual StopTrainedModelDeploymentResponse StopTrainedModelDeployment(Ela } /// - /// Stop a trained model deployment. + /// Stops a trained model deployment. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StopTrainedModelDeploymentAsync(StopTrainedModelDeploymentRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7989,7 +8045,7 @@ public virtual Task StopTrainedModelDeployme } /// - /// Stop a trained model deployment. + /// Stops a trained model deployment. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StopTrainedModelDeploymentAsync(Elastic.Clients.Elasticsearch.Id modelId, CancellationToken cancellationToken = default) @@ -8000,7 +8056,7 @@ public virtual Task StopTrainedModelDeployme } /// - /// Stop a trained model deployment. + /// Stops a trained model deployment. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StopTrainedModelDeploymentAsync(Elastic.Clients.Elasticsearch.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -8012,7 +8068,7 @@ public virtual Task StopTrainedModelDeployme } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8023,7 +8079,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(UpdateDatafeedRequest reque } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(UpdateDatafeedRequest request, CancellationToken cancellationToken = default) @@ -8033,7 +8089,7 @@ public virtual Task UpdateDatafeedAsync(UpdateDatafeedRe } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8044,7 +8100,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(UpdateDatafeedRe } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8056,7 +8112,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(Elastic.Clients. } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8069,7 +8125,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(Elastic.Clients. } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8080,7 +8136,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(UpdateDatafeedRequestDescri } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8092,7 +8148,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(Elastic.Clients.Elasticsear } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8105,7 +8161,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(Elastic.Clients.Elasticsear } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(UpdateDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8115,7 +8171,7 @@ public virtual Task UpdateDatafeedAsync(Updat } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, CancellationToken cancellationToken = default) @@ -8126,7 +8182,7 @@ public virtual Task UpdateDatafeedAsync(Elast } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -8138,7 +8194,7 @@ public virtual Task UpdateDatafeedAsync(Elast } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(UpdateDatafeedRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8148,7 +8204,7 @@ public virtual Task UpdateDatafeedAsync(UpdateDatafeedRe } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, CancellationToken cancellationToken = default) @@ -8159,7 +8215,7 @@ public virtual Task UpdateDatafeedAsync(Elastic.Clients. } /// - /// Updates certain properties of a datafeed. + /// Updates the properties of a datafeed.
You must stop and start the datafeed for the changes to be applied.
When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at
the time of the update and runs the query using those same roles. If you provide secondary authorization headers,
those credentials are used instead.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateDatafeedAsync(Elastic.Clients.Elasticsearch.Id datafeedId, Action configureRequest, CancellationToken cancellationToken = default) @@ -8171,7 +8227,7 @@ public virtual Task UpdateDatafeedAsync(Elastic.Clients. } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8182,7 +8238,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics(UpdateD } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(UpdateDataFrameAnalyticsRequest request, CancellationToken cancellationToken = default) @@ -8192,7 +8248,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8203,7 +8259,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8215,7 +8271,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8228,7 +8284,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8239,7 +8295,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics(UpdateD } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8251,7 +8307,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics(Elastic } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8264,7 +8320,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics(Elastic } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(UpdateDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8274,7 +8330,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -8285,7 +8341,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -8297,7 +8353,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(UpdateDataFrameAnalyticsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8307,7 +8363,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -8318,7 +8374,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates certain properties of a data frame analytics job. + /// Updates an existing data frame analytics job. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateDataFrameAnalyticsAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -8330,7 +8386,7 @@ public virtual Task UpdateDataFrameAnalyticsAs } /// - /// Updates the description of a filter, adds items, or removes items. + /// Updates the description of a filter, adds items, or removes items from the list. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8341,7 +8397,7 @@ public virtual UpdateFilterResponse UpdateFilter(UpdateFilterRequest request) } /// - /// Updates the description of a filter, adds items, or removes items. + /// Updates the description of a filter, adds items, or removes items from the list. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateFilterAsync(UpdateFilterRequest request, CancellationToken cancellationToken = default) @@ -8351,7 +8407,7 @@ public virtual Task UpdateFilterAsync(UpdateFilterRequest } /// - /// Updates the description of a filter, adds items, or removes items. + /// Updates the description of a filter, adds items, or removes items from the list. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8362,7 +8418,7 @@ public virtual UpdateFilterResponse UpdateFilter(UpdateFilterRequestDescriptor d } /// - /// Updates the description of a filter, adds items, or removes items. + /// Updates the description of a filter, adds items, or removes items from the list. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8374,7 +8430,7 @@ public virtual UpdateFilterResponse UpdateFilter(Elastic.Clients.Elasticsearch.I } /// - /// Updates the description of a filter, adds items, or removes items. + /// Updates the description of a filter, adds items, or removes items from the list. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8387,7 +8443,7 @@ public virtual UpdateFilterResponse UpdateFilter(Elastic.Clients.Elasticsearch.I } /// - /// Updates the description of a filter, adds items, or removes items. + /// Updates the description of a filter, adds items, or removes items from the list. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateFilterAsync(UpdateFilterRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8397,7 +8453,7 @@ public virtual Task UpdateFilterAsync(UpdateFilterRequestD } /// - /// Updates the description of a filter, adds items, or removes items. + /// Updates the description of a filter, adds items, or removes items from the list. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateFilterAsync(Elastic.Clients.Elasticsearch.Id filterId, CancellationToken cancellationToken = default) @@ -8408,7 +8464,7 @@ public virtual Task UpdateFilterAsync(Elastic.Clients.Elas } /// - /// Updates the description of a filter, adds items, or removes items. + /// Updates the description of a filter, adds items, or removes items from the list. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateFilterAsync(Elastic.Clients.Elasticsearch.Id filterId, Action configureRequest, CancellationToken cancellationToken = default) @@ -8669,7 +8725,7 @@ public virtual Task UpdateModelSnapshotAsync(Elasti } /// - /// Updates certain properties of trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8680,7 +8736,7 @@ public virtual UpdateTrainedModelDeploymentResponse UpdateTrainedModelDeployment } /// - /// Updates certain properties of trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateTrainedModelDeploymentAsync(UpdateTrainedModelDeploymentRequest request, CancellationToken cancellationToken = default) @@ -8690,7 +8746,7 @@ public virtual Task UpdateTrainedModelDepl } /// - /// Updates certain properties of trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8701,7 +8757,7 @@ public virtual UpdateTrainedModelDeploymentResponse UpdateTrainedModelDeployment } /// - /// Updates certain properties of trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8713,7 +8769,7 @@ public virtual UpdateTrainedModelDeploymentResponse UpdateTrainedModelDeployment } /// - /// Updates certain properties of trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8726,7 +8782,7 @@ public virtual UpdateTrainedModelDeploymentResponse UpdateTrainedModelDeployment } /// - /// Updates certain properties of trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateTrainedModelDeploymentAsync(UpdateTrainedModelDeploymentRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8736,7 +8792,7 @@ public virtual Task UpdateTrainedModelDepl } /// - /// Updates certain properties of trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateTrainedModelDeploymentAsync(Elastic.Clients.Elasticsearch.Id modelId, CancellationToken cancellationToken = default) @@ -8747,7 +8803,7 @@ public virtual Task UpdateTrainedModelDepl } /// - /// Updates certain properties of trained model deployment. + /// Starts a trained model deployment, which allocates the model to every machine learning node. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpdateTrainedModelDeploymentAsync(Elastic.Clients.Elasticsearch.Id modelId, Action configureRequest, CancellationToken cancellationToken = default) @@ -8759,7 +8815,7 @@ public virtual Task UpdateTrainedModelDepl } /// - /// Upgrades a given job snapshot to the current major version. + /// Upgrades an anomaly detection model snapshot to the latest major version.
Over time, older snapshot formats are deprecated and removed. Anomaly
detection jobs support only snapshots that are from the current or previous
major version.
This API provides a means to upgrade a snapshot to the current major version.
This aids in preparing the cluster for an upgrade to the next major version.
Only one snapshot per anomaly detection job can be upgraded at a time and the
upgraded snapshot cannot be the current snapshot of the anomaly detection
job.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8770,7 +8826,7 @@ public virtual UpgradeJobSnapshotResponse UpgradeJobSnapshot(UpgradeJobSnapshotR } /// - /// Upgrades a given job snapshot to the current major version. + /// Upgrades an anomaly detection model snapshot to the latest major version.
Over time, older snapshot formats are deprecated and removed. Anomaly
detection jobs support only snapshots that are from the current or previous
major version.
This API provides a means to upgrade a snapshot to the current major version.
This aids in preparing the cluster for an upgrade to the next major version.
Only one snapshot per anomaly detection job can be upgraded at a time and the
upgraded snapshot cannot be the current snapshot of the anomaly detection
job.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeJobSnapshotAsync(UpgradeJobSnapshotRequest request, CancellationToken cancellationToken = default) @@ -8780,7 +8836,7 @@ public virtual Task UpgradeJobSnapshotAsync(UpgradeJ } /// - /// Upgrades a given job snapshot to the current major version. + /// Upgrades an anomaly detection model snapshot to the latest major version.
Over time, older snapshot formats are deprecated and removed. Anomaly
detection jobs support only snapshots that are from the current or previous
major version.
This API provides a means to upgrade a snapshot to the current major version.
This aids in preparing the cluster for an upgrade to the next major version.
Only one snapshot per anomaly detection job can be upgraded at a time and the
upgraded snapshot cannot be the current snapshot of the anomaly detection
job.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8791,7 +8847,7 @@ public virtual UpgradeJobSnapshotResponse UpgradeJobSnapshot(UpgradeJobSnapshotR } /// - /// Upgrades a given job snapshot to the current major version. + /// Upgrades an anomaly detection model snapshot to the latest major version.
Over time, older snapshot formats are deprecated and removed. Anomaly
detection jobs support only snapshots that are from the current or previous
major version.
This API provides a means to upgrade a snapshot to the current major version.
This aids in preparing the cluster for an upgrade to the next major version.
Only one snapshot per anomaly detection job can be upgraded at a time and the
upgraded snapshot cannot be the current snapshot of the anomaly detection
job.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8803,7 +8859,7 @@ public virtual UpgradeJobSnapshotResponse UpgradeJobSnapshot(Elastic.Clients.Ela } /// - /// Upgrades a given job snapshot to the current major version. + /// Upgrades an anomaly detection model snapshot to the latest major version.
Over time, older snapshot formats are deprecated and removed. Anomaly
detection jobs support only snapshots that are from the current or previous
major version.
This API provides a means to upgrade a snapshot to the current major version.
This aids in preparing the cluster for an upgrade to the next major version.
Only one snapshot per anomaly detection job can be upgraded at a time and the
upgraded snapshot cannot be the current snapshot of the anomaly detection
job.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8816,7 +8872,7 @@ public virtual UpgradeJobSnapshotResponse UpgradeJobSnapshot(Elastic.Clients.Ela } /// - /// Upgrades a given job snapshot to the current major version. + /// Upgrades an anomaly detection model snapshot to the latest major version.
Over time, older snapshot formats are deprecated and removed. Anomaly
detection jobs support only snapshots that are from the current or previous
major version.
This API provides a means to upgrade a snapshot to the current major version.
This aids in preparing the cluster for an upgrade to the next major version.
Only one snapshot per anomaly detection job can be upgraded at a time and the
upgraded snapshot cannot be the current snapshot of the anomaly detection
job.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeJobSnapshotAsync(UpgradeJobSnapshotRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8826,7 +8882,7 @@ public virtual Task UpgradeJobSnapshotAsync(UpgradeJ } /// - /// Upgrades a given job snapshot to the current major version. + /// Upgrades an anomaly detection model snapshot to the latest major version.
Over time, older snapshot formats are deprecated and removed. Anomaly
detection jobs support only snapshots that are from the current or previous
major version.
This API provides a means to upgrade a snapshot to the current major version.
This aids in preparing the cluster for an upgrade to the next major version.
Only one snapshot per anomaly detection job can be upgraded at a time and the
upgraded snapshot cannot be the current snapshot of the anomaly detection
job.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeJobSnapshotAsync(Elastic.Clients.Elasticsearch.Id jobId, Elastic.Clients.Elasticsearch.Id snapshotId, CancellationToken cancellationToken = default) @@ -8837,7 +8893,7 @@ public virtual Task UpgradeJobSnapshotAsync(Elastic. } /// - /// Upgrades a given job snapshot to the current major version. + /// Upgrades an anomaly detection model snapshot to the latest major version.
Over time, older snapshot formats are deprecated and removed. Anomaly
detection jobs support only snapshots that are from the current or previous
major version.
This API provides a means to upgrade a snapshot to the current major version.
This aids in preparing the cluster for an upgrade to the next major version.
Only one snapshot per anomaly detection job can be upgraded at a time and the
upgraded snapshot cannot be the current snapshot of the anomaly detection
job.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeJobSnapshotAsync(Elastic.Clients.Elasticsearch.Id jobId, Elastic.Clients.Elasticsearch.Id snapshotId, Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Nodes.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Nodes.g.cs index a6437e2fec4..d206a9559d8 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Nodes.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Nodes.g.cs @@ -38,7 +38,7 @@ internal NodesNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Removes the archived repositories metering information present in the cluster. + /// You can use this API to clear the archived repositories metering information in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -49,7 +49,7 @@ public virtual ClearRepositoriesMeteringArchiveResponse ClearRepositoriesMeterin } /// - /// Removes the archived repositories metering information present in the cluster. + /// You can use this API to clear the archived repositories metering information in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearRepositoriesMeteringArchiveAsync(ClearRepositoriesMeteringArchiveRequest request, CancellationToken cancellationToken = default) @@ -59,7 +59,7 @@ public virtual Task ClearRepositoriesM } /// - /// Removes the archived repositories metering information present in the cluster. + /// You can use this API to clear the archived repositories metering information in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -70,7 +70,7 @@ public virtual ClearRepositoriesMeteringArchiveResponse ClearRepositoriesMeterin } /// - /// Removes the archived repositories metering information present in the cluster. + /// You can use this API to clear the archived repositories metering information in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -82,7 +82,7 @@ public virtual ClearRepositoriesMeteringArchiveResponse ClearRepositoriesMeterin } /// - /// Removes the archived repositories metering information present in the cluster. + /// You can use this API to clear the archived repositories metering information in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -95,7 +95,7 @@ public virtual ClearRepositoriesMeteringArchiveResponse ClearRepositoriesMeterin } /// - /// Removes the archived repositories metering information present in the cluster. + /// You can use this API to clear the archived repositories metering information in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearRepositoriesMeteringArchiveAsync(ClearRepositoriesMeteringArchiveRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -105,7 +105,7 @@ public virtual Task ClearRepositoriesM } /// - /// Removes the archived repositories metering information present in the cluster. + /// You can use this API to clear the archived repositories metering information in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearRepositoriesMeteringArchiveAsync(Elastic.Clients.Elasticsearch.NodeIds nodeId, long maxArchiveVersion, CancellationToken cancellationToken = default) @@ -116,7 +116,7 @@ public virtual Task ClearRepositoriesM } /// - /// Removes the archived repositories metering information present in the cluster. + /// You can use this API to clear the archived repositories metering information in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearRepositoriesMeteringArchiveAsync(Elastic.Clients.Elasticsearch.NodeIds nodeId, long maxArchiveVersion, Action configureRequest, CancellationToken cancellationToken = default) @@ -128,7 +128,7 @@ public virtual Task ClearRepositoriesM } /// - /// Returns cluster repositories metering information. + /// You can use the cluster repositories metering API to retrieve repositories metering information in a cluster.
This API exposes monotonically non-decreasing counters and it’s expected that clients would durably store the
information needed to compute aggregations over a period of time. Additionally, the information exposed by this
API is volatile, meaning that it won’t be present after node restarts.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -139,7 +139,7 @@ public virtual GetRepositoriesMeteringInfoResponse GetRepositoriesMeteringInfo(G } /// - /// Returns cluster repositories metering information. + /// You can use the cluster repositories metering API to retrieve repositories metering information in a cluster.
This API exposes monotonically non-decreasing counters and it’s expected that clients would durably store the
information needed to compute aggregations over a period of time. Additionally, the information exposed by this
API is volatile, meaning that it won’t be present after node restarts.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRepositoriesMeteringInfoAsync(GetRepositoriesMeteringInfoRequest request, CancellationToken cancellationToken = default) @@ -149,7 +149,7 @@ public virtual Task GetRepositoriesMetering } /// - /// Returns cluster repositories metering information. + /// You can use the cluster repositories metering API to retrieve repositories metering information in a cluster.
This API exposes monotonically non-decreasing counters and it’s expected that clients would durably store the
information needed to compute aggregations over a period of time. Additionally, the information exposed by this
API is volatile, meaning that it won’t be present after node restarts.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -160,7 +160,7 @@ public virtual GetRepositoriesMeteringInfoResponse GetRepositoriesMeteringInfo(G } /// - /// Returns cluster repositories metering information. + /// You can use the cluster repositories metering API to retrieve repositories metering information in a cluster.
This API exposes monotonically non-decreasing counters and it’s expected that clients would durably store the
information needed to compute aggregations over a period of time. Additionally, the information exposed by this
API is volatile, meaning that it won’t be present after node restarts.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -172,7 +172,7 @@ public virtual GetRepositoriesMeteringInfoResponse GetRepositoriesMeteringInfo(E } /// - /// Returns cluster repositories metering information. + /// You can use the cluster repositories metering API to retrieve repositories metering information in a cluster.
This API exposes monotonically non-decreasing counters and it’s expected that clients would durably store the
information needed to compute aggregations over a period of time. Additionally, the information exposed by this
API is volatile, meaning that it won’t be present after node restarts.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -185,7 +185,7 @@ public virtual GetRepositoriesMeteringInfoResponse GetRepositoriesMeteringInfo(E } /// - /// Returns cluster repositories metering information. + /// You can use the cluster repositories metering API to retrieve repositories metering information in a cluster.
This API exposes monotonically non-decreasing counters and it’s expected that clients would durably store the
information needed to compute aggregations over a period of time. Additionally, the information exposed by this
API is volatile, meaning that it won’t be present after node restarts.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRepositoriesMeteringInfoAsync(GetRepositoriesMeteringInfoRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -195,7 +195,7 @@ public virtual Task GetRepositoriesMetering } /// - /// Returns cluster repositories metering information. + /// You can use the cluster repositories metering API to retrieve repositories metering information in a cluster.
This API exposes monotonically non-decreasing counters and it’s expected that clients would durably store the
information needed to compute aggregations over a period of time. Additionally, the information exposed by this
API is volatile, meaning that it won’t be present after node restarts.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRepositoriesMeteringInfoAsync(Elastic.Clients.Elasticsearch.NodeIds nodeId, CancellationToken cancellationToken = default) @@ -206,7 +206,7 @@ public virtual Task GetRepositoriesMetering } /// - /// Returns cluster repositories metering information. + /// You can use the cluster repositories metering API to retrieve repositories metering information in a cluster.
This API exposes monotonically non-decreasing counters and it’s expected that clients would durably store the
information needed to compute aggregations over a period of time. Additionally, the information exposed by this
API is volatile, meaning that it won’t be present after node restarts.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task GetRepositoriesMeteringInfoAsync(Elastic.Clients.Elasticsearch.NodeIds nodeId, Action configureRequest, CancellationToken cancellationToken = default) @@ -218,8 +218,8 @@ public virtual Task GetRepositoriesMetering } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HotThreadsResponse HotThreads(HotThreadsRequest request) @@ -229,8 +229,8 @@ public virtual HotThreadsResponse HotThreads(HotThreadsRequest request) } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HotThreadsAsync(HotThreadsRequest request, CancellationToken cancellationToken = default) { @@ -239,8 +239,8 @@ public virtual Task HotThreadsAsync(HotThreadsRequest reques } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HotThreadsResponse HotThreads(HotThreadsRequestDescriptor descriptor) @@ -250,8 +250,8 @@ public virtual HotThreadsResponse HotThreads(HotThreadsRequestDescriptor descrip } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HotThreadsResponse HotThreads(Elastic.Clients.Elasticsearch.NodeIds? nodeId) @@ -262,8 +262,8 @@ public virtual HotThreadsResponse HotThreads(Elastic.Clients.Elasticsearch.NodeI } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HotThreadsResponse HotThreads(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Action configureRequest) @@ -275,8 +275,8 @@ public virtual HotThreadsResponse HotThreads(Elastic.Clients.Elasticsearch.NodeI } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HotThreadsResponse HotThreads() @@ -287,8 +287,8 @@ public virtual HotThreadsResponse HotThreads() } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual HotThreadsResponse HotThreads(Action configureRequest) @@ -300,8 +300,8 @@ public virtual HotThreadsResponse HotThreads(Action } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HotThreadsAsync(HotThreadsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -310,8 +310,8 @@ public virtual Task HotThreadsAsync(HotThreadsRequestDescrip } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HotThreadsAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, CancellationToken cancellationToken = default) { @@ -321,8 +321,8 @@ public virtual Task HotThreadsAsync(Elastic.Clients.Elastics } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HotThreadsAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -333,8 +333,8 @@ public virtual Task HotThreadsAsync(Elastic.Clients.Elastics } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HotThreadsAsync(CancellationToken cancellationToken = default) { @@ -344,8 +344,8 @@ public virtual Task HotThreadsAsync(CancellationToken cancel } /// - /// Returns information about hot threads on each node in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// This API yields a breakdown of the hot threads on each selected node in the cluster.
The output is plain text with a breakdown of each node’s top hot threads.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task HotThreadsAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -356,8 +356,8 @@ public virtual Task HotThreadsAsync(Action - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesInfoResponse Info(NodesInfoRequest request) @@ -367,8 +367,8 @@ public virtual NodesInfoResponse Info(NodesInfoRequest request) } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(NodesInfoRequest request, CancellationToken cancellationToken = default) { @@ -377,8 +377,8 @@ public virtual Task InfoAsync(NodesInfoRequest request, Cance } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesInfoResponse Info(NodesInfoRequestDescriptor descriptor) @@ -388,8 +388,8 @@ public virtual NodesInfoResponse Info(NodesInfoRequestDescriptor descriptor) } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesInfoResponse Info(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric) @@ -400,8 +400,8 @@ public virtual NodesInfoResponse Info(Elastic.Clients.Elasticsearch.NodeIds? nod } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesInfoResponse Info(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, Action configureRequest) @@ -413,8 +413,8 @@ public virtual NodesInfoResponse Info(Elastic.Clients.Elasticsearch.NodeIds? nod } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesInfoResponse Info() @@ -425,8 +425,8 @@ public virtual NodesInfoResponse Info() } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesInfoResponse Info(Action configureRequest) @@ -438,8 +438,8 @@ public virtual NodesInfoResponse Info(Action configu } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(NodesInfoRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -448,8 +448,8 @@ public virtual Task InfoAsync(NodesInfoRequestDescriptor desc } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, CancellationToken cancellationToken = default) { @@ -459,8 +459,8 @@ public virtual Task InfoAsync(Elastic.Clients.Elasticsearch.N } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, Action configureRequest, CancellationToken cancellationToken = default) { @@ -471,8 +471,8 @@ public virtual Task InfoAsync(Elastic.Clients.Elasticsearch.N } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(CancellationToken cancellationToken = default) { @@ -482,8 +482,8 @@ public virtual Task InfoAsync(CancellationToken cancellationT } /// - /// Returns information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes information. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -494,7 +494,7 @@ public virtual Task InfoAsync(Action - /// Reloads secure settings. + /// Reloads the keystore on nodes in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -505,7 +505,7 @@ public virtual ReloadSecureSettingsResponse ReloadSecureSettings(ReloadSecureSet } /// - /// Reloads secure settings. + /// Reloads the keystore on nodes in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReloadSecureSettingsAsync(ReloadSecureSettingsRequest request, CancellationToken cancellationToken = default) @@ -515,7 +515,7 @@ public virtual Task ReloadSecureSettingsAsync(Relo } /// - /// Reloads secure settings. + /// Reloads the keystore on nodes in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -526,7 +526,7 @@ public virtual ReloadSecureSettingsResponse ReloadSecureSettings(ReloadSecureSet } /// - /// Reloads secure settings. + /// Reloads the keystore on nodes in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -538,7 +538,7 @@ public virtual ReloadSecureSettingsResponse ReloadSecureSettings(Elastic.Clients } /// - /// Reloads secure settings. + /// Reloads the keystore on nodes in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -551,7 +551,7 @@ public virtual ReloadSecureSettingsResponse ReloadSecureSettings(Elastic.Clients } /// - /// Reloads secure settings. + /// Reloads the keystore on nodes in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -563,7 +563,7 @@ public virtual ReloadSecureSettingsResponse ReloadSecureSettings() } /// - /// Reloads secure settings. + /// Reloads the keystore on nodes in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -576,7 +576,7 @@ public virtual ReloadSecureSettingsResponse ReloadSecureSettings(Action - /// Reloads secure settings. + /// Reloads the keystore on nodes in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReloadSecureSettingsAsync(ReloadSecureSettingsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -586,7 +586,7 @@ public virtual Task ReloadSecureSettingsAsync(Relo } /// - /// Reloads secure settings. + /// Reloads the keystore on nodes in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReloadSecureSettingsAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, CancellationToken cancellationToken = default) @@ -597,7 +597,7 @@ public virtual Task ReloadSecureSettingsAsync(Elas } /// - /// Reloads secure settings. + /// Reloads the keystore on nodes in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReloadSecureSettingsAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Action configureRequest, CancellationToken cancellationToken = default) @@ -609,7 +609,7 @@ public virtual Task ReloadSecureSettingsAsync(Elas } /// - /// Reloads secure settings. + /// Reloads the keystore on nodes in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReloadSecureSettingsAsync(CancellationToken cancellationToken = default) @@ -620,7 +620,7 @@ public virtual Task ReloadSecureSettingsAsync(Canc } /// - /// Reloads secure settings. + /// Reloads the keystore on nodes in the cluster. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReloadSecureSettingsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -632,8 +632,8 @@ public virtual Task ReloadSecureSettingsAsync(Acti } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesStatsResponse Stats(NodesStatsRequest request) @@ -643,8 +643,8 @@ public virtual NodesStatsResponse Stats(NodesStatsRequest request) } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(NodesStatsRequest request, CancellationToken cancellationToken = default) { @@ -653,8 +653,8 @@ public virtual Task StatsAsync(NodesStatsRequest request, Ca } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesStatsResponse Stats(NodesStatsRequestDescriptor descriptor) @@ -664,8 +664,8 @@ public virtual NodesStatsResponse Stats(NodesStatsRequestDescriptor - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesStatsResponse Stats(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, Elastic.Clients.Elasticsearch.Metrics? indexMetric) @@ -676,8 +676,8 @@ public virtual NodesStatsResponse Stats(Elastic.Clients.Elasticsearch } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesStatsResponse Stats(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, Elastic.Clients.Elasticsearch.Metrics? indexMetric, Action> configureRequest) @@ -689,8 +689,8 @@ public virtual NodesStatsResponse Stats(Elastic.Clients.Elasticsearch } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesStatsResponse Stats() @@ -701,8 +701,8 @@ public virtual NodesStatsResponse Stats() } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesStatsResponse Stats(Action> configureRequest) @@ -714,8 +714,8 @@ public virtual NodesStatsResponse Stats(Action - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesStatsResponse Stats(NodesStatsRequestDescriptor descriptor) @@ -725,8 +725,8 @@ public virtual NodesStatsResponse Stats(NodesStatsRequestDescriptor descriptor) } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesStatsResponse Stats(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, Elastic.Clients.Elasticsearch.Metrics? indexMetric) @@ -737,8 +737,8 @@ public virtual NodesStatsResponse Stats(Elastic.Clients.Elasticsearch.NodeIds? n } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesStatsResponse Stats(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, Elastic.Clients.Elasticsearch.Metrics? indexMetric, Action configureRequest) @@ -750,8 +750,8 @@ public virtual NodesStatsResponse Stats(Elastic.Clients.Elasticsearch.NodeIds? n } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesStatsResponse Stats() @@ -762,8 +762,8 @@ public virtual NodesStatsResponse Stats() } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesStatsResponse Stats(Action configureRequest) @@ -775,8 +775,8 @@ public virtual NodesStatsResponse Stats(Action conf } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(NodesStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -785,8 +785,8 @@ public virtual Task StatsAsync(NodesStatsRequestD } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, Elastic.Clients.Elasticsearch.Metrics? indexMetric, CancellationToken cancellationToken = default) { @@ -796,8 +796,8 @@ public virtual Task StatsAsync(Elastic.Clients.El } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, Elastic.Clients.Elasticsearch.Metrics? indexMetric, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -808,8 +808,8 @@ public virtual Task StatsAsync(Elastic.Clients.El } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(CancellationToken cancellationToken = default) { @@ -819,8 +819,8 @@ public virtual Task StatsAsync(CancellationToken } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -831,8 +831,8 @@ public virtual Task StatsAsync(Action - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(NodesStatsRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -841,8 +841,8 @@ public virtual Task StatsAsync(NodesStatsRequestDescriptor d } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, Elastic.Clients.Elasticsearch.Metrics? indexMetric, CancellationToken cancellationToken = default) { @@ -852,8 +852,8 @@ public virtual Task StatsAsync(Elastic.Clients.Elasticsearch } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, Elastic.Clients.Elasticsearch.Metrics? indexMetric, Action configureRequest, CancellationToken cancellationToken = default) { @@ -864,8 +864,8 @@ public virtual Task StatsAsync(Elastic.Clients.Elasticsearch } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(CancellationToken cancellationToken = default) { @@ -875,8 +875,8 @@ public virtual Task StatsAsync(CancellationToken cancellatio } /// - /// Returns statistical information about nodes in the cluster. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns cluster nodes statistics. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task StatsAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -887,8 +887,8 @@ public virtual Task StatsAsync(Action - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesUsageResponse Usage(NodesUsageRequest request) @@ -898,8 +898,8 @@ public virtual NodesUsageResponse Usage(NodesUsageRequest request) } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(NodesUsageRequest request, CancellationToken cancellationToken = default) { @@ -908,8 +908,8 @@ public virtual Task UsageAsync(NodesUsageRequest request, Ca } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesUsageResponse Usage(NodesUsageRequestDescriptor descriptor) @@ -919,8 +919,8 @@ public virtual NodesUsageResponse Usage(NodesUsageRequestDescriptor descriptor) } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesUsageResponse Usage(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric) @@ -931,8 +931,8 @@ public virtual NodesUsageResponse Usage(Elastic.Clients.Elasticsearch.NodeIds? n } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesUsageResponse Usage(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, Action configureRequest) @@ -944,8 +944,8 @@ public virtual NodesUsageResponse Usage(Elastic.Clients.Elasticsearch.NodeIds? n } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesUsageResponse Usage() @@ -956,8 +956,8 @@ public virtual NodesUsageResponse Usage() } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual NodesUsageResponse Usage(Action configureRequest) @@ -969,8 +969,8 @@ public virtual NodesUsageResponse Usage(Action conf } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(NodesUsageRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -979,8 +979,8 @@ public virtual Task UsageAsync(NodesUsageRequestDescriptor d } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, CancellationToken cancellationToken = default) { @@ -990,8 +990,8 @@ public virtual Task UsageAsync(Elastic.Clients.Elasticsearch } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(Elastic.Clients.Elasticsearch.NodeIds? nodeId, Elastic.Clients.Elasticsearch.Metrics? metric, Action configureRequest, CancellationToken cancellationToken = default) { @@ -1002,8 +1002,8 @@ public virtual Task UsageAsync(Elastic.Clients.Elasticsearch } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(CancellationToken cancellationToken = default) { @@ -1013,8 +1013,8 @@ public virtual Task UsageAsync(CancellationToken cancellatio } /// - /// Returns low-level information about REST actions usage on nodes. - /// Learn more about this API in the Elasticsearch documentation. + /// Returns information on the usage of features. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(Action configureRequest, CancellationToken cancellationToken = default) { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.QueryRuleset.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.QueryRuleset.g.cs index a089df468fa..76a626ce758 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.QueryRuleset.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.QueryRuleset.g.cs @@ -128,7 +128,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elas } /// - /// Returns the details about a query ruleset. + /// Returns the details about a query ruleset /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -139,7 +139,7 @@ public virtual GetQueryRulesetResponse Get(GetQueryRulesetRequest request) } /// - /// Returns the details about a query ruleset. + /// Returns the details about a query ruleset /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(GetQueryRulesetRequest request, CancellationToken cancellationToken = default) @@ -149,7 +149,7 @@ public virtual Task GetAsync(GetQueryRulesetRequest req } /// - /// Returns the details about a query ruleset. + /// Returns the details about a query ruleset /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -160,7 +160,7 @@ public virtual GetQueryRulesetResponse Get(GetQueryRulesetRequestDescriptor desc } /// - /// Returns the details about a query ruleset. + /// Returns the details about a query ruleset /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -172,7 +172,7 @@ public virtual GetQueryRulesetResponse Get(Elastic.Clients.Elasticsearch.Id rule } /// - /// Returns the details about a query ruleset. + /// Returns the details about a query ruleset /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -185,7 +185,7 @@ public virtual GetQueryRulesetResponse Get(Elastic.Clients.Elasticsearch.Id rule } /// - /// Returns the details about a query ruleset. + /// Returns the details about a query ruleset /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(GetQueryRulesetRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -195,7 +195,7 @@ public virtual Task GetAsync(GetQueryRulesetRequestDesc } /// - /// Returns the details about a query ruleset. + /// Returns the details about a query ruleset /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Id rulesetId, CancellationToken cancellationToken = default) @@ -206,7 +206,7 @@ public virtual Task GetAsync(Elastic.Clients.Elasticsea } /// - /// Returns the details about a query ruleset. + /// Returns the details about a query ruleset /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Id rulesetId, Action configureRequest, CancellationToken cancellationToken = default) @@ -218,7 +218,7 @@ public virtual Task GetAsync(Elastic.Clients.Elasticsea } /// - /// Lists query rulesets. + /// Returns summarized information about existing query rulesets. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -229,7 +229,7 @@ public virtual ListResponse List(ListRequest request) } /// - /// Lists query rulesets. + /// Returns summarized information about existing query rulesets. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ListAsync(ListRequest request, CancellationToken cancellationToken = default) @@ -239,7 +239,7 @@ public virtual Task ListAsync(ListRequest request, CancellationTok } /// - /// Lists query rulesets. + /// Returns summarized information about existing query rulesets. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -250,7 +250,7 @@ public virtual ListResponse List(ListRequestDescriptor descriptor) } /// - /// Lists query rulesets. + /// Returns summarized information about existing query rulesets. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -262,7 +262,7 @@ public virtual ListResponse List() } /// - /// Lists query rulesets. + /// Returns summarized information about existing query rulesets. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -275,7 +275,7 @@ public virtual ListResponse List(Action configureRequest) } /// - /// Lists query rulesets. + /// Returns summarized information about existing query rulesets. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ListAsync(ListRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -285,7 +285,7 @@ public virtual Task ListAsync(ListRequestDescriptor descriptor, Ca } /// - /// Lists query rulesets. + /// Returns summarized information about existing query rulesets. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ListAsync(CancellationToken cancellationToken = default) @@ -296,7 +296,7 @@ public virtual Task ListAsync(CancellationToken cancellationToken } /// - /// Lists query rulesets. + /// Returns summarized information about existing query rulesets. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ListAsync(Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Rollup.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Rollup.g.cs index fcaa67fa28b..24fb17490d3 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Rollup.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Rollup.g.cs @@ -707,7 +707,7 @@ public virtual Task GetRollupCapsAsync(Action - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -718,7 +718,7 @@ public virtual GetRollupIndexCapsResponse GetRollupIndexCaps(GetRollupIndexCapsR } /// - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetRollupIndexCapsAsync(GetRollupIndexCapsRequest request, CancellationToken cancellationToken = default) @@ -728,7 +728,7 @@ public virtual Task GetRollupIndexCapsAsync(GetRollu } /// - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -739,7 +739,7 @@ public virtual GetRollupIndexCapsResponse GetRollupIndexCaps(GetRollu } /// - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -751,7 +751,7 @@ public virtual GetRollupIndexCapsResponse GetRollupIndexCaps(Elastic. } /// - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -764,7 +764,7 @@ public virtual GetRollupIndexCapsResponse GetRollupIndexCaps(Elastic. } /// - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -775,7 +775,7 @@ public virtual GetRollupIndexCapsResponse GetRollupIndexCaps(GetRollupIndexCapsR } /// - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -787,7 +787,7 @@ public virtual GetRollupIndexCapsResponse GetRollupIndexCaps(Elastic.Clients.Ela } /// - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -800,7 +800,7 @@ public virtual GetRollupIndexCapsResponse GetRollupIndexCaps(Elastic.Clients.Ela } /// - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetRollupIndexCapsAsync(GetRollupIndexCapsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -810,7 +810,7 @@ public virtual Task GetRollupIndexCapsAsync - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetRollupIndexCapsAsync(Elastic.Clients.Elasticsearch.Ids index, CancellationToken cancellationToken = default) @@ -821,7 +821,7 @@ public virtual Task GetRollupIndexCapsAsync - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetRollupIndexCapsAsync(Elastic.Clients.Elasticsearch.Ids index, Action> configureRequest, CancellationToken cancellationToken = default) @@ -833,7 +833,7 @@ public virtual Task GetRollupIndexCapsAsync - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetRollupIndexCapsAsync(GetRollupIndexCapsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -843,7 +843,7 @@ public virtual Task GetRollupIndexCapsAsync(GetRollu } /// - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetRollupIndexCapsAsync(Elastic.Clients.Elasticsearch.Ids index, CancellationToken cancellationToken = default) @@ -854,7 +854,7 @@ public virtual Task GetRollupIndexCapsAsync(Elastic. } /// - /// Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored). + /// Returns the rollup capabilities of all jobs inside of a rollup index (for example, the index where rollup data is stored). /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetRollupIndexCapsAsync(Elastic.Clients.Elasticsearch.Ids index, Action configureRequest, CancellationToken cancellationToken = default) @@ -1025,7 +1025,7 @@ public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Id } /// - /// Enables searching rolled-up data using the standard query DSL. + /// Enables searching rolled-up data using the standard Query DSL. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1036,7 +1036,7 @@ public virtual RollupSearchResponse RollupSearch(RollupSea } /// - /// Enables searching rolled-up data using the standard query DSL. + /// Enables searching rolled-up data using the standard Query DSL. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> RollupSearchAsync(RollupSearchRequest request, CancellationToken cancellationToken = default) @@ -1046,7 +1046,7 @@ public virtual Task> RollupSearchAsync - /// Enables searching rolled-up data using the standard query DSL. + /// Enables searching rolled-up data using the standard Query DSL. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1057,7 +1057,7 @@ public virtual RollupSearchResponse RollupSearch(RollupSea } /// - /// Enables searching rolled-up data using the standard query DSL. + /// Enables searching rolled-up data using the standard Query DSL. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1069,7 +1069,7 @@ public virtual RollupSearchResponse RollupSearch(Elastic.C } /// - /// Enables searching rolled-up data using the standard query DSL. + /// Enables searching rolled-up data using the standard Query DSL. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1082,7 +1082,7 @@ public virtual RollupSearchResponse RollupSearch(Elastic.C } /// - /// Enables searching rolled-up data using the standard query DSL. + /// Enables searching rolled-up data using the standard Query DSL. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1094,7 +1094,7 @@ public virtual RollupSearchResponse RollupSearch() } /// - /// Enables searching rolled-up data using the standard query DSL. + /// Enables searching rolled-up data using the standard Query DSL. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1107,7 +1107,7 @@ public virtual RollupSearchResponse RollupSearch(Action - /// Enables searching rolled-up data using the standard query DSL. + /// Enables searching rolled-up data using the standard Query DSL. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> RollupSearchAsync(RollupSearchRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1117,7 +1117,7 @@ public virtual Task> RollupSearchAsync - /// Enables searching rolled-up data using the standard query DSL. + /// Enables searching rolled-up data using the standard Query DSL. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> RollupSearchAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -1128,7 +1128,7 @@ public virtual Task> RollupSearchAsync - /// Enables searching rolled-up data using the standard query DSL. + /// Enables searching rolled-up data using the standard Query DSL. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> RollupSearchAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1140,7 +1140,7 @@ public virtual Task> RollupSearchAsync - /// Enables searching rolled-up data using the standard query DSL. + /// Enables searching rolled-up data using the standard Query DSL. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> RollupSearchAsync(CancellationToken cancellationToken = default) @@ -1151,7 +1151,7 @@ public virtual Task> RollupSearchAsync - /// Enables searching rolled-up data using the standard query DSL. + /// Enables searching rolled-up data using the standard Query DSL. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> RollupSearchAsync(Action> configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.SearchApplication.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.SearchApplication.g.cs index 1eca7f733aa..c7a1ca9b004 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.SearchApplication.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.SearchApplication.g.cs @@ -218,7 +218,7 @@ public virtual Task DeleteBehavioralAnalytics } /// - /// Returns the details about a search application. + /// Returns the details about a search application /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -229,7 +229,7 @@ public virtual GetSearchApplicationResponse Get(GetSearchApplicationRequest requ } /// - /// Returns the details about a search application. + /// Returns the details about a search application /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(GetSearchApplicationRequest request, CancellationToken cancellationToken = default) @@ -239,7 +239,7 @@ public virtual Task GetAsync(GetSearchApplicationR } /// - /// Returns the details about a search application. + /// Returns the details about a search application /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -250,7 +250,7 @@ public virtual GetSearchApplicationResponse Get(GetSearchApplicationRequestDescr } /// - /// Returns the details about a search application. + /// Returns the details about a search application /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -262,7 +262,7 @@ public virtual GetSearchApplicationResponse Get(Elastic.Clients.Elasticsearch.Na } /// - /// Returns the details about a search application. + /// Returns the details about a search application /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -275,7 +275,7 @@ public virtual GetSearchApplicationResponse Get(Elastic.Clients.Elasticsearch.Na } /// - /// Returns the details about a search application. + /// Returns the details about a search application /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(GetSearchApplicationRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -285,7 +285,7 @@ public virtual Task GetAsync(GetSearchApplicationR } /// - /// Returns the details about a search application. + /// Returns the details about a search application /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) @@ -296,7 +296,7 @@ public virtual Task GetAsync(Elastic.Clients.Elast } /// - /// Returns the details about a search application. + /// Returns the details about a search application /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) @@ -716,7 +716,7 @@ public virtual Task PutBehavioralAnalyticsAsync( } /// - /// Perform a search against a search application + /// Perform a search against a search application. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -727,7 +727,7 @@ public virtual SearchApplicationSearchResponse Search(Sear } /// - /// Perform a search against a search application + /// Perform a search against a search application. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchAsync(SearchApplicationSearchRequest request, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Snapshot.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Snapshot.g.cs index 4e4b47d9727..3e63779df81 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Snapshot.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Snapshot.g.cs @@ -38,7 +38,7 @@ internal SnapshotNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Removes stale data from repository. + /// Triggers the review of a snapshot repository’s contents and deletes any stale data not referenced by existing snapshots. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -49,7 +49,7 @@ public virtual CleanupRepositoryResponse CleanupRepository(CleanupRepositoryRequ } /// - /// Removes stale data from repository. + /// Triggers the review of a snapshot repository’s contents and deletes any stale data not referenced by existing snapshots. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CleanupRepositoryAsync(CleanupRepositoryRequest request, CancellationToken cancellationToken = default) @@ -59,7 +59,7 @@ public virtual Task CleanupRepositoryAsync(CleanupRep } /// - /// Removes stale data from repository. + /// Triggers the review of a snapshot repository’s contents and deletes any stale data not referenced by existing snapshots. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -70,7 +70,7 @@ public virtual CleanupRepositoryResponse CleanupRepository(CleanupRepositoryRequ } /// - /// Removes stale data from repository. + /// Triggers the review of a snapshot repository’s contents and deletes any stale data not referenced by existing snapshots. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -82,7 +82,7 @@ public virtual CleanupRepositoryResponse CleanupRepository(Elastic.Clients.Elast } /// - /// Removes stale data from repository. + /// Triggers the review of a snapshot repository’s contents and deletes any stale data not referenced by existing snapshots. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -95,7 +95,7 @@ public virtual CleanupRepositoryResponse CleanupRepository(Elastic.Clients.Elast } /// - /// Removes stale data from repository. + /// Triggers the review of a snapshot repository’s contents and deletes any stale data not referenced by existing snapshots. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CleanupRepositoryAsync(CleanupRepositoryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -105,7 +105,7 @@ public virtual Task CleanupRepositoryAsync(CleanupRep } /// - /// Removes stale data from repository. + /// Triggers the review of a snapshot repository’s contents and deletes any stale data not referenced by existing snapshots. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CleanupRepositoryAsync(Elastic.Clients.Elasticsearch.Name name, CancellationToken cancellationToken = default) @@ -116,7 +116,7 @@ public virtual Task CleanupRepositoryAsync(Elastic.Cl } /// - /// Removes stale data from repository. + /// Triggers the review of a snapshot repository’s contents and deletes any stale data not referenced by existing snapshots. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CleanupRepositoryAsync(Elastic.Clients.Elasticsearch.Name name, Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Synonyms.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Synonyms.g.cs index 21822088bf7..fcc19ce2c2f 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Synonyms.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Synonyms.g.cs @@ -626,7 +626,7 @@ public virtual Task GetSynonymsSetsAsync(Action - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -637,7 +637,7 @@ public virtual PutSynonymResponse PutSynonym(PutSynonymRequest request) } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(PutSynonymRequest request, CancellationToken cancellationToken = default) @@ -647,7 +647,7 @@ public virtual Task PutSynonymAsync(PutSynonymRequest reques } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -658,7 +658,7 @@ public virtual PutSynonymResponse PutSynonym(PutSynonymRequestDescrip } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -670,7 +670,7 @@ public virtual PutSynonymResponse PutSynonym(Elastic.Clients.Elastics } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -683,7 +683,7 @@ public virtual PutSynonymResponse PutSynonym(Elastic.Clients.Elastics } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -694,7 +694,7 @@ public virtual PutSynonymResponse PutSynonym(PutSynonymRequestDescriptor descrip } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -706,7 +706,7 @@ public virtual PutSynonymResponse PutSynonym(Elastic.Clients.Elasticsearch.Id id } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -719,7 +719,7 @@ public virtual PutSynonymResponse PutSynonym(Elastic.Clients.Elasticsearch.Id id } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(PutSynonymRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -729,7 +729,7 @@ public virtual Task PutSynonymAsync(PutSynonymReq } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -740,7 +740,7 @@ public virtual Task PutSynonymAsync(Elastic.Clien } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -752,7 +752,7 @@ public virtual Task PutSynonymAsync(Elastic.Clien } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(PutSynonymRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -762,7 +762,7 @@ public virtual Task PutSynonymAsync(PutSynonymRequestDescrip } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -773,7 +773,7 @@ public virtual Task PutSynonymAsync(Elastic.Clients.Elastics } /// - /// Creates or updates a synonyms set + /// Creates or updates a synonym set. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutSynonymAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Tasks.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Tasks.g.cs index 87fb09b9f03..b7852c007c9 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Tasks.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Tasks.g.cs @@ -39,7 +39,7 @@ internal TasksNamespacedClient(ElasticsearchClient client) : base(client) /// /// Cancels a task, if it can be cancelled through an API. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CancelResponse Cancel(CancelRequest request) @@ -50,7 +50,7 @@ public virtual CancelResponse Cancel(CancelRequest request) /// /// Cancels a task, if it can be cancelled through an API. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CancelAsync(CancelRequest request, CancellationToken cancellationToken = default) { @@ -60,7 +60,7 @@ public virtual Task CancelAsync(CancelRequest request, Cancellat /// /// Cancels a task, if it can be cancelled through an API. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CancelResponse Cancel(CancelRequestDescriptor descriptor) @@ -71,7 +71,7 @@ public virtual CancelResponse Cancel(CancelRequestDescriptor descriptor) /// /// Cancels a task, if it can be cancelled through an API. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CancelResponse Cancel(Elastic.Clients.Elasticsearch.TaskId? taskId) @@ -83,7 +83,7 @@ public virtual CancelResponse Cancel(Elastic.Clients.Elasticsearch.TaskId? taskI /// /// Cancels a task, if it can be cancelled through an API. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CancelResponse Cancel(Elastic.Clients.Elasticsearch.TaskId? taskId, Action configureRequest) @@ -96,7 +96,7 @@ public virtual CancelResponse Cancel(Elastic.Clients.Elasticsearch.TaskId? taskI /// /// Cancels a task, if it can be cancelled through an API. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CancelResponse Cancel() @@ -108,7 +108,7 @@ public virtual CancelResponse Cancel() /// /// Cancels a task, if it can be cancelled through an API. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual CancelResponse Cancel(Action configureRequest) @@ -121,7 +121,7 @@ public virtual CancelResponse Cancel(Action configureRe /// /// Cancels a task, if it can be cancelled through an API. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CancelAsync(CancelRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -131,7 +131,7 @@ public virtual Task CancelAsync(CancelRequestDescriptor descript /// /// Cancels a task, if it can be cancelled through an API. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CancelAsync(Elastic.Clients.Elasticsearch.TaskId? taskId, CancellationToken cancellationToken = default) { @@ -142,7 +142,7 @@ public virtual Task CancelAsync(Elastic.Clients.Elasticsearch.Ta /// /// Cancels a task, if it can be cancelled through an API. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CancelAsync(Elastic.Clients.Elasticsearch.TaskId? taskId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -154,7 +154,7 @@ public virtual Task CancelAsync(Elastic.Clients.Elasticsearch.Ta /// /// Cancels a task, if it can be cancelled through an API. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CancelAsync(CancellationToken cancellationToken = default) { @@ -165,7 +165,7 @@ public virtual Task CancelAsync(CancellationToken cancellationTo /// /// Cancels a task, if it can be cancelled through an API. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task CancelAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -177,7 +177,7 @@ public virtual Task CancelAsync(Action /// /// Returns information about a task. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetTasksResponse Get(GetTasksRequest request) @@ -188,7 +188,7 @@ public virtual GetTasksResponse Get(GetTasksRequest request) /// /// Returns information about a task. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(GetTasksRequest request, CancellationToken cancellationToken = default) { @@ -198,7 +198,7 @@ public virtual Task GetAsync(GetTasksRequest request, Cancella /// /// Returns information about a task. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetTasksResponse Get(GetTasksRequestDescriptor descriptor) @@ -209,7 +209,7 @@ public virtual GetTasksResponse Get(GetTasksRequestDescriptor descriptor) /// /// Returns information about a task. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetTasksResponse Get(Elastic.Clients.Elasticsearch.Id taskId) @@ -221,7 +221,7 @@ public virtual GetTasksResponse Get(Elastic.Clients.Elasticsearch.Id taskId) /// /// Returns information about a task. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual GetTasksResponse Get(Elastic.Clients.Elasticsearch.Id taskId, Action configureRequest) @@ -234,7 +234,7 @@ public virtual GetTasksResponse Get(Elastic.Clients.Elasticsearch.Id taskId, Act /// /// Returns information about a task. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(GetTasksRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -244,7 +244,7 @@ public virtual Task GetAsync(GetTasksRequestDescriptor descrip /// /// Returns information about a task. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Id taskId, CancellationToken cancellationToken = default) { @@ -255,7 +255,7 @@ public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Id /// /// Returns information about a task. - /// Learn more about this API in the Elasticsearch documentation. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Id taskId, Action configureRequest, CancellationToken cancellationToken = default) { @@ -266,8 +266,8 @@ public virtual Task GetAsync(Elastic.Clients.Elasticsearch.Id } /// - /// Returns a list of tasks. - /// Learn more about this API in the Elasticsearch documentation. + /// The task management API returns information about tasks currently executing on one or more nodes in the cluster. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ListResponse List(ListRequest request) @@ -277,8 +277,8 @@ public virtual ListResponse List(ListRequest request) } /// - /// Returns a list of tasks. - /// Learn more about this API in the Elasticsearch documentation. + /// The task management API returns information about tasks currently executing on one or more nodes in the cluster. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ListAsync(ListRequest request, CancellationToken cancellationToken = default) { @@ -287,8 +287,8 @@ public virtual Task ListAsync(ListRequest request, CancellationTok } /// - /// Returns a list of tasks. - /// Learn more about this API in the Elasticsearch documentation. + /// The task management API returns information about tasks currently executing on one or more nodes in the cluster. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ListResponse List(ListRequestDescriptor descriptor) @@ -298,8 +298,8 @@ public virtual ListResponse List(ListRequestDescriptor descriptor) } /// - /// Returns a list of tasks. - /// Learn more about this API in the Elasticsearch documentation. + /// The task management API returns information about tasks currently executing on one or more nodes in the cluster. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ListResponse List() @@ -310,8 +310,8 @@ public virtual ListResponse List() } /// - /// Returns a list of tasks. - /// Learn more about this API in the Elasticsearch documentation. + /// The task management API returns information about tasks currently executing on one or more nodes in the cluster. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ListResponse List(Action configureRequest) @@ -323,8 +323,8 @@ public virtual ListResponse List(Action configureRequest) } /// - /// Returns a list of tasks. - /// Learn more about this API in the Elasticsearch documentation. + /// The task management API returns information about tasks currently executing on one or more nodes in the cluster. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ListAsync(ListRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -333,8 +333,8 @@ public virtual Task ListAsync(ListRequestDescriptor descriptor, Ca } /// - /// Returns a list of tasks. - /// Learn more about this API in the Elasticsearch documentation. + /// The task management API returns information about tasks currently executing on one or more nodes in the cluster. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ListAsync(CancellationToken cancellationToken = default) { @@ -344,8 +344,8 @@ public virtual Task ListAsync(CancellationToken cancellationToken } /// - /// Returns a list of tasks. - /// Learn more about this API in the Elasticsearch documentation. + /// The task management API returns information about tasks currently executing on one or more nodes in the cluster. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ListAsync(Action configureRequest, CancellationToken cancellationToken = default) { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Transform.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Transform.g.cs index d5aa47cb710..5af3b28c7a0 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Transform.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Transform.g.cs @@ -38,7 +38,7 @@ internal TransformManagementNamespacedClient(ElasticsearchClient client) : base( } /// - /// Deletes an existing transform. + /// Deletes a transform. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -49,7 +49,7 @@ public virtual DeleteTransformResponse DeleteTransform(DeleteTransformRequest re } /// - /// Deletes an existing transform. + /// Deletes a transform. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteTransformAsync(DeleteTransformRequest request, CancellationToken cancellationToken = default) @@ -59,7 +59,7 @@ public virtual Task DeleteTransformAsync(DeleteTransfor } /// - /// Deletes an existing transform. + /// Deletes a transform. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -70,7 +70,7 @@ public virtual DeleteTransformResponse DeleteTransform(DeleteTransformRequestDes } /// - /// Deletes an existing transform. + /// Deletes a transform. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -82,7 +82,7 @@ public virtual DeleteTransformResponse DeleteTransform(Elastic.Clients.Elasticse } /// - /// Deletes an existing transform. + /// Deletes a transform. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -95,7 +95,7 @@ public virtual DeleteTransformResponse DeleteTransform(Elastic.Clients.Elasticse } /// - /// Deletes an existing transform. + /// Deletes a transform. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteTransformAsync(DeleteTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -105,7 +105,7 @@ public virtual Task DeleteTransformAsync(DeleteTransfor } /// - /// Deletes an existing transform. + /// Deletes a transform. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, CancellationToken cancellationToken = default) @@ -116,7 +116,7 @@ public virtual Task DeleteTransformAsync(Elastic.Client } /// - /// Deletes an existing transform. + /// Deletes a transform. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, Action configureRequest, CancellationToken cancellationToken = default) @@ -357,6 +357,7 @@ public virtual Task GetTransformStatsAsync(Elastic.Cl /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -368,6 +369,7 @@ public virtual PreviewTransformResponse PreviewTransform /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> PreviewTransformAsync(PreviewTransformRequest request, CancellationToken cancellationToken = default) @@ -378,6 +380,7 @@ public virtual Task> PreviewTransformAsync< /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -389,6 +392,7 @@ public virtual PreviewTransformResponse PreviewTransform /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -401,6 +405,7 @@ public virtual PreviewTransformResponse PreviewTransform /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -414,6 +419,7 @@ public virtual PreviewTransformResponse PreviewTransform /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -426,6 +432,7 @@ public virtual PreviewTransformResponse PreviewTransform /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -439,6 +446,7 @@ public virtual PreviewTransformResponse PreviewTransform /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> PreviewTransformAsync(PreviewTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -449,6 +457,7 @@ public virtual Task> PreviewTransformAsync< /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> PreviewTransformAsync(Elastic.Clients.Elasticsearch.Id? transformId, CancellationToken cancellationToken = default) @@ -460,6 +469,7 @@ public virtual Task> PreviewTransformAsync< /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> PreviewTransformAsync(Elastic.Clients.Elasticsearch.Id? transformId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -472,6 +482,7 @@ public virtual Task> PreviewTransformAsync< /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> PreviewTransformAsync(CancellationToken cancellationToken = default) @@ -483,6 +494,7 @@ public virtual Task> PreviewTransformAsync< /// /// Previews a transform. + /// It returns a maximum of 100 results. The calculations are based on all the current data in the source index. It also
generates a list of mappings and settings for the destination index. These values are determined based on the field
types of the source index and the transform aggregations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> PreviewTransformAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -494,7 +506,11 @@ public virtual Task> PreviewTransformAsync< } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -505,7 +521,11 @@ public virtual PutTransformResponse PutTransform(PutTransformRequest request) } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(PutTransformRequest request, CancellationToken cancellationToken = default) @@ -515,7 +535,11 @@ public virtual Task PutTransformAsync(PutTransformRequest } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -526,7 +550,11 @@ public virtual PutTransformResponse PutTransform(PutTransformRequestD } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -538,7 +566,11 @@ public virtual PutTransformResponse PutTransform(Elastic.Clients.Elas } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -551,7 +583,11 @@ public virtual PutTransformResponse PutTransform(Elastic.Clients.Elas } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -562,7 +598,11 @@ public virtual PutTransformResponse PutTransform(PutTransformRequestDescriptor d } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -574,7 +614,11 @@ public virtual PutTransformResponse PutTransform(Elastic.Clients.Elasticsearch.I } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -587,7 +631,11 @@ public virtual PutTransformResponse PutTransform(Elastic.Clients.Elasticsearch.I } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(PutTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -597,7 +645,11 @@ public virtual Task PutTransformAsync(PutTransf } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, CancellationToken cancellationToken = default) @@ -608,7 +660,11 @@ public virtual Task PutTransformAsync(Elastic.C } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -620,7 +676,11 @@ public virtual Task PutTransformAsync(Elastic.C } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(PutTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -630,7 +690,11 @@ public virtual Task PutTransformAsync(PutTransformRequestD } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, CancellationToken cancellationToken = default) @@ -641,7 +705,11 @@ public virtual Task PutTransformAsync(Elastic.Clients.Elas } /// - /// Instantiates a transform. + /// Creates a transform. + /// A transform copies data from source indices, transforms it, and persists it into an entity-centric destination index. You can also think of the destination index as a two-dimensional tabular data structure (known as
a data frame). The ID for each document in the data frame is generated from a hash of the entity, so there is a
unique row per entity.
+ /// You must choose either the latest or pivot method for your transform; you cannot use both in a single transform. If
you choose to use the pivot method for your transform, the entities are defined by the set of `group_by` fields in
the pivot object. If you choose to use the latest method, the entities are defined by the `unique_key` field values
in the latest object.
+ /// You must have `create_index`, `index`, and `read` privileges on the destination index and `read` and
`view_index_metadata` privileges on the source indices. When Elasticsearch security features are enabled, the
transform remembers which roles the user that created it had at the time of creation and uses those same roles. If
those roles do not have the required privileges on the source and destination indices, the transform fails when it
attempts unauthorized operations.
+ /// NOTE: You must use Kibana or this API to create a transform. Do not add a transform directly into any
`.transform-internal*` indices using the Elasticsearch index API. If Elasticsearch security features are enabled, do
not give users any privileges on `.transform-internal*` indices. If you used transforms prior to 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task PutTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, Action configureRequest, CancellationToken cancellationToken = default) @@ -653,7 +721,7 @@ public virtual Task PutTransformAsync(Elastic.Clients.Elas } /// - /// Resets an existing transform. + /// Resets a transform.
Before you can reset it, you must stop it; alternatively, use the `force` query parameter.
If the destination index was created by the transform, it is deleted.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -664,7 +732,7 @@ public virtual ResetTransformResponse ResetTransform(ResetTransformRequest reque } /// - /// Resets an existing transform. + /// Resets a transform.
Before you can reset it, you must stop it; alternatively, use the `force` query parameter.
If the destination index was created by the transform, it is deleted.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetTransformAsync(ResetTransformRequest request, CancellationToken cancellationToken = default) @@ -674,7 +742,7 @@ public virtual Task ResetTransformAsync(ResetTransformRe } /// - /// Resets an existing transform. + /// Resets a transform.
Before you can reset it, you must stop it; alternatively, use the `force` query parameter.
If the destination index was created by the transform, it is deleted.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -685,7 +753,7 @@ public virtual ResetTransformResponse ResetTransform(ResetTransformRequestDescri } /// - /// Resets an existing transform. + /// Resets a transform.
Before you can reset it, you must stop it; alternatively, use the `force` query parameter.
If the destination index was created by the transform, it is deleted.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -697,7 +765,7 @@ public virtual ResetTransformResponse ResetTransform(Elastic.Clients.Elasticsear } /// - /// Resets an existing transform. + /// Resets a transform.
Before you can reset it, you must stop it; alternatively, use the `force` query parameter.
If the destination index was created by the transform, it is deleted.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -710,7 +778,7 @@ public virtual ResetTransformResponse ResetTransform(Elastic.Clients.Elasticsear } /// - /// Resets an existing transform. + /// Resets a transform.
Before you can reset it, you must stop it; alternatively, use the `force` query parameter.
If the destination index was created by the transform, it is deleted.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetTransformAsync(ResetTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -720,7 +788,7 @@ public virtual Task ResetTransformAsync(ResetTransformRe } /// - /// Resets an existing transform. + /// Resets a transform.
Before you can reset it, you must stop it; alternatively, use the `force` query parameter.
If the destination index was created by the transform, it is deleted.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, CancellationToken cancellationToken = default) @@ -731,7 +799,7 @@ public virtual Task ResetTransformAsync(Elastic.Clients. } /// - /// Resets an existing transform. + /// Resets a transform.
Before you can reset it, you must stop it; alternatively, use the `force` query parameter.
If the destination index was created by the transform, it is deleted.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ResetTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, Action configureRequest, CancellationToken cancellationToken = default) @@ -744,6 +812,7 @@ public virtual Task ResetTransformAsync(Elastic.Clients. /// /// Schedules now a transform. + /// If you _schedule_now a transform, it will process the new data instantly,
without waiting for the configured frequency interval. After _schedule_now API is called,
the transform will be processed again at now + frequency unless _schedule_now API
is called again in the meantime.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -755,6 +824,7 @@ public virtual ScheduleNowTransformResponse ScheduleNowTransform(ScheduleNowTran /// /// Schedules now a transform. + /// If you _schedule_now a transform, it will process the new data instantly,
without waiting for the configured frequency interval. After _schedule_now API is called,
the transform will be processed again at now + frequency unless _schedule_now API
is called again in the meantime.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ScheduleNowTransformAsync(ScheduleNowTransformRequest request, CancellationToken cancellationToken = default) @@ -765,6 +835,7 @@ public virtual Task ScheduleNowTransformAsync(Sche /// /// Schedules now a transform. + /// If you _schedule_now a transform, it will process the new data instantly,
without waiting for the configured frequency interval. After _schedule_now API is called,
the transform will be processed again at now + frequency unless _schedule_now API
is called again in the meantime.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -776,6 +847,7 @@ public virtual ScheduleNowTransformResponse ScheduleNowTransform(ScheduleNowTran /// /// Schedules now a transform. + /// If you _schedule_now a transform, it will process the new data instantly,
without waiting for the configured frequency interval. After _schedule_now API is called,
the transform will be processed again at now + frequency unless _schedule_now API
is called again in the meantime.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -788,6 +860,7 @@ public virtual ScheduleNowTransformResponse ScheduleNowTransform(Elastic.Clients /// /// Schedules now a transform. + /// If you _schedule_now a transform, it will process the new data instantly,
without waiting for the configured frequency interval. After _schedule_now API is called,
the transform will be processed again at now + frequency unless _schedule_now API
is called again in the meantime.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -801,6 +874,7 @@ public virtual ScheduleNowTransformResponse ScheduleNowTransform(Elastic.Clients /// /// Schedules now a transform. + /// If you _schedule_now a transform, it will process the new data instantly,
without waiting for the configured frequency interval. After _schedule_now API is called,
the transform will be processed again at now + frequency unless _schedule_now API
is called again in the meantime.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ScheduleNowTransformAsync(ScheduleNowTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -811,6 +885,7 @@ public virtual Task ScheduleNowTransformAsync(Sche /// /// Schedules now a transform. + /// If you _schedule_now a transform, it will process the new data instantly,
without waiting for the configured frequency interval. After _schedule_now API is called,
the transform will be processed again at now + frequency unless _schedule_now API
is called again in the meantime.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ScheduleNowTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, CancellationToken cancellationToken = default) @@ -822,6 +897,7 @@ public virtual Task ScheduleNowTransformAsync(Elas /// /// Schedules now a transform. + /// If you _schedule_now a transform, it will process the new data instantly,
without waiting for the configured frequency interval. After _schedule_now API is called,
the transform will be processed again at now + frequency unless _schedule_now API
is called again in the meantime.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task ScheduleNowTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, Action configureRequest, CancellationToken cancellationToken = default) @@ -833,7 +909,9 @@ public virtual Task ScheduleNowTransformAsync(Elas } /// - /// Starts one or more transforms. + /// Starts a transform. + /// When you start a transform, it creates the destination index if it does not already exist. The `number_of_shards` is
set to `1` and the `auto_expand_replicas` is set to `0-1`. If it is a pivot transform, it deduces the mapping
definitions for the destination index from the source indices and the transform aggregations. If fields in the
destination index are derived from scripts (as in the case of `scripted_metric` or `bucket_script` aggregations),
the transform uses dynamic mappings unless an index template exists. If it is a latest transform, it does not deduce
mapping definitions; it uses dynamic mappings. To use explicit mappings, create the destination index before you
start the transform. Alternatively, you can create an index template, though it does not affect the deduced mappings
in a pivot transform.
+ /// When the transform starts, a series of validations occur to ensure its success. If you deferred validation when you
created the transform, they occur when you start the transform—​with the exception of privilege checks. When
Elasticsearch security features are enabled, the transform remembers which roles the user that created it had at the
time of creation and uses those same roles. If those roles do not have the required privileges on the source and
destination indices, the transform fails when it attempts unauthorized operations.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -844,7 +922,9 @@ public virtual StartTransformResponse StartTransform(StartTransformRequest reque } /// - /// Starts one or more transforms. + /// Starts a transform. + /// When you start a transform, it creates the destination index if it does not already exist. The `number_of_shards` is
set to `1` and the `auto_expand_replicas` is set to `0-1`. If it is a pivot transform, it deduces the mapping
definitions for the destination index from the source indices and the transform aggregations. If fields in the
destination index are derived from scripts (as in the case of `scripted_metric` or `bucket_script` aggregations),
the transform uses dynamic mappings unless an index template exists. If it is a latest transform, it does not deduce
mapping definitions; it uses dynamic mappings. To use explicit mappings, create the destination index before you
start the transform. Alternatively, you can create an index template, though it does not affect the deduced mappings
in a pivot transform.
+ /// When the transform starts, a series of validations occur to ensure its success. If you deferred validation when you
created the transform, they occur when you start the transform—​with the exception of privilege checks. When
Elasticsearch security features are enabled, the transform remembers which roles the user that created it had at the
time of creation and uses those same roles. If those roles do not have the required privileges on the source and
destination indices, the transform fails when it attempts unauthorized operations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartTransformAsync(StartTransformRequest request, CancellationToken cancellationToken = default) @@ -854,7 +934,9 @@ public virtual Task StartTransformAsync(StartTransformRe } /// - /// Starts one or more transforms. + /// Starts a transform. + /// When you start a transform, it creates the destination index if it does not already exist. The `number_of_shards` is
set to `1` and the `auto_expand_replicas` is set to `0-1`. If it is a pivot transform, it deduces the mapping
definitions for the destination index from the source indices and the transform aggregations. If fields in the
destination index are derived from scripts (as in the case of `scripted_metric` or `bucket_script` aggregations),
the transform uses dynamic mappings unless an index template exists. If it is a latest transform, it does not deduce
mapping definitions; it uses dynamic mappings. To use explicit mappings, create the destination index before you
start the transform. Alternatively, you can create an index template, though it does not affect the deduced mappings
in a pivot transform.
+ /// When the transform starts, a series of validations occur to ensure its success. If you deferred validation when you
created the transform, they occur when you start the transform—​with the exception of privilege checks. When
Elasticsearch security features are enabled, the transform remembers which roles the user that created it had at the
time of creation and uses those same roles. If those roles do not have the required privileges on the source and
destination indices, the transform fails when it attempts unauthorized operations.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -865,7 +947,9 @@ public virtual StartTransformResponse StartTransform(StartTransformRequestDescri } /// - /// Starts one or more transforms. + /// Starts a transform. + /// When you start a transform, it creates the destination index if it does not already exist. The `number_of_shards` is
set to `1` and the `auto_expand_replicas` is set to `0-1`. If it is a pivot transform, it deduces the mapping
definitions for the destination index from the source indices and the transform aggregations. If fields in the
destination index are derived from scripts (as in the case of `scripted_metric` or `bucket_script` aggregations),
the transform uses dynamic mappings unless an index template exists. If it is a latest transform, it does not deduce
mapping definitions; it uses dynamic mappings. To use explicit mappings, create the destination index before you
start the transform. Alternatively, you can create an index template, though it does not affect the deduced mappings
in a pivot transform.
+ /// When the transform starts, a series of validations occur to ensure its success. If you deferred validation when you
created the transform, they occur when you start the transform—​with the exception of privilege checks. When
Elasticsearch security features are enabled, the transform remembers which roles the user that created it had at the
time of creation and uses those same roles. If those roles do not have the required privileges on the source and
destination indices, the transform fails when it attempts unauthorized operations.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -877,7 +961,9 @@ public virtual StartTransformResponse StartTransform(Elastic.Clients.Elasticsear } /// - /// Starts one or more transforms. + /// Starts a transform. + /// When you start a transform, it creates the destination index if it does not already exist. The `number_of_shards` is
set to `1` and the `auto_expand_replicas` is set to `0-1`. If it is a pivot transform, it deduces the mapping
definitions for the destination index from the source indices and the transform aggregations. If fields in the
destination index are derived from scripts (as in the case of `scripted_metric` or `bucket_script` aggregations),
the transform uses dynamic mappings unless an index template exists. If it is a latest transform, it does not deduce
mapping definitions; it uses dynamic mappings. To use explicit mappings, create the destination index before you
start the transform. Alternatively, you can create an index template, though it does not affect the deduced mappings
in a pivot transform.
+ /// When the transform starts, a series of validations occur to ensure its success. If you deferred validation when you
created the transform, they occur when you start the transform—​with the exception of privilege checks. When
Elasticsearch security features are enabled, the transform remembers which roles the user that created it had at the
time of creation and uses those same roles. If those roles do not have the required privileges on the source and
destination indices, the transform fails when it attempts unauthorized operations.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -890,7 +976,9 @@ public virtual StartTransformResponse StartTransform(Elastic.Clients.Elasticsear } /// - /// Starts one or more transforms. + /// Starts a transform. + /// When you start a transform, it creates the destination index if it does not already exist. The `number_of_shards` is
set to `1` and the `auto_expand_replicas` is set to `0-1`. If it is a pivot transform, it deduces the mapping
definitions for the destination index from the source indices and the transform aggregations. If fields in the
destination index are derived from scripts (as in the case of `scripted_metric` or `bucket_script` aggregations),
the transform uses dynamic mappings unless an index template exists. If it is a latest transform, it does not deduce
mapping definitions; it uses dynamic mappings. To use explicit mappings, create the destination index before you
start the transform. Alternatively, you can create an index template, though it does not affect the deduced mappings
in a pivot transform.
+ /// When the transform starts, a series of validations occur to ensure its success. If you deferred validation when you
created the transform, they occur when you start the transform—​with the exception of privilege checks. When
Elasticsearch security features are enabled, the transform remembers which roles the user that created it had at the
time of creation and uses those same roles. If those roles do not have the required privileges on the source and
destination indices, the transform fails when it attempts unauthorized operations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartTransformAsync(StartTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -900,7 +988,9 @@ public virtual Task StartTransformAsync(StartTransformRe } /// - /// Starts one or more transforms. + /// Starts a transform. + /// When you start a transform, it creates the destination index if it does not already exist. The `number_of_shards` is
set to `1` and the `auto_expand_replicas` is set to `0-1`. If it is a pivot transform, it deduces the mapping
definitions for the destination index from the source indices and the transform aggregations. If fields in the
destination index are derived from scripts (as in the case of `scripted_metric` or `bucket_script` aggregations),
the transform uses dynamic mappings unless an index template exists. If it is a latest transform, it does not deduce
mapping definitions; it uses dynamic mappings. To use explicit mappings, create the destination index before you
start the transform. Alternatively, you can create an index template, though it does not affect the deduced mappings
in a pivot transform.
+ /// When the transform starts, a series of validations occur to ensure its success. If you deferred validation when you
created the transform, they occur when you start the transform—​with the exception of privilege checks. When
Elasticsearch security features are enabled, the transform remembers which roles the user that created it had at the
time of creation and uses those same roles. If those roles do not have the required privileges on the source and
destination indices, the transform fails when it attempts unauthorized operations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, CancellationToken cancellationToken = default) @@ -911,7 +1001,9 @@ public virtual Task StartTransformAsync(Elastic.Clients. } /// - /// Starts one or more transforms. + /// Starts a transform. + /// When you start a transform, it creates the destination index if it does not already exist. The `number_of_shards` is
set to `1` and the `auto_expand_replicas` is set to `0-1`. If it is a pivot transform, it deduces the mapping
definitions for the destination index from the source indices and the transform aggregations. If fields in the
destination index are derived from scripts (as in the case of `scripted_metric` or `bucket_script` aggregations),
the transform uses dynamic mappings unless an index template exists. If it is a latest transform, it does not deduce
mapping definitions; it uses dynamic mappings. To use explicit mappings, create the destination index before you
start the transform. Alternatively, you can create an index template, though it does not affect the deduced mappings
in a pivot transform.
+ /// When the transform starts, a series of validations occur to ensure its success. If you deferred validation when you
created the transform, they occur when you start the transform—​with the exception of privilege checks. When
Elasticsearch security features are enabled, the transform remembers which roles the user that created it had at the
time of creation and uses those same roles. If those roles do not have the required privileges on the source and
destination indices, the transform fails when it attempts unauthorized operations.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task StartTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1014,6 +1106,7 @@ public virtual Task StopTransformAsync(Elastic.Clients.El /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1025,6 +1118,7 @@ public virtual UpdateTransformResponse UpdateTransform(UpdateTransformRequest re /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(UpdateTransformRequest request, CancellationToken cancellationToken = default) @@ -1035,6 +1129,7 @@ public virtual Task UpdateTransformAsync(UpdateTransfor /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1046,6 +1141,7 @@ public virtual UpdateTransformResponse UpdateTransform(UpdateTransfor /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1058,6 +1154,7 @@ public virtual UpdateTransformResponse UpdateTransform(Elastic.Client /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1071,6 +1168,7 @@ public virtual UpdateTransformResponse UpdateTransform(Elastic.Client /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1082,6 +1180,7 @@ public virtual UpdateTransformResponse UpdateTransform(UpdateTransformRequestDes /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1094,6 +1193,7 @@ public virtual UpdateTransformResponse UpdateTransform(Elastic.Clients.Elasticse /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1107,6 +1207,7 @@ public virtual UpdateTransformResponse UpdateTransform(Elastic.Clients.Elasticse /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(UpdateTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1117,6 +1218,7 @@ public virtual Task UpdateTransformAsync(Upd /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, CancellationToken cancellationToken = default) @@ -1128,6 +1230,7 @@ public virtual Task UpdateTransformAsync(Ela /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1140,6 +1243,7 @@ public virtual Task UpdateTransformAsync(Ela /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(UpdateTransformRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1150,6 +1254,7 @@ public virtual Task UpdateTransformAsync(UpdateTransfor /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, CancellationToken cancellationToken = default) @@ -1161,6 +1266,7 @@ public virtual Task UpdateTransformAsync(Elastic.Client /// /// Updates certain properties of a transform. + /// All updated properties except `description` do not take effect until after the transform starts the next checkpoint,
thus there is data consistency in each checkpoint. To use this API, you must have `read` and `view_index_metadata`
privileges for the source indices. You must also have `index` and `read` privileges for the destination index. When
Elasticsearch security features are enabled, the transform remembers which roles the user who updated it had at the
time of update and runs with those privileges.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateTransformAsync(Elastic.Clients.Elasticsearch.Id transformId, Action configureRequest, CancellationToken cancellationToken = default) @@ -1172,7 +1278,7 @@ public virtual Task UpdateTransformAsync(Elastic.Client } /// - /// Upgrades all transforms. + /// Upgrades all transforms.
This API identifies transforms that have a legacy configuration format and upgrades them to the latest version. It
also cleans up the internal data structures that store the transform state and checkpoints. The upgrade does not
affect the source and destination indices. The upgrade also does not affect the roles that transforms use when
Elasticsearch security features are enabled; the role used to read source data and write to the destination index
remains unchanged.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1183,7 +1289,7 @@ public virtual UpgradeTransformsResponse UpgradeTransforms(UpgradeTransformsRequ } /// - /// Upgrades all transforms. + /// Upgrades all transforms.
This API identifies transforms that have a legacy configuration format and upgrades them to the latest version. It
also cleans up the internal data structures that store the transform state and checkpoints. The upgrade does not
affect the source and destination indices. The upgrade also does not affect the roles that transforms use when
Elasticsearch security features are enabled; the role used to read source data and write to the destination index
remains unchanged.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeTransformsAsync(UpgradeTransformsRequest request, CancellationToken cancellationToken = default) @@ -1193,7 +1299,7 @@ public virtual Task UpgradeTransformsAsync(UpgradeTra } /// - /// Upgrades all transforms. + /// Upgrades all transforms.
This API identifies transforms that have a legacy configuration format and upgrades them to the latest version. It
also cleans up the internal data structures that store the transform state and checkpoints. The upgrade does not
affect the source and destination indices. The upgrade also does not affect the roles that transforms use when
Elasticsearch security features are enabled; the role used to read source data and write to the destination index
remains unchanged.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1204,7 +1310,7 @@ public virtual UpgradeTransformsResponse UpgradeTransforms(UpgradeTransformsRequ } /// - /// Upgrades all transforms. + /// Upgrades all transforms.
This API identifies transforms that have a legacy configuration format and upgrades them to the latest version. It
also cleans up the internal data structures that store the transform state and checkpoints. The upgrade does not
affect the source and destination indices. The upgrade also does not affect the roles that transforms use when
Elasticsearch security features are enabled; the role used to read source data and write to the destination index
remains unchanged.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1216,7 +1322,7 @@ public virtual UpgradeTransformsResponse UpgradeTransforms() } /// - /// Upgrades all transforms. + /// Upgrades all transforms.
This API identifies transforms that have a legacy configuration format and upgrades them to the latest version. It
also cleans up the internal data structures that store the transform state and checkpoints. The upgrade does not
affect the source and destination indices. The upgrade also does not affect the roles that transforms use when
Elasticsearch security features are enabled; the role used to read source data and write to the destination index
remains unchanged.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1229,7 +1335,7 @@ public virtual UpgradeTransformsResponse UpgradeTransforms(Action - /// Upgrades all transforms. + /// Upgrades all transforms.
This API identifies transforms that have a legacy configuration format and upgrades them to the latest version. It
also cleans up the internal data structures that store the transform state and checkpoints. The upgrade does not
affect the source and destination indices. The upgrade also does not affect the roles that transforms use when
Elasticsearch security features are enabled; the role used to read source data and write to the destination index
remains unchanged.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UpgradeTransformsAsync(UpgradeTransformsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1239,7 +1345,7 @@ public virtual Task UpgradeTransformsAsync(UpgradeTra } /// - /// Upgrades all transforms. + /// Upgrades all transforms.
This API identifies transforms that have a legacy configuration format and upgrades them to the latest version. It
also cleans up the internal data structures that store the transform state and checkpoints. The upgrade does not
affect the source and destination indices. The upgrade also does not affect the roles that transforms use when
Elasticsearch security features are enabled; the role used to read source data and write to the destination index
remains unchanged.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeTransformsAsync(CancellationToken cancellationToken = default) @@ -1250,7 +1356,7 @@ public virtual Task UpgradeTransformsAsync(Cancellati } /// - /// Upgrades all transforms. + /// Upgrades all transforms.
This API identifies transforms that have a legacy configuration format and upgrades them to the latest version. It
also cleans up the internal data structures that store the transform state and checkpoints. The upgrade does not
affect the source and destination indices. The upgrade also does not affect the roles that transforms use when
Elasticsearch security features are enabled; the role used to read source data and write to the destination index
remains unchanged.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpgradeTransformsAsync(Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Xpack.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Xpack.g.cs index 4bee4e43e3c..b058b88239c 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Xpack.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Xpack.g.cs @@ -38,7 +38,7 @@ internal XpackNamespacedClient(ElasticsearchClient client) : base(client) } /// - /// Retrieves information about the installed X-Pack features. + /// Provides general information about the installed X-Pack features. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -49,7 +49,7 @@ public virtual XpackInfoResponse Info(XpackInfoRequest request) } /// - /// Retrieves information about the installed X-Pack features. + /// Provides general information about the installed X-Pack features. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(XpackInfoRequest request, CancellationToken cancellationToken = default) @@ -59,7 +59,7 @@ public virtual Task InfoAsync(XpackInfoRequest request, Cance } /// - /// Retrieves information about the installed X-Pack features. + /// Provides general information about the installed X-Pack features. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -70,7 +70,7 @@ public virtual XpackInfoResponse Info(XpackInfoRequestDescriptor descriptor) } /// - /// Retrieves information about the installed X-Pack features. + /// Provides general information about the installed X-Pack features. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -82,7 +82,7 @@ public virtual XpackInfoResponse Info() } /// - /// Retrieves information about the installed X-Pack features. + /// Provides general information about the installed X-Pack features. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -95,7 +95,7 @@ public virtual XpackInfoResponse Info(Action configu } /// - /// Retrieves information about the installed X-Pack features. + /// Provides general information about the installed X-Pack features. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(XpackInfoRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -105,7 +105,7 @@ public virtual Task InfoAsync(XpackInfoRequestDescriptor desc } /// - /// Retrieves information about the installed X-Pack features. + /// Provides general information about the installed X-Pack features. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(CancellationToken cancellationToken = default) @@ -116,7 +116,7 @@ public virtual Task InfoAsync(CancellationToken cancellationT } /// - /// Retrieves information about the installed X-Pack features. + /// Provides general information about the installed X-Pack features. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task InfoAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -128,7 +128,7 @@ public virtual Task InfoAsync(Action - /// Retrieves usage information about the installed X-Pack features. + /// This API provides information about which features are currently enabled and available under the current license and some usage statistics. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -139,7 +139,7 @@ public virtual XpackUsageResponse Usage(XpackUsageRequest request) } /// - /// Retrieves usage information about the installed X-Pack features. + /// This API provides information about which features are currently enabled and available under the current license and some usage statistics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(XpackUsageRequest request, CancellationToken cancellationToken = default) @@ -149,7 +149,7 @@ public virtual Task UsageAsync(XpackUsageRequest request, Ca } /// - /// Retrieves usage information about the installed X-Pack features. + /// This API provides information about which features are currently enabled and available under the current license and some usage statistics. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -160,7 +160,7 @@ public virtual XpackUsageResponse Usage(XpackUsageRequestDescriptor descriptor) } /// - /// Retrieves usage information about the installed X-Pack features. + /// This API provides information about which features are currently enabled and available under the current license and some usage statistics. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -172,7 +172,7 @@ public virtual XpackUsageResponse Usage() } /// - /// Retrieves usage information about the installed X-Pack features. + /// This API provides information about which features are currently enabled and available under the current license and some usage statistics. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -185,7 +185,7 @@ public virtual XpackUsageResponse Usage(Action conf } /// - /// Retrieves usage information about the installed X-Pack features. + /// This API provides information about which features are currently enabled and available under the current license and some usage statistics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(XpackUsageRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -195,7 +195,7 @@ public virtual Task UsageAsync(XpackUsageRequestDescriptor d } /// - /// Retrieves usage information about the installed X-Pack features. + /// This API provides information about which features are currently enabled and available under the current license and some usage statistics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(CancellationToken cancellationToken = default) @@ -206,7 +206,7 @@ public virtual Task UsageAsync(CancellationToken cancellatio } /// - /// Retrieves usage information about the installed X-Pack features. + /// This API provides information about which features are currently enabled and available under the current license and some usage statistics. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task UsageAsync(Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.g.cs index 183b5bf63e6..5ecec1d5041 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.g.cs @@ -116,8 +116,8 @@ private partial void SetupNamespaces() } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual BulkResponse Bulk(BulkRequest request) @@ -127,8 +127,8 @@ public virtual BulkResponse Bulk(BulkRequest request) } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(BulkRequest request, CancellationToken cancellationToken = default) { @@ -137,8 +137,8 @@ public virtual Task BulkAsync(BulkRequest request, CancellationTok } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual BulkResponse Bulk(BulkRequestDescriptor descriptor) @@ -148,8 +148,8 @@ public virtual BulkResponse Bulk(BulkRequestDescriptor des } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual BulkResponse Bulk(Elastic.Clients.Elasticsearch.IndexName? index) @@ -160,8 +160,8 @@ public virtual BulkResponse Bulk(Elastic.Clients.Elasticsearch.IndexN } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual BulkResponse Bulk(Elastic.Clients.Elasticsearch.IndexName? index, Action> configureRequest) @@ -173,8 +173,8 @@ public virtual BulkResponse Bulk(Elastic.Clients.Elasticsearch.IndexN } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual BulkResponse Bulk() @@ -185,8 +185,8 @@ public virtual BulkResponse Bulk() } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual BulkResponse Bulk(Action> configureRequest) @@ -198,8 +198,8 @@ public virtual BulkResponse Bulk(Action - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual BulkResponse Bulk(BulkRequestDescriptor descriptor) @@ -209,8 +209,8 @@ public virtual BulkResponse Bulk(BulkRequestDescriptor descriptor) } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual BulkResponse Bulk(Elastic.Clients.Elasticsearch.IndexName? index) @@ -221,8 +221,8 @@ public virtual BulkResponse Bulk(Elastic.Clients.Elasticsearch.IndexName? index) } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual BulkResponse Bulk(Elastic.Clients.Elasticsearch.IndexName? index, Action configureRequest) @@ -234,8 +234,8 @@ public virtual BulkResponse Bulk(Elastic.Clients.Elasticsearch.IndexName? index, } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual BulkResponse Bulk() @@ -246,8 +246,8 @@ public virtual BulkResponse Bulk() } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual BulkResponse Bulk(Action configureRequest) @@ -259,8 +259,8 @@ public virtual BulkResponse Bulk(Action configureRequest) } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(BulkRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -269,8 +269,8 @@ public virtual Task BulkAsync(BulkRequestDescriptor - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task BulkAsync(Elastic.Clients.Elasticsearch.IndexName? index, CancellationToken cancellationToken = default) { @@ -280,8 +280,8 @@ public virtual Task BulkAsync(Elastic.Clients.Elasticse } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(Elastic.Clients.Elasticsearch.IndexName? index, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -292,8 +292,8 @@ public virtual Task BulkAsync(Elastic.Clients.Elasticse } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(CancellationToken cancellationToken = default) { @@ -303,8 +303,8 @@ public virtual Task BulkAsync(CancellationToken cancell } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -315,8 +315,8 @@ public virtual Task BulkAsync(Action - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task BulkAsync(BulkRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -325,8 +325,8 @@ public virtual Task BulkAsync(BulkRequestDescriptor descriptor, Ca } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(Elastic.Clients.Elasticsearch.IndexName? index, CancellationToken cancellationToken = default) { @@ -336,8 +336,8 @@ public virtual Task BulkAsync(Elastic.Clients.Elasticsearch.IndexN } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(Elastic.Clients.Elasticsearch.IndexName? index, Action configureRequest, CancellationToken cancellationToken = default) { @@ -348,8 +348,8 @@ public virtual Task BulkAsync(Elastic.Clients.Elasticsearch.IndexN } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(CancellationToken cancellationToken = default) { @@ -359,8 +359,8 @@ public virtual Task BulkAsync(CancellationToken cancellationToken } /// - /// Allows to perform multiple index/update/delete operations in a single request. - /// Learn more about this API in the Elasticsearch documentation. + /// Performs multiple indexing or delete operations in a single API call.
This reduces overhead and can greatly increase indexing speed.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task BulkAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -371,8 +371,8 @@ public virtual Task BulkAsync(Action config } /// - /// Explicitly clears the search context for a scroll. - /// Learn more about this API in the Elasticsearch documentation. + /// Clears the search context and results for a scrolling search. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClearScrollResponse ClearScroll(ClearScrollRequest request) @@ -382,8 +382,8 @@ public virtual ClearScrollResponse ClearScroll(ClearScrollRequest request) } /// - /// Explicitly clears the search context for a scroll. - /// Learn more about this API in the Elasticsearch documentation. + /// Clears the search context and results for a scrolling search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearScrollAsync(ClearScrollRequest request, CancellationToken cancellationToken = default) { @@ -392,8 +392,8 @@ public virtual Task ClearScrollAsync(ClearScrollRequest req } /// - /// Explicitly clears the search context for a scroll. - /// Learn more about this API in the Elasticsearch documentation. + /// Clears the search context and results for a scrolling search. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClearScrollResponse ClearScroll(ClearScrollRequestDescriptor descriptor) @@ -403,8 +403,8 @@ public virtual ClearScrollResponse ClearScroll(ClearScrollRequestDescriptor desc } /// - /// Explicitly clears the search context for a scroll. - /// Learn more about this API in the Elasticsearch documentation. + /// Clears the search context and results for a scrolling search. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClearScrollResponse ClearScroll() @@ -415,8 +415,8 @@ public virtual ClearScrollResponse ClearScroll() } /// - /// Explicitly clears the search context for a scroll. - /// Learn more about this API in the Elasticsearch documentation. + /// Clears the search context and results for a scrolling search. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClearScrollResponse ClearScroll(Action configureRequest) @@ -428,8 +428,8 @@ public virtual ClearScrollResponse ClearScroll(Action - /// Explicitly clears the search context for a scroll. - /// Learn more about this API in the Elasticsearch documentation. + /// Clears the search context and results for a scrolling search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearScrollAsync(ClearScrollRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -438,8 +438,8 @@ public virtual Task ClearScrollAsync(ClearScrollRequestDesc } /// - /// Explicitly clears the search context for a scroll. - /// Learn more about this API in the Elasticsearch documentation. + /// Clears the search context and results for a scrolling search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearScrollAsync(CancellationToken cancellationToken = default) { @@ -449,8 +449,8 @@ public virtual Task ClearScrollAsync(CancellationToken canc } /// - /// Explicitly clears the search context for a scroll. - /// Learn more about this API in the Elasticsearch documentation. + /// Clears the search context and results for a scrolling search. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClearScrollAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -461,8 +461,8 @@ public virtual Task ClearScrollAsync(Action - /// Close a point in time - /// Learn more about this API in the Elasticsearch documentation. + /// Closes a point-in-time. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClosePointInTimeResponse ClosePointInTime(ClosePointInTimeRequest request) @@ -472,8 +472,8 @@ public virtual ClosePointInTimeResponse ClosePointInTime(ClosePointInTimeRequest } /// - /// Close a point in time - /// Learn more about this API in the Elasticsearch documentation. + /// Closes a point-in-time. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClosePointInTimeAsync(ClosePointInTimeRequest request, CancellationToken cancellationToken = default) { @@ -482,8 +482,8 @@ public virtual Task ClosePointInTimeAsync(ClosePointIn } /// - /// Close a point in time - /// Learn more about this API in the Elasticsearch documentation. + /// Closes a point-in-time. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClosePointInTimeResponse ClosePointInTime(ClosePointInTimeRequestDescriptor descriptor) @@ -493,8 +493,8 @@ public virtual ClosePointInTimeResponse ClosePointInTime(ClosePointInTimeRequest } /// - /// Close a point in time - /// Learn more about this API in the Elasticsearch documentation. + /// Closes a point-in-time. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClosePointInTimeResponse ClosePointInTime() @@ -505,8 +505,8 @@ public virtual ClosePointInTimeResponse ClosePointInTime() } /// - /// Close a point in time - /// Learn more about this API in the Elasticsearch documentation. + /// Closes a point-in-time. + /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual ClosePointInTimeResponse ClosePointInTime(Action configureRequest) @@ -518,8 +518,8 @@ public virtual ClosePointInTimeResponse ClosePointInTime(Action - /// Close a point in time - /// Learn more about this API in the Elasticsearch documentation. + /// Closes a point-in-time. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClosePointInTimeAsync(ClosePointInTimeRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -528,8 +528,8 @@ public virtual Task ClosePointInTimeAsync(ClosePointIn } /// - /// Close a point in time - /// Learn more about this API in the Elasticsearch documentation. + /// Closes a point-in-time. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClosePointInTimeAsync(CancellationToken cancellationToken = default) { @@ -539,8 +539,8 @@ public virtual Task ClosePointInTimeAsync(Cancellation } /// - /// Close a point in time - /// Learn more about this API in the Elasticsearch documentation. + /// Closes a point-in-time. + /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ClosePointInTimeAsync(Action configureRequest, CancellationToken cancellationToken = default) { @@ -806,8 +806,7 @@ public virtual Task CountAsync(Action con } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -818,8 +817,7 @@ public virtual CreateResponse Create(CreateRequest request } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(CreateRequest request, CancellationToken cancellationToken = default) @@ -829,8 +827,7 @@ public virtual Task CreateAsync(CreateRequest - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -841,8 +838,7 @@ public virtual CreateResponse Create(CreateRequestDescriptor - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -854,8 +850,7 @@ public virtual CreateResponse Create(TDocument document, Elastic.Clie } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -868,8 +863,7 @@ public virtual CreateResponse Create(TDocument document, Elastic.Clie } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -881,8 +875,7 @@ public virtual CreateResponse Create(TDocument document) } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -895,8 +888,7 @@ public virtual CreateResponse Create(TDocument document, Action - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -908,8 +900,7 @@ public virtual CreateResponse Create(TDocument document, Elastic.Clie } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -922,8 +913,7 @@ public virtual CreateResponse Create(TDocument document, Elastic.Clie } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -935,8 +925,7 @@ public virtual CreateResponse Create(TDocument document, Elastic.Clie } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -949,8 +938,7 @@ public virtual CreateResponse Create(TDocument document, Elastic.Clie } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(CreateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -960,8 +948,7 @@ public virtual Task CreateAsync(CreateRequestDescript } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -972,8 +959,7 @@ public virtual Task CreateAsync(TDocument document, E } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -985,8 +971,7 @@ public virtual Task CreateAsync(TDocument document, E } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, CancellationToken cancellationToken = default) @@ -997,8 +982,7 @@ public virtual Task CreateAsync(TDocument document, C } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1010,8 +994,7 @@ public virtual Task CreateAsync(TDocument document, A } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) @@ -1022,8 +1005,7 @@ public virtual Task CreateAsync(TDocument document, E } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1035,8 +1017,7 @@ public virtual Task CreateAsync(TDocument document, E } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -1047,8 +1028,7 @@ public virtual Task CreateAsync(TDocument document, E } /// - /// Creates a new document in the index. - /// Returns a 409 response when a document with a same ID already exists in the index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task CreateAsync(TDocument document, Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1060,7 +1040,7 @@ public virtual Task CreateAsync(TDocument document, E } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1071,7 +1051,7 @@ public virtual DeleteResponse Delete(DeleteRequest request) } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(DeleteRequest request, CancellationToken cancellationToken = default) @@ -1081,7 +1061,7 @@ public virtual Task DeleteAsync(DeleteRequest request, Cancellat } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1092,7 +1072,7 @@ public virtual DeleteResponse Delete(DeleteRequestDescriptor - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1104,7 +1084,7 @@ public virtual DeleteResponse Delete(Elastic.Clients.Elasticsearch.In } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1117,7 +1097,7 @@ public virtual DeleteResponse Delete(Elastic.Clients.Elasticsearch.In } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1129,7 +1109,7 @@ public virtual DeleteResponse Delete(TDocument document) } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1142,7 +1122,7 @@ public virtual DeleteResponse Delete(TDocument document, Action - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1154,7 +1134,7 @@ public virtual DeleteResponse Delete(TDocument document, Elastic.Clie } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1167,7 +1147,7 @@ public virtual DeleteResponse Delete(TDocument document, Elastic.Clie } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1179,7 +1159,7 @@ public virtual DeleteResponse Delete(TDocument document, Elastic.Clie } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1192,7 +1172,7 @@ public virtual DeleteResponse Delete(TDocument document, Elastic.Clie } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1204,7 +1184,7 @@ public virtual DeleteResponse Delete(Elastic.Clients.Elasticsearch.Id } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1217,7 +1197,7 @@ public virtual DeleteResponse Delete(Elastic.Clients.Elasticsearch.Id } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1228,7 +1208,7 @@ public virtual DeleteResponse Delete(DeleteRequestDescriptor descriptor) } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1240,7 +1220,7 @@ public virtual DeleteResponse Delete(Elastic.Clients.Elasticsearch.IndexName ind } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1253,7 +1233,7 @@ public virtual DeleteResponse Delete(Elastic.Clients.Elasticsearch.IndexName ind } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(DeleteRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1263,7 +1243,7 @@ public virtual Task DeleteAsync(DeleteRequestDescript } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -1274,7 +1254,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elast } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1286,7 +1266,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elast } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(TDocument document, CancellationToken cancellationToken = default) @@ -1297,7 +1277,7 @@ public virtual Task DeleteAsync(TDocument document, C } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(TDocument document, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1309,7 +1289,7 @@ public virtual Task DeleteAsync(TDocument document, A } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) @@ -1320,7 +1300,7 @@ public virtual Task DeleteAsync(TDocument document, E } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1332,7 +1312,7 @@ public virtual Task DeleteAsync(TDocument document, E } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(TDocument document, Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -1343,7 +1323,7 @@ public virtual Task DeleteAsync(TDocument document, E } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(TDocument document, Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1355,7 +1335,7 @@ public virtual Task DeleteAsync(TDocument document, E } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -1366,7 +1346,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elast } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1378,7 +1358,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elast } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(DeleteRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1388,7 +1368,7 @@ public virtual Task DeleteAsync(DeleteRequestDescriptor descript } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -1399,7 +1379,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.In } /// - /// Removes a document from the index. + /// Removes a JSON document from the specified index. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -1411,7 +1391,7 @@ public virtual Task DeleteAsync(Elastic.Clients.Elasticsearch.In } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1422,7 +1402,7 @@ public virtual DeleteByQueryResponse DeleteByQuery(DeleteByQueryRequest request) } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(DeleteByQueryRequest request, CancellationToken cancellationToken = default) @@ -1432,7 +1412,7 @@ public virtual Task DeleteByQueryAsync(DeleteByQueryReque } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1443,7 +1423,7 @@ public virtual DeleteByQueryResponse DeleteByQuery(DeleteByQueryReque } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1455,7 +1435,7 @@ public virtual DeleteByQueryResponse DeleteByQuery(Elastic.Clients.El } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1468,7 +1448,7 @@ public virtual DeleteByQueryResponse DeleteByQuery(Elastic.Clients.El } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1480,7 +1460,7 @@ public virtual DeleteByQueryResponse DeleteByQuery() } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1493,7 +1473,7 @@ public virtual DeleteByQueryResponse DeleteByQuery(Action - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1504,7 +1484,7 @@ public virtual DeleteByQueryResponse DeleteByQuery(DeleteByQueryRequestDescripto } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1516,7 +1496,7 @@ public virtual DeleteByQueryResponse DeleteByQuery(Elastic.Clients.Elasticsearch } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1529,7 +1509,7 @@ public virtual DeleteByQueryResponse DeleteByQuery(Elastic.Clients.Elasticsearch } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(DeleteByQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1539,7 +1519,7 @@ public virtual Task DeleteByQueryAsync(DeleteB } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -1550,7 +1530,7 @@ public virtual Task DeleteByQueryAsync(Elastic } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1562,7 +1542,7 @@ public virtual Task DeleteByQueryAsync(Elastic } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(CancellationToken cancellationToken = default) @@ -1573,7 +1553,7 @@ public virtual Task DeleteByQueryAsync(Cancell } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -1585,7 +1565,7 @@ public virtual Task DeleteByQueryAsync(Action< } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(DeleteByQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1595,7 +1575,7 @@ public virtual Task DeleteByQueryAsync(DeleteByQueryReque } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -1606,7 +1586,7 @@ public virtual Task DeleteByQueryAsync(Elastic.Clients.El } /// - /// Deletes documents matching the provided query. + /// Deletes documents that match the specified query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteByQueryAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -1708,7 +1688,7 @@ public virtual Task DeleteByQueryRethrottleAsyn } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1719,7 +1699,7 @@ public virtual DeleteScriptResponse DeleteScript(DeleteScriptRequest request) } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(DeleteScriptRequest request, CancellationToken cancellationToken = default) @@ -1729,7 +1709,7 @@ public virtual Task DeleteScriptAsync(DeleteScriptRequest } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1740,7 +1720,7 @@ public virtual DeleteScriptResponse DeleteScript(DeleteScriptRequestD } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1752,7 +1732,7 @@ public virtual DeleteScriptResponse DeleteScript(Elastic.Clients.Elas } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1765,7 +1745,7 @@ public virtual DeleteScriptResponse DeleteScript(Elastic.Clients.Elas } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1776,7 +1756,7 @@ public virtual DeleteScriptResponse DeleteScript(DeleteScriptRequestDescriptor d } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1788,7 +1768,7 @@ public virtual DeleteScriptResponse DeleteScript(Elastic.Clients.Elasticsearch.I } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1801,7 +1781,7 @@ public virtual DeleteScriptResponse DeleteScript(Elastic.Clients.Elasticsearch.I } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(DeleteScriptRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1811,7 +1791,7 @@ public virtual Task DeleteScriptAsync(DeleteScr } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -1822,7 +1802,7 @@ public virtual Task DeleteScriptAsync(Elastic.C } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -1834,7 +1814,7 @@ public virtual Task DeleteScriptAsync(Elastic.C } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(DeleteScriptRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -1844,7 +1824,7 @@ public virtual Task DeleteScriptAsync(DeleteScriptRequestD } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -1855,7 +1835,7 @@ public virtual Task DeleteScriptAsync(Elastic.Clients.Elas } /// - /// Deletes a script. + /// Deletes a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task DeleteScriptAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -1867,7 +1847,7 @@ public virtual Task DeleteScriptAsync(Elastic.Clients.Elas } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1878,7 +1858,7 @@ public virtual ExistsResponse Exists(ExistsRequest request) } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(ExistsRequest request, CancellationToken cancellationToken = default) @@ -1888,7 +1868,7 @@ public virtual Task ExistsAsync(ExistsRequest request, Cancellat } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1899,7 +1879,7 @@ public virtual ExistsResponse Exists(ExistsRequestDescriptor - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1911,7 +1891,7 @@ public virtual ExistsResponse Exists(Elastic.Clients.Elasticsearch.In } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1924,7 +1904,7 @@ public virtual ExistsResponse Exists(Elastic.Clients.Elasticsearch.In } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1936,7 +1916,7 @@ public virtual ExistsResponse Exists(TDocument document) } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1949,7 +1929,7 @@ public virtual ExistsResponse Exists(TDocument document, Action - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1961,7 +1941,7 @@ public virtual ExistsResponse Exists(TDocument document, Elastic.Clie } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1974,7 +1954,7 @@ public virtual ExistsResponse Exists(TDocument document, Elastic.Clie } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1986,7 +1966,7 @@ public virtual ExistsResponse Exists(TDocument document, Elastic.Clie } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -1999,7 +1979,7 @@ public virtual ExistsResponse Exists(TDocument document, Elastic.Clie } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2011,7 +1991,7 @@ public virtual ExistsResponse Exists(Elastic.Clients.Elasticsearch.Id } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2024,7 +2004,7 @@ public virtual ExistsResponse Exists(Elastic.Clients.Elasticsearch.Id } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2035,7 +2015,7 @@ public virtual ExistsResponse Exists(ExistsRequestDescriptor descriptor) } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2047,7 +2027,7 @@ public virtual ExistsResponse Exists(Elastic.Clients.Elasticsearch.IndexName ind } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2060,7 +2040,7 @@ public virtual ExistsResponse Exists(Elastic.Clients.Elasticsearch.IndexName ind } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(ExistsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2070,7 +2050,7 @@ public virtual Task ExistsAsync(ExistsRequestDescript } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -2081,7 +2061,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elast } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2093,7 +2073,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elast } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(TDocument document, CancellationToken cancellationToken = default) @@ -2104,7 +2084,7 @@ public virtual Task ExistsAsync(TDocument document, C } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(TDocument document, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2116,7 +2096,7 @@ public virtual Task ExistsAsync(TDocument document, A } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) @@ -2127,7 +2107,7 @@ public virtual Task ExistsAsync(TDocument document, E } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2139,7 +2119,7 @@ public virtual Task ExistsAsync(TDocument document, E } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(TDocument document, Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -2150,7 +2130,7 @@ public virtual Task ExistsAsync(TDocument document, E } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(TDocument document, Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2162,7 +2142,7 @@ public virtual Task ExistsAsync(TDocument document, E } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -2173,7 +2153,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elast } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2185,7 +2165,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elast } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(ExistsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2195,7 +2175,7 @@ public virtual Task ExistsAsync(ExistsRequestDescriptor descript } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -2206,7 +2186,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.In } /// - /// Returns information about whether a document exists in an index. + /// Checks if a document in an index exists. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -2218,7 +2198,7 @@ public virtual Task ExistsAsync(Elastic.Clients.Elasticsearch.In } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2229,7 +2209,7 @@ public virtual ExistsSourceResponse ExistsSource(ExistsSourceRequest request) } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(ExistsSourceRequest request, CancellationToken cancellationToken = default) @@ -2239,7 +2219,7 @@ public virtual Task ExistsSourceAsync(ExistsSourceRequest } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2250,7 +2230,7 @@ public virtual ExistsSourceResponse ExistsSource(ExistsSourceRequestD } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2262,7 +2242,7 @@ public virtual ExistsSourceResponse ExistsSource(Elastic.Clients.Elas } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2275,7 +2255,7 @@ public virtual ExistsSourceResponse ExistsSource(Elastic.Clients.Elas } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2287,7 +2267,7 @@ public virtual ExistsSourceResponse ExistsSource(TDocument document) } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2300,7 +2280,7 @@ public virtual ExistsSourceResponse ExistsSource(TDocument document, } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2312,7 +2292,7 @@ public virtual ExistsSourceResponse ExistsSource(TDocument document, } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2325,7 +2305,7 @@ public virtual ExistsSourceResponse ExistsSource(TDocument document, } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2337,7 +2317,7 @@ public virtual ExistsSourceResponse ExistsSource(TDocument document, } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2350,7 +2330,7 @@ public virtual ExistsSourceResponse ExistsSource(TDocument document, } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2362,7 +2342,7 @@ public virtual ExistsSourceResponse ExistsSource(Elastic.Clients.Elas } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2375,7 +2355,7 @@ public virtual ExistsSourceResponse ExistsSource(Elastic.Clients.Elas } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2386,7 +2366,7 @@ public virtual ExistsSourceResponse ExistsSource(ExistsSourceRequestDescriptor d } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2398,7 +2378,7 @@ public virtual ExistsSourceResponse ExistsSource(Elastic.Clients.Elasticsearch.I } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2411,7 +2391,7 @@ public virtual ExistsSourceResponse ExistsSource(Elastic.Clients.Elasticsearch.I } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(ExistsSourceRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2421,7 +2401,7 @@ public virtual Task ExistsSourceAsync(ExistsSou } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -2432,7 +2412,7 @@ public virtual Task ExistsSourceAsync(Elastic.C } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2444,7 +2424,7 @@ public virtual Task ExistsSourceAsync(Elastic.C } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(TDocument document, CancellationToken cancellationToken = default) @@ -2455,7 +2435,7 @@ public virtual Task ExistsSourceAsync(TDocument } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(TDocument document, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2467,7 +2447,7 @@ public virtual Task ExistsSourceAsync(TDocument } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) @@ -2478,7 +2458,7 @@ public virtual Task ExistsSourceAsync(TDocument } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2490,7 +2470,7 @@ public virtual Task ExistsSourceAsync(TDocument } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(TDocument document, Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -2501,7 +2481,7 @@ public virtual Task ExistsSourceAsync(TDocument } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(TDocument document, Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2513,7 +2493,7 @@ public virtual Task ExistsSourceAsync(TDocument } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -2524,7 +2504,7 @@ public virtual Task ExistsSourceAsync(Elastic.C } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2536,7 +2516,7 @@ public virtual Task ExistsSourceAsync(Elastic.C } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(ExistsSourceRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2546,7 +2526,7 @@ public virtual Task ExistsSourceAsync(ExistsSourceRequestD } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -2557,7 +2537,7 @@ public virtual Task ExistsSourceAsync(Elastic.Clients.Elas } /// - /// Returns information about whether a document source exists in an index. + /// Checks if a document's `_source` is stored. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ExistsSourceAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -2569,7 +2549,7 @@ public virtual Task ExistsSourceAsync(Elastic.Clients.Elas } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2580,7 +2560,7 @@ public virtual ExplainResponse Explain(ExplainRequest requ } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(ExplainRequest request, CancellationToken cancellationToken = default) @@ -2590,7 +2570,7 @@ public virtual Task> ExplainAsync(ExplainR } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2601,7 +2581,7 @@ public virtual ExplainResponse Explain(ExplainRequestDescr } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2613,7 +2593,7 @@ public virtual ExplainResponse Explain(Elastic.Clients.Ela } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2626,7 +2606,7 @@ public virtual ExplainResponse Explain(Elastic.Clients.Ela } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2638,7 +2618,7 @@ public virtual ExplainResponse Explain(TDocument document) } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2651,7 +2631,7 @@ public virtual ExplainResponse Explain(TDocument document, } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2663,7 +2643,7 @@ public virtual ExplainResponse Explain(TDocument document, } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2676,7 +2656,7 @@ public virtual ExplainResponse Explain(TDocument document, } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2688,7 +2668,7 @@ public virtual ExplainResponse Explain(TDocument document, } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2701,7 +2681,7 @@ public virtual ExplainResponse Explain(TDocument document, } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2713,7 +2693,7 @@ public virtual ExplainResponse Explain(Elastic.Clients.Ela } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2726,7 +2706,7 @@ public virtual ExplainResponse Explain(Elastic.Clients.Ela } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(ExplainRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -2736,7 +2716,7 @@ public virtual Task> ExplainAsync(ExplainR } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -2747,7 +2727,7 @@ public virtual Task> ExplainAsync(Elastic. } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2759,7 +2739,7 @@ public virtual Task> ExplainAsync(Elastic. } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(TDocument document, CancellationToken cancellationToken = default) @@ -2770,7 +2750,7 @@ public virtual Task> ExplainAsync(TDocumen } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(TDocument document, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2782,7 +2762,7 @@ public virtual Task> ExplainAsync(TDocumen } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) @@ -2793,7 +2773,7 @@ public virtual Task> ExplainAsync(TDocumen } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2805,7 +2785,7 @@ public virtual Task> ExplainAsync(TDocumen } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(TDocument document, Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -2816,7 +2796,7 @@ public virtual Task> ExplainAsync(TDocumen } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(TDocument document, Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2828,7 +2808,7 @@ public virtual Task> ExplainAsync(TDocumen } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -2839,7 +2819,7 @@ public virtual Task> ExplainAsync(Elastic. } /// - /// Returns information about why a specific matches (or doesn't match) a query. + /// Returns information about why a specific document matches (or doesn’t match) a query. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ExplainAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -2851,7 +2831,7 @@ public virtual Task> ExplainAsync(Elastic. } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2862,7 +2842,7 @@ public virtual FieldCapsResponse FieldCaps(FieldCapsRequest request) } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(FieldCapsRequest request, CancellationToken cancellationToken = default) @@ -2872,7 +2852,7 @@ public virtual Task FieldCapsAsync(FieldCapsRequest request, } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2883,7 +2863,7 @@ public virtual FieldCapsResponse FieldCaps(FieldCapsRequestDescriptor } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2895,7 +2875,7 @@ public virtual FieldCapsResponse FieldCaps(Elastic.Clients.Elasticsea } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2908,7 +2888,7 @@ public virtual FieldCapsResponse FieldCaps(Elastic.Clients.Elasticsea } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2920,7 +2900,7 @@ public virtual FieldCapsResponse FieldCaps() } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2933,7 +2913,7 @@ public virtual FieldCapsResponse FieldCaps(Action - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2944,7 +2924,7 @@ public virtual FieldCapsResponse FieldCaps(FieldCapsRequestDescriptor descriptor } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2956,7 +2936,7 @@ public virtual FieldCapsResponse FieldCaps(Elastic.Clients.Elasticsearch.Indices } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2969,7 +2949,7 @@ public virtual FieldCapsResponse FieldCaps(Elastic.Clients.Elasticsearch.Indices } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2981,7 +2961,7 @@ public virtual FieldCapsResponse FieldCaps() } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -2994,7 +2974,7 @@ public virtual FieldCapsResponse FieldCaps(Action co } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(FieldCapsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3004,7 +2984,7 @@ public virtual Task FieldCapsAsync(FieldCapsReques } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -3015,7 +2995,7 @@ public virtual Task FieldCapsAsync(Elastic.Clients } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3027,7 +3007,7 @@ public virtual Task FieldCapsAsync(Elastic.Clients } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(CancellationToken cancellationToken = default) @@ -3038,7 +3018,7 @@ public virtual Task FieldCapsAsync(CancellationTok } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -3050,7 +3030,7 @@ public virtual Task FieldCapsAsync(Action - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task FieldCapsAsync(FieldCapsRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3060,7 +3040,7 @@ public virtual Task FieldCapsAsync(FieldCapsRequestDescriptor } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -3071,7 +3051,7 @@ public virtual Task FieldCapsAsync(Elastic.Clients.Elasticsea } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -3083,7 +3063,7 @@ public virtual Task FieldCapsAsync(Elastic.Clients.Elasticsea } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(CancellationToken cancellationToken = default) @@ -3094,7 +3074,7 @@ public virtual Task FieldCapsAsync(CancellationToken cancella } /// - /// Returns the information about the capabilities of fields among multiple indices. + /// The field capabilities API returns the information about the capabilities of fields among multiple indices.
The field capabilities API returns runtime fields like any other field. For example, a runtime field with a type
of keyword is returned as any other field that belongs to the `keyword` family.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task FieldCapsAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -3388,7 +3368,7 @@ public virtual Task> GetAsync(Elastic.Clients. } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3399,7 +3379,7 @@ public virtual GetScriptResponse GetScript(GetScriptRequest request) } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(GetScriptRequest request, CancellationToken cancellationToken = default) @@ -3409,7 +3389,7 @@ public virtual Task GetScriptAsync(GetScriptRequest request, } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3420,7 +3400,7 @@ public virtual GetScriptResponse GetScript(GetScriptRequestDescriptor } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3432,7 +3412,7 @@ public virtual GetScriptResponse GetScript(Elastic.Clients.Elasticsea } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3445,7 +3425,7 @@ public virtual GetScriptResponse GetScript(Elastic.Clients.Elasticsea } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3456,7 +3436,7 @@ public virtual GetScriptResponse GetScript(GetScriptRequestDescriptor descriptor } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3468,7 +3448,7 @@ public virtual GetScriptResponse GetScript(Elastic.Clients.Elasticsearch.Id id) } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -3481,7 +3461,7 @@ public virtual GetScriptResponse GetScript(Elastic.Clients.Elasticsearch.Id id, } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(GetScriptRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3491,7 +3471,7 @@ public virtual Task GetScriptAsync(GetScriptReques } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -3502,7 +3482,7 @@ public virtual Task GetScriptAsync(Elastic.Clients } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -3514,7 +3494,7 @@ public virtual Task GetScriptAsync(Elastic.Clients } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(GetScriptRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -3524,7 +3504,7 @@ public virtual Task GetScriptAsync(GetScriptRequestDescriptor } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -3535,7 +3515,7 @@ public virtual Task GetScriptAsync(Elastic.Clients.Elasticsea } /// - /// Returns a script. + /// Retrieves a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task GetScriptAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -4147,7 +4127,7 @@ public virtual Task HealthReportAsync(Action - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4158,7 +4138,7 @@ public virtual IndexResponse Index(IndexRequest request) } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(IndexRequest request, CancellationToken cancellationToken = default) @@ -4168,7 +4148,7 @@ public virtual Task IndexAsync(IndexRequest } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4179,7 +4159,7 @@ public virtual IndexResponse Index(IndexRequestDescriptor } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4191,7 +4171,7 @@ public virtual IndexResponse Index(TDocument document, Elastic.Client } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4204,7 +4184,7 @@ public virtual IndexResponse Index(TDocument document, Elastic.Client } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4216,7 +4196,7 @@ public virtual IndexResponse Index(TDocument document) } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4229,7 +4209,7 @@ public virtual IndexResponse Index(TDocument document, Action - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4241,7 +4221,7 @@ public virtual IndexResponse Index(TDocument document, Elastic.Client } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4254,7 +4234,7 @@ public virtual IndexResponse Index(TDocument document, Elastic.Client } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4266,7 +4246,7 @@ public virtual IndexResponse Index(TDocument document, Elastic.Client } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -4279,7 +4259,7 @@ public virtual IndexResponse Index(TDocument document, Elastic.Client } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(IndexRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -4289,7 +4269,7 @@ public virtual Task IndexAsync(IndexRequestDescriptor< } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -4300,7 +4280,7 @@ public virtual Task IndexAsync(TDocument document, Ela } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, Elastic.Clients.Elasticsearch.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -4312,7 +4292,7 @@ public virtual Task IndexAsync(TDocument document, Ela } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, CancellationToken cancellationToken = default) @@ -4323,7 +4303,7 @@ public virtual Task IndexAsync(TDocument document, Can } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Action> configureRequest, CancellationToken cancellationToken = default) @@ -4335,7 +4315,7 @@ public virtual Task IndexAsync(TDocument document, Act } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, CancellationToken cancellationToken = default) @@ -4346,7 +4326,7 @@ public virtual Task IndexAsync(TDocument document, Ela } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Elastic.Clients.Elasticsearch.IndexName index, Action> configureRequest, CancellationToken cancellationToken = default) @@ -4358,7 +4338,7 @@ public virtual Task IndexAsync(TDocument document, Ela } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -4369,7 +4349,7 @@ public virtual Task IndexAsync(TDocument document, Ela } /// - /// Creates or updates a document in an index. + /// Adds a JSON document to the specified data stream or index and makes it searchable.
If the target is an index and the document already exists, the request updates the document and increments its version.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task IndexAsync(TDocument document, Elastic.Clients.Elasticsearch.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -5002,7 +4982,7 @@ public virtual Task> MultiSearchAsync( } /// - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5013,7 +4993,7 @@ public virtual MultiSearchTemplateResponse MultiSearchTemplate - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> MultiSearchTemplateAsync(MultiSearchTemplateRequest request, CancellationToken cancellationToken = default) @@ -5023,7 +5003,7 @@ public virtual Task> MultiSearchTemplateA } /// - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5034,7 +5014,7 @@ public virtual MultiSearchTemplateResponse MultiSearchTemplate - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5046,7 +5026,7 @@ public virtual MultiSearchTemplateResponse MultiSearchTemplate - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5059,7 +5039,7 @@ public virtual MultiSearchTemplateResponse MultiSearchTemplate - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5071,7 +5051,7 @@ public virtual MultiSearchTemplateResponse MultiSearchTemplate - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5084,7 +5064,7 @@ public virtual MultiSearchTemplateResponse MultiSearchTemplate - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> MultiSearchTemplateAsync(MultiSearchTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5094,7 +5074,7 @@ public virtual Task> MultiSearchTemplateA } /// - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> MultiSearchTemplateAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -5105,7 +5085,7 @@ public virtual Task> MultiSearchTemplateA } /// - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> MultiSearchTemplateAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -5117,7 +5097,7 @@ public virtual Task> MultiSearchTemplateA } /// - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> MultiSearchTemplateAsync(CancellationToken cancellationToken = default) @@ -5128,7 +5108,7 @@ public virtual Task> MultiSearchTemplateA } /// - /// Allows to execute several search template operations in one request. + /// Runs multiple templated searches with a single request. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> MultiSearchTemplateAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -5140,8 +5120,8 @@ public virtual Task> MultiSearchTemplateA } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual OpenPointInTimeResponse OpenPointInTime(OpenPointInTimeRequest request) @@ -5151,8 +5131,8 @@ public virtual OpenPointInTimeResponse OpenPointInTime(OpenPointInTimeRequest re } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(OpenPointInTimeRequest request, CancellationToken cancellationToken = default) { @@ -5161,8 +5141,8 @@ public virtual Task OpenPointInTimeAsync(OpenPointInTim } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual OpenPointInTimeResponse OpenPointInTime(OpenPointInTimeRequestDescriptor descriptor) @@ -5172,8 +5152,8 @@ public virtual OpenPointInTimeResponse OpenPointInTime(OpenPointInTim } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual OpenPointInTimeResponse OpenPointInTime(Elastic.Clients.Elasticsearch.Indices indices) @@ -5184,8 +5164,8 @@ public virtual OpenPointInTimeResponse OpenPointInTime(Elastic.Client } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual OpenPointInTimeResponse OpenPointInTime(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest) @@ -5197,8 +5177,8 @@ public virtual OpenPointInTimeResponse OpenPointInTime(Elastic.Client } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual OpenPointInTimeResponse OpenPointInTime() @@ -5209,8 +5189,8 @@ public virtual OpenPointInTimeResponse OpenPointInTime() } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual OpenPointInTimeResponse OpenPointInTime(Action> configureRequest) @@ -5222,8 +5202,8 @@ public virtual OpenPointInTimeResponse OpenPointInTime(Action - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual OpenPointInTimeResponse OpenPointInTime(OpenPointInTimeRequestDescriptor descriptor) @@ -5233,8 +5213,8 @@ public virtual OpenPointInTimeResponse OpenPointInTime(OpenPointInTimeRequestDes } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual OpenPointInTimeResponse OpenPointInTime(Elastic.Clients.Elasticsearch.Indices indices) @@ -5245,8 +5225,8 @@ public virtual OpenPointInTimeResponse OpenPointInTime(Elastic.Clients.Elasticse } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] public virtual OpenPointInTimeResponse OpenPointInTime(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest) @@ -5258,8 +5238,8 @@ public virtual OpenPointInTimeResponse OpenPointInTime(Elastic.Clients.Elasticse } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(OpenPointInTimeRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -5268,8 +5248,8 @@ public virtual Task OpenPointInTimeAsync(Ope } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) { @@ -5279,8 +5259,8 @@ public virtual Task OpenPointInTimeAsync(Ela } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) { @@ -5291,8 +5271,8 @@ public virtual Task OpenPointInTimeAsync(Ela } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(CancellationToken cancellationToken = default) { @@ -5302,8 +5282,8 @@ public virtual Task OpenPointInTimeAsync(Can } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(Action> configureRequest, CancellationToken cancellationToken = default) { @@ -5314,8 +5294,8 @@ public virtual Task OpenPointInTimeAsync(Act } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(OpenPointInTimeRequestDescriptor descriptor, CancellationToken cancellationToken = default) { @@ -5324,8 +5304,8 @@ public virtual Task OpenPointInTimeAsync(OpenPointInTim } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) { @@ -5335,8 +5315,8 @@ public virtual Task OpenPointInTimeAsync(Elastic.Client } /// - /// Open a point in time that can be used in subsequent searches - /// Learn more about this API in the Elasticsearch documentation. + /// A search request by default executes against the most recent visible data of the target indices,
which is called point in time. Elasticsearch pit (point in time) is a lightweight view into the
state of the data as it existed when initiated. In some cases, it’s preferred to perform multiple
search requests using the same point in time. For example, if refreshes happen between
`search_after` requests, then the results of those requests might not be consistent as changes happening
between searches are only visible to the more recent point in time.
+ /// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task OpenPointInTimeAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) { @@ -5437,7 +5417,7 @@ public virtual Task PingAsync(Action config } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5448,7 +5428,7 @@ public virtual PutScriptResponse PutScript(PutScriptRequest request) } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(PutScriptRequest request, CancellationToken cancellationToken = default) @@ -5458,7 +5438,7 @@ public virtual Task PutScriptAsync(PutScriptRequest request, } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5469,7 +5449,7 @@ public virtual PutScriptResponse PutScript(PutScriptRequestDescriptor } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5481,7 +5461,7 @@ public virtual PutScriptResponse PutScript(Elastic.Clients.Elasticsea } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5494,7 +5474,7 @@ public virtual PutScriptResponse PutScript(Elastic.Clients.Elasticsea } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5506,7 +5486,7 @@ public virtual PutScriptResponse PutScript(Elastic.Clients.Elasticsea } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5519,7 +5499,7 @@ public virtual PutScriptResponse PutScript(Elastic.Clients.Elasticsea } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5530,7 +5510,7 @@ public virtual PutScriptResponse PutScript(PutScriptRequestDescriptor descriptor } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5542,7 +5522,7 @@ public virtual PutScriptResponse PutScript(Elastic.Clients.Elasticsearch.Id id, } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5555,7 +5535,7 @@ public virtual PutScriptResponse PutScript(Elastic.Clients.Elasticsearch.Id id, } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5567,7 +5547,7 @@ public virtual PutScriptResponse PutScript(Elastic.Clients.Elasticsearch.Id id) } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5580,7 +5560,7 @@ public virtual PutScriptResponse PutScript(Elastic.Clients.Elasticsearch.Id id, } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(PutScriptRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5590,7 +5570,7 @@ public virtual Task PutScriptAsync(PutScriptReques } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Id id, Elastic.Clients.Elasticsearch.Name? context, CancellationToken cancellationToken = default) @@ -5601,7 +5581,7 @@ public virtual Task PutScriptAsync(Elastic.Clients } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Id id, Elastic.Clients.Elasticsearch.Name? context, Action> configureRequest, CancellationToken cancellationToken = default) @@ -5613,7 +5593,7 @@ public virtual Task PutScriptAsync(Elastic.Clients } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -5624,7 +5604,7 @@ public virtual Task PutScriptAsync(Elastic.Clients } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Id id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -5636,7 +5616,7 @@ public virtual Task PutScriptAsync(Elastic.Clients } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(PutScriptRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5646,7 +5626,7 @@ public virtual Task PutScriptAsync(PutScriptRequestDescriptor } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Id id, Elastic.Clients.Elasticsearch.Name? context, CancellationToken cancellationToken = default) @@ -5657,7 +5637,7 @@ public virtual Task PutScriptAsync(Elastic.Clients.Elasticsea } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Id id, Elastic.Clients.Elasticsearch.Name? context, Action configureRequest, CancellationToken cancellationToken = default) @@ -5669,7 +5649,7 @@ public virtual Task PutScriptAsync(Elastic.Clients.Elasticsea } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Id id, CancellationToken cancellationToken = default) @@ -5680,7 +5660,7 @@ public virtual Task PutScriptAsync(Elastic.Clients.Elasticsea } /// - /// Creates or updates a script. + /// Creates or updates a stored script or search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task PutScriptAsync(Elastic.Clients.Elasticsearch.Id id, Action configureRequest, CancellationToken cancellationToken = default) @@ -5692,7 +5672,7 @@ public virtual Task PutScriptAsync(Elastic.Clients.Elasticsea } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5703,7 +5683,7 @@ public virtual RankEvalResponse RankEval(RankEvalRequest request) } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(RankEvalRequest request, CancellationToken cancellationToken = default) @@ -5713,7 +5693,7 @@ public virtual Task RankEvalAsync(RankEvalRequest request, Can } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5724,7 +5704,7 @@ public virtual RankEvalResponse RankEval(RankEvalRequestDescriptor - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5736,7 +5716,7 @@ public virtual RankEvalResponse RankEval(Elastic.Clients.Elasticsearc } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5749,7 +5729,7 @@ public virtual RankEvalResponse RankEval(Elastic.Clients.Elasticsearc } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5761,7 +5741,7 @@ public virtual RankEvalResponse RankEval() } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5774,7 +5754,7 @@ public virtual RankEvalResponse RankEval(Action - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5785,7 +5765,7 @@ public virtual RankEvalResponse RankEval(RankEvalRequestDescriptor descriptor) } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5797,7 +5777,7 @@ public virtual RankEvalResponse RankEval(Elastic.Clients.Elasticsearch.Indices? } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5810,7 +5790,7 @@ public virtual RankEvalResponse RankEval(Elastic.Clients.Elasticsearch.Indices? } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5822,7 +5802,7 @@ public virtual RankEvalResponse RankEval() } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -5835,7 +5815,7 @@ public virtual RankEvalResponse RankEval(Action confi } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(RankEvalRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5845,7 +5825,7 @@ public virtual Task RankEvalAsync(RankEvalRequestDe } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -5856,7 +5836,7 @@ public virtual Task RankEvalAsync(Elastic.Clients.E } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -5868,7 +5848,7 @@ public virtual Task RankEvalAsync(Elastic.Clients.E } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(CancellationToken cancellationToken = default) @@ -5879,7 +5859,7 @@ public virtual Task RankEvalAsync(CancellationToken } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -5891,7 +5871,7 @@ public virtual Task RankEvalAsync(Action - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(RankEvalRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -5901,7 +5881,7 @@ public virtual Task RankEvalAsync(RankEvalRequestDescriptor de } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -5912,7 +5892,7 @@ public virtual Task RankEvalAsync(Elastic.Clients.Elasticsearc } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action configureRequest, CancellationToken cancellationToken = default) @@ -5924,7 +5904,7 @@ public virtual Task RankEvalAsync(Elastic.Clients.Elasticsearc } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(CancellationToken cancellationToken = default) @@ -5935,7 +5915,7 @@ public virtual Task RankEvalAsync(CancellationToken cancellati } /// - /// Allows to evaluate the quality of ranked search results over a set of typical search queries + /// Enables you to evaluate the quality of ranked search results over a set of typical search queries. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RankEvalAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -6106,7 +6086,7 @@ public virtual Task ReindexAsync(Action - /// Changes the number of requests per second for a particular Reindex operation. + /// Copies documents from a source to a destination. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6117,7 +6097,7 @@ public virtual ReindexRethrottleResponse ReindexRethrottle(ReindexRethrottleRequ } /// - /// Changes the number of requests per second for a particular Reindex operation. + /// Copies documents from a source to a destination. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReindexRethrottleAsync(ReindexRethrottleRequest request, CancellationToken cancellationToken = default) @@ -6127,7 +6107,7 @@ public virtual Task ReindexRethrottleAsync(ReindexRet } /// - /// Changes the number of requests per second for a particular Reindex operation. + /// Copies documents from a source to a destination. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6138,7 +6118,7 @@ public virtual ReindexRethrottleResponse ReindexRethrottle(ReindexRethrottleRequ } /// - /// Changes the number of requests per second for a particular Reindex operation. + /// Copies documents from a source to a destination. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6150,7 +6130,7 @@ public virtual ReindexRethrottleResponse ReindexRethrottle(Elastic.Clients.Elast } /// - /// Changes the number of requests per second for a particular Reindex operation. + /// Copies documents from a source to a destination. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6163,7 +6143,7 @@ public virtual ReindexRethrottleResponse ReindexRethrottle(Elastic.Clients.Elast } /// - /// Changes the number of requests per second for a particular Reindex operation. + /// Copies documents from a source to a destination. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReindexRethrottleAsync(ReindexRethrottleRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6173,7 +6153,7 @@ public virtual Task ReindexRethrottleAsync(ReindexRet } /// - /// Changes the number of requests per second for a particular Reindex operation. + /// Copies documents from a source to a destination. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReindexRethrottleAsync(Elastic.Clients.Elasticsearch.Id taskId, CancellationToken cancellationToken = default) @@ -6184,7 +6164,7 @@ public virtual Task ReindexRethrottleAsync(Elastic.Cl } /// - /// Changes the number of requests per second for a particular Reindex operation. + /// Copies documents from a source to a destination. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task ReindexRethrottleAsync(Elastic.Clients.Elasticsearch.Id taskId, Action configureRequest, CancellationToken cancellationToken = default) @@ -6196,7 +6176,7 @@ public virtual Task ReindexRethrottleAsync(Elastic.Cl } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6207,7 +6187,7 @@ public virtual RenderSearchTemplateResponse RenderSearchTemplate(RenderSearchTem } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(RenderSearchTemplateRequest request, CancellationToken cancellationToken = default) @@ -6217,7 +6197,7 @@ public virtual Task RenderSearchTemplateAsync(Rend } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6228,7 +6208,7 @@ public virtual RenderSearchTemplateResponse RenderSearchTemplate(Rend } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6240,7 +6220,7 @@ public virtual RenderSearchTemplateResponse RenderSearchTemplate(Elas } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6253,7 +6233,7 @@ public virtual RenderSearchTemplateResponse RenderSearchTemplate(Elas } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6265,7 +6245,7 @@ public virtual RenderSearchTemplateResponse RenderSearchTemplate() } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6278,7 +6258,7 @@ public virtual RenderSearchTemplateResponse RenderSearchTemplate(Acti } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6289,7 +6269,7 @@ public virtual RenderSearchTemplateResponse RenderSearchTemplate(RenderSearchTem } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6301,7 +6281,7 @@ public virtual RenderSearchTemplateResponse RenderSearchTemplate(Elastic.Clients } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6314,7 +6294,7 @@ public virtual RenderSearchTemplateResponse RenderSearchTemplate(Elastic.Clients } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6326,7 +6306,7 @@ public virtual RenderSearchTemplateResponse RenderSearchTemplate() } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6339,7 +6319,7 @@ public virtual RenderSearchTemplateResponse RenderSearchTemplate(Action - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(RenderSearchTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6349,7 +6329,7 @@ public virtual Task RenderSearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -6360,7 +6340,7 @@ public virtual Task RenderSearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(Elastic.Clients.Elasticsearch.Id? id, Action> configureRequest, CancellationToken cancellationToken = default) @@ -6372,7 +6352,7 @@ public virtual Task RenderSearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(CancellationToken cancellationToken = default) @@ -6383,7 +6363,7 @@ public virtual Task RenderSearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -6395,7 +6375,7 @@ public virtual Task RenderSearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(RenderSearchTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6405,7 +6385,7 @@ public virtual Task RenderSearchTemplateAsync(Rend } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(Elastic.Clients.Elasticsearch.Id? id, CancellationToken cancellationToken = default) @@ -6416,7 +6396,7 @@ public virtual Task RenderSearchTemplateAsync(Elas } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(Elastic.Clients.Elasticsearch.Id? id, Action configureRequest, CancellationToken cancellationToken = default) @@ -6428,7 +6408,7 @@ public virtual Task RenderSearchTemplateAsync(Elas } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(CancellationToken cancellationToken = default) @@ -6439,7 +6419,7 @@ public virtual Task RenderSearchTemplateAsync(Canc } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Renders a search template as a search request body. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task RenderSearchTemplateAsync(Action configureRequest, CancellationToken cancellationToken = default) @@ -6451,7 +6431,7 @@ public virtual Task RenderSearchTemplateAsync(Acti } /// - /// Allows an arbitrary script to be executed and a result to be returned + /// Runs a script and returns a result. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6462,7 +6442,7 @@ public virtual ScriptsPainlessExecuteResponse ScriptsPainlessExecute - /// Allows an arbitrary script to be executed and a result to be returned + /// Runs a script and returns a result. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ScriptsPainlessExecuteAsync(ScriptsPainlessExecuteRequest request, CancellationToken cancellationToken = default) @@ -6472,7 +6452,7 @@ public virtual Task> ScriptsPainlessExec } /// - /// Allows an arbitrary script to be executed and a result to be returned + /// Runs a script and returns a result. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6483,7 +6463,7 @@ public virtual ScriptsPainlessExecuteResponse ScriptsPainlessExecute - /// Allows an arbitrary script to be executed and a result to be returned + /// Runs a script and returns a result. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6495,7 +6475,7 @@ public virtual ScriptsPainlessExecuteResponse ScriptsPainlessExecute - /// Allows an arbitrary script to be executed and a result to be returned + /// Runs a script and returns a result. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6508,7 +6488,7 @@ public virtual ScriptsPainlessExecuteResponse ScriptsPainlessExecute - /// Allows an arbitrary script to be executed and a result to be returned + /// Runs a script and returns a result. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ScriptsPainlessExecuteAsync(ScriptsPainlessExecuteRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6518,7 +6498,7 @@ public virtual Task> ScriptsPainlessExec } /// - /// Allows an arbitrary script to be executed and a result to be returned + /// Runs a script and returns a result. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ScriptsPainlessExecuteAsync(CancellationToken cancellationToken = default) @@ -6529,7 +6509,7 @@ public virtual Task> ScriptsPainlessExec } /// - /// Allows an arbitrary script to be executed and a result to be returned + /// Runs a script and returns a result. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> ScriptsPainlessExecuteAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -6562,7 +6542,7 @@ public virtual Task> ScrollAsync(ScrollRequ } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6573,7 +6553,7 @@ public virtual SearchResponse Search(SearchRequest request } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SearchAsync(SearchRequest request, CancellationToken cancellationToken = default) @@ -6583,7 +6563,7 @@ public virtual Task> SearchAsync(SearchRequ } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6594,7 +6574,7 @@ public virtual SearchResponse Search(SearchRequestDescript } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6606,7 +6586,7 @@ public virtual SearchResponse Search(Elastic.Clients.Elast } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6619,7 +6599,7 @@ public virtual SearchResponse Search(Elastic.Clients.Elast } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6631,7 +6611,7 @@ public virtual SearchResponse Search() } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -6644,7 +6624,7 @@ public virtual SearchResponse Search(Action - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchAsync(SearchRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -6654,7 +6634,7 @@ public virtual Task> SearchAsync(SearchRequ } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SearchAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -6665,7 +6645,7 @@ public virtual Task> SearchAsync(Elastic.Cl } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SearchAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -6677,7 +6657,7 @@ public virtual Task> SearchAsync(Elastic.Cl } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SearchAsync(CancellationToken cancellationToken = default) @@ -6688,7 +6668,7 @@ public virtual Task> SearchAsync(Cancellati } /// - /// Returns results matching a query. + /// Returns search hits that match the query defined in the request.
You can provide search queries using the `q` query string parameter or the request body.
If both are specified, only the query parameter is used.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task> SearchAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -7162,7 +7142,7 @@ public virtual Task SearchShardsAsync(Action - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7173,7 +7153,7 @@ public virtual SearchTemplateResponse SearchTemplate(Searc } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchTemplateAsync(SearchTemplateRequest request, CancellationToken cancellationToken = default) @@ -7183,7 +7163,7 @@ public virtual Task> SearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7194,7 +7174,7 @@ public virtual SearchTemplateResponse SearchTemplate(Searc } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7206,7 +7186,7 @@ public virtual SearchTemplateResponse SearchTemplate(Elast } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7219,7 +7199,7 @@ public virtual SearchTemplateResponse SearchTemplate(Elast } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7231,7 +7211,7 @@ public virtual SearchTemplateResponse SearchTemplate() } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -7244,7 +7224,7 @@ public virtual SearchTemplateResponse SearchTemplate(Actio } /// - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchTemplateAsync(SearchTemplateRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -7254,7 +7234,7 @@ public virtual Task> SearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchTemplateAsync(Elastic.Clients.Elasticsearch.Indices? indices, CancellationToken cancellationToken = default) @@ -7265,7 +7245,7 @@ public virtual Task> SearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchTemplateAsync(Elastic.Clients.Elasticsearch.Indices? indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -7277,7 +7257,7 @@ public virtual Task> SearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchTemplateAsync(CancellationToken cancellationToken = default) @@ -7288,7 +7268,7 @@ public virtual Task> SearchTemplateAsync - /// Allows to use the Mustache language to pre-render a search definition. + /// Runs a search with a search template. /// Learn more about this API in the Elasticsearch documentation. /// public virtual Task> SearchTemplateAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -8119,7 +8099,7 @@ public virtual Task> UpdateAsync - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8130,7 +8110,7 @@ public virtual UpdateByQueryResponse UpdateByQuery(UpdateByQueryRequest request) } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(UpdateByQueryRequest request, CancellationToken cancellationToken = default) @@ -8140,7 +8120,7 @@ public virtual Task UpdateByQueryAsync(UpdateByQueryReque } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8151,7 +8131,7 @@ public virtual UpdateByQueryResponse UpdateByQuery(UpdateByQueryReque } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8163,7 +8143,7 @@ public virtual UpdateByQueryResponse UpdateByQuery(Elastic.Clients.El } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8176,7 +8156,7 @@ public virtual UpdateByQueryResponse UpdateByQuery(Elastic.Clients.El } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8188,7 +8168,7 @@ public virtual UpdateByQueryResponse UpdateByQuery() } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8201,7 +8181,7 @@ public virtual UpdateByQueryResponse UpdateByQuery(Action - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. /// [Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8212,7 +8192,7 @@ public virtual UpdateByQueryResponse UpdateByQuery(UpdateByQueryRequestDescripto } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8224,7 +8204,7 @@ public virtual UpdateByQueryResponse UpdateByQuery(Elastic.Clients.Elasticsearch } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")] @@ -8237,7 +8217,7 @@ public virtual UpdateByQueryResponse UpdateByQuery(Elastic.Clients.Elasticsearch } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(UpdateByQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8247,7 +8227,7 @@ public virtual Task UpdateByQueryAsync(UpdateB } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -8258,7 +8238,7 @@ public virtual Task UpdateByQueryAsync(Elastic } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(Elastic.Clients.Elasticsearch.Indices indices, Action> configureRequest, CancellationToken cancellationToken = default) @@ -8270,7 +8250,7 @@ public virtual Task UpdateByQueryAsync(Elastic } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(CancellationToken cancellationToken = default) @@ -8281,7 +8261,7 @@ public virtual Task UpdateByQueryAsync(Cancell } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(Action> configureRequest, CancellationToken cancellationToken = default) @@ -8293,7 +8273,7 @@ public virtual Task UpdateByQueryAsync(Action< } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(UpdateByQueryRequestDescriptor descriptor, CancellationToken cancellationToken = default) @@ -8303,7 +8283,7 @@ public virtual Task UpdateByQueryAsync(UpdateByQueryReque } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(Elastic.Clients.Elasticsearch.Indices indices, CancellationToken cancellationToken = default) @@ -8314,7 +8294,7 @@ public virtual Task UpdateByQueryAsync(Elastic.Clients.El } /// - /// Updates documents that match the specified query. If no query is specified,
performs an update on every document in the index without changing the source,
for example to pick up a mapping change.
+ /// Updates documents that match the specified query.
If no query is specified, performs an update on every document in the data stream or index without modifying the source, which is useful for picking up mapping changes.
/// Learn more about this API in the Elasticsearch documentation. ///
public virtual Task UpdateByQueryAsync(Elastic.Clients.Elasticsearch.Indices indices, Action configureRequest, CancellationToken cancellationToken = default) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/Normalizers.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/Normalizers.g.cs index 7c706548130..69d46b4219a 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/Normalizers.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/Normalizers.g.cs @@ -122,7 +122,7 @@ public override void Write(Utf8JsonWriter writer, INormalizer value, JsonSeriali } /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// [JsonConverter(typeof(NormalizerInterfaceConverter))] public partial interface INormalizer diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/ByteSize.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/ByteSize.g.cs index dd2a8b0060d..0f08d482e39 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/ByteSize.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/ByteSize.g.cs @@ -31,7 +31,7 @@ namespace Elastic.Clients.Elasticsearch; /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class ByteSize : Union { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/Context.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/Context.g.cs index 2e7722c3218..17462b44bf8 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/Context.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/Context.g.cs @@ -32,7 +32,7 @@ namespace Elastic.Clients.Elasticsearch.Core.Search; /// /// Text or location that we want similar documents for or a lookup to a document's field for the text. -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class Context : Union { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/MSearch/MultisearchBody.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/MSearch/MultisearchBody.g.cs index 6af770f0a3d..014d82faeb3 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/MSearch/MultisearchBody.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/MSearch/MultisearchBody.g.cs @@ -95,7 +95,7 @@ public override MultisearchBody Read(ref Utf8JsonReader reader, Type typeToConve if (property == "knn") { - variant.Knn = JsonSerializer.Deserialize?>(ref reader, options); + variant.Knn = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } @@ -131,7 +131,7 @@ public override MultisearchBody Read(ref Utf8JsonReader reader, Type typeToConve if (property == "rescore") { - variant.Rescore = JsonSerializer.Deserialize?>(ref reader, options); + variant.Rescore = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } @@ -167,7 +167,7 @@ public override MultisearchBody Read(ref Utf8JsonReader reader, Type typeToConve if (property == "sort") { - variant.Sort = JsonSerializer.Deserialize?>(ref reader, options); + variant.Sort = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricDiscountedCumulativeGain.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricDiscountedCumulativeGain.g.cs index cbc5b3add80..088dbd22faf 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricDiscountedCumulativeGain.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricDiscountedCumulativeGain.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Core.RankEval; /// /// Discounted cumulative gain (DCG) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricDiscountedCumulativeGain { @@ -48,7 +48,7 @@ public sealed partial class RankEvalMetricDiscountedCumulativeGain /// /// Discounted cumulative gain (DCG) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricDiscountedCumulativeGainDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricExpectedReciprocalRank.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricExpectedReciprocalRank.g.cs index 37813085642..2e64982ee01 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricExpectedReciprocalRank.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricExpectedReciprocalRank.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Core.RankEval; /// /// Expected Reciprocal Rank (ERR) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricExpectedReciprocalRank { @@ -48,7 +48,7 @@ public sealed partial class RankEvalMetricExpectedReciprocalRank /// /// Expected Reciprocal Rank (ERR) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricExpectedReciprocalRankDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricMeanReciprocalRank.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricMeanReciprocalRank.g.cs index 15a3c5d5f49..a7f9059b224 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricMeanReciprocalRank.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricMeanReciprocalRank.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Core.RankEval; /// /// Mean Reciprocal Rank -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricMeanReciprocalRank { @@ -48,7 +48,7 @@ public sealed partial class RankEvalMetricMeanReciprocalRank /// /// Mean Reciprocal Rank -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricMeanReciprocalRankDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricPrecision.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricPrecision.g.cs index 9c12837f219..3261416b437 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricPrecision.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricPrecision.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Core.RankEval; /// /// Precision at K (P@k) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricPrecision { @@ -54,7 +54,7 @@ public sealed partial class RankEvalMetricPrecision /// /// Precision at K (P@k) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricPrecisionDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricRecall.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricRecall.g.cs index 7c589b4cf50..548f0ac7705 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricRecall.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/RankEval/RankEvalMetricRecall.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Core.RankEval; /// /// Recall at K (R@k) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricRecall { @@ -48,7 +48,7 @@ public sealed partial class RankEvalMetricRecall /// /// Recall at K (R@k) -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class RankEvalMetricRecallDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Enums/Enums.Aggregations.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Enums/Enums.Aggregations.g.cs index 3436e218500..870f3b656d7 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Enums/Enums.Aggregations.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Enums/Enums.Aggregations.g.cs @@ -57,7 +57,7 @@ public override CalendarInterval Read(ref Utf8JsonReader reader, Type typeToConv switch (enumString) { case "year": - case "1Y": + case "1y": return CalendarInterval.Year; case "week": case "1w": diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Enums/Enums.Mapping.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Enums/Enums.Mapping.g.cs index d30a9ca8c9c..9ec96956348 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Enums/Enums.Mapping.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Enums/Enums.Mapping.g.cs @@ -99,6 +99,8 @@ public enum FieldType Short, [EnumMember(Value = "shape")] Shape, + [EnumMember(Value = "semantic_text")] + SemanticText, [EnumMember(Value = "search_as_you_type")] SearchAsYouType, [EnumMember(Value = "scaled_float")] @@ -198,6 +200,8 @@ public override FieldType Read(ref Utf8JsonReader reader, Type typeToConvert, Js return FieldType.Short; case "shape": return FieldType.Shape; + case "semantic_text": + return FieldType.SemanticText; case "search_as_you_type": return FieldType.SearchAsYouType; case "scaled_float": @@ -304,6 +308,9 @@ public override void Write(Utf8JsonWriter writer, FieldType value, JsonSerialize case FieldType.Shape: writer.WriteStringValue("shape"); return; + case FieldType.SemanticText: + writer.WriteStringValue("semantic_text"); + return; case FieldType.SearchAsYouType: writer.WriteStringValue("search_as_you_type"); return; diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Fuzziness.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Fuzziness.g.cs index 8b1381781fa..677ebac3179 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Fuzziness.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Fuzziness.g.cs @@ -31,7 +31,7 @@ namespace Elastic.Clients.Elasticsearch; /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class Fuzziness : Union { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/IndexManagement/IndexSettings.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/IndexManagement/IndexSettings.g.cs index 9571bb04a77..fcd2f450e01 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/IndexManagement/IndexSettings.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/IndexManagement/IndexSettings.g.cs @@ -300,7 +300,7 @@ public override IndexSettings Read(ref Utf8JsonReader reader, Type typeToConvert if (property == "routing_path") { - variant.RoutingPath = JsonSerializer.Deserialize?>(ref reader, options); + variant.RoutingPath = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } @@ -739,7 +739,7 @@ public override void Write(Utf8JsonWriter writer, IndexSettings value, JsonSeria } /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// [JsonConverter(typeof(IndexSettingsConverter))] public sealed partial class IndexSettings @@ -828,7 +828,7 @@ public sealed partial class IndexSettings } /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class IndexSettingsDescriptor : SerializableDescriptor> { @@ -2253,7 +2253,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o } /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class IndexSettingsDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/IndexManagement/MappingLimitSettings.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/IndexManagement/MappingLimitSettings.g.cs index dfbd646fbd8..09db8830744 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/IndexManagement/MappingLimitSettings.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/IndexManagement/MappingLimitSettings.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.IndexManagement; /// /// Mapping Limit Settings -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class MappingLimitSettings { @@ -53,7 +53,7 @@ public sealed partial class MappingLimitSettings /// /// Mapping Limit Settings -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class MappingLimitSettingsDescriptor : SerializableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/KnnRetriever.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/KnnRetriever.g.cs new file mode 100644 index 00000000000..d4e4c54d709 --- /dev/null +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/KnnRetriever.g.cs @@ -0,0 +1,480 @@ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. +// +// ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ +// ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ +// ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ +// ██║╚██╗██║██║ ██║ ██║ ██║██║ ██╔══╝ +// ██║ ╚████║╚██████╔╝ ██║ ██║╚██████╗███████╗ +// ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝ +// ------------------------------------------------ +// +// This file is automatically generated. +// Please do not edit these files manually. +// +// ------------------------------------------------ + +#nullable restore + +using Elastic.Clients.Elasticsearch.Fluent; +using Elastic.Clients.Elasticsearch.Serialization; +using System; +using System.Collections.Generic; +using System.Linq.Expressions; +using System.Text.Json; +using System.Text.Json.Serialization; + +namespace Elastic.Clients.Elasticsearch; + +public sealed partial class KnnRetriever +{ + /// + /// The name of the vector field to search against. + /// + [JsonInclude, JsonPropertyName("field")] + public string Field { get; set; } + + /// + /// Query to filter the documents that can match. + /// + [JsonInclude, JsonPropertyName("filter")] + [SingleOrManyCollectionConverter(typeof(Elastic.Clients.Elasticsearch.QueryDsl.Query))] + public ICollection? Filter { get; set; } + + /// + /// Number of nearest neighbors to return as top hits. + /// + [JsonInclude, JsonPropertyName("k")] + public int k { get; set; } + + /// + /// Number of nearest neighbor candidates to consider per shard. + /// + [JsonInclude, JsonPropertyName("num_candidates")] + public int NumCandidates { get; set; } + + /// + /// Query vector. Must have the same number of dimensions as the vector field you are searching against. You must provide a query_vector_builder or query_vector, but not both. + /// + [JsonInclude, JsonPropertyName("query_vector")] + public ICollection? QueryVector { get; set; } + + /// + /// Defines a model to build a query vector. + /// + [JsonInclude, JsonPropertyName("query_vector_builder")] + public Elastic.Clients.Elasticsearch.QueryVectorBuilder? QueryVectorBuilder { get; set; } + + /// + /// The minimum similarity required for a document to be considered a match. + /// + [JsonInclude, JsonPropertyName("similarity")] + public float? Similarity { get; set; } + + public static implicit operator Elastic.Clients.Elasticsearch.Retriever(KnnRetriever knnRetriever) => Elastic.Clients.Elasticsearch.Retriever.Knn(knnRetriever); +} + +public sealed partial class KnnRetrieverDescriptor : SerializableDescriptor> +{ + internal KnnRetrieverDescriptor(Action> configure) => configure.Invoke(this); + + public KnnRetrieverDescriptor() : base() + { + } + + private string FieldValue { get; set; } + private ICollection? FilterValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor FilterDescriptor { get; set; } + private Action> FilterDescriptorAction { get; set; } + private Action>[] FilterDescriptorActions { get; set; } + private int kValue { get; set; } + private int NumCandidatesValue { get; set; } + private ICollection? QueryVectorValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryVectorBuilder? QueryVectorBuilderValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryVectorBuilderDescriptor QueryVectorBuilderDescriptor { get; set; } + private Action QueryVectorBuilderDescriptorAction { get; set; } + private float? SimilarityValue { get; set; } + + /// + /// The name of the vector field to search against. + /// + public KnnRetrieverDescriptor Field(string field) + { + FieldValue = field; + return Self; + } + + /// + /// Query to filter the documents that can match. + /// + public KnnRetrieverDescriptor Filter(ICollection? filter) + { + FilterDescriptor = null; + FilterDescriptorAction = null; + FilterDescriptorActions = null; + FilterValue = filter; + return Self; + } + + public KnnRetrieverDescriptor Filter(Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor descriptor) + { + FilterValue = null; + FilterDescriptorAction = null; + FilterDescriptorActions = null; + FilterDescriptor = descriptor; + return Self; + } + + public KnnRetrieverDescriptor Filter(Action> configure) + { + FilterValue = null; + FilterDescriptor = null; + FilterDescriptorActions = null; + FilterDescriptorAction = configure; + return Self; + } + + public KnnRetrieverDescriptor Filter(params Action>[] configure) + { + FilterValue = null; + FilterDescriptor = null; + FilterDescriptorAction = null; + FilterDescriptorActions = configure; + return Self; + } + + /// + /// Number of nearest neighbors to return as top hits. + /// + public KnnRetrieverDescriptor k(int k) + { + kValue = k; + return Self; + } + + /// + /// Number of nearest neighbor candidates to consider per shard. + /// + public KnnRetrieverDescriptor NumCandidates(int numCandidates) + { + NumCandidatesValue = numCandidates; + return Self; + } + + /// + /// Query vector. Must have the same number of dimensions as the vector field you are searching against. You must provide a query_vector_builder or query_vector, but not both. + /// + public KnnRetrieverDescriptor QueryVector(ICollection? queryVector) + { + QueryVectorValue = queryVector; + return Self; + } + + /// + /// Defines a model to build a query vector. + /// + public KnnRetrieverDescriptor QueryVectorBuilder(Elastic.Clients.Elasticsearch.QueryVectorBuilder? queryVectorBuilder) + { + QueryVectorBuilderDescriptor = null; + QueryVectorBuilderDescriptorAction = null; + QueryVectorBuilderValue = queryVectorBuilder; + return Self; + } + + public KnnRetrieverDescriptor QueryVectorBuilder(Elastic.Clients.Elasticsearch.QueryVectorBuilderDescriptor descriptor) + { + QueryVectorBuilderValue = null; + QueryVectorBuilderDescriptorAction = null; + QueryVectorBuilderDescriptor = descriptor; + return Self; + } + + public KnnRetrieverDescriptor QueryVectorBuilder(Action configure) + { + QueryVectorBuilderValue = null; + QueryVectorBuilderDescriptor = null; + QueryVectorBuilderDescriptorAction = configure; + return Self; + } + + /// + /// The minimum similarity required for a document to be considered a match. + /// + public KnnRetrieverDescriptor Similarity(float? similarity) + { + SimilarityValue = similarity; + return Self; + } + + protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions options, IElasticsearchClientSettings settings) + { + writer.WriteStartObject(); + writer.WritePropertyName("field"); + writer.WriteStringValue(FieldValue); + if (FilterDescriptor is not null) + { + writer.WritePropertyName("filter"); + JsonSerializer.Serialize(writer, FilterDescriptor, options); + } + else if (FilterDescriptorAction is not null) + { + writer.WritePropertyName("filter"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(FilterDescriptorAction), options); + } + else if (FilterDescriptorActions is not null) + { + writer.WritePropertyName("filter"); + if (FilterDescriptorActions.Length != 1) + writer.WriteStartArray(); + foreach (var action in FilterDescriptorActions) + { + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(action), options); + } + + if (FilterDescriptorActions.Length != 1) + writer.WriteEndArray(); + } + else if (FilterValue is not null) + { + writer.WritePropertyName("filter"); + SingleOrManySerializationHelper.Serialize(FilterValue, writer, options); + } + + writer.WritePropertyName("k"); + writer.WriteNumberValue(kValue); + writer.WritePropertyName("num_candidates"); + writer.WriteNumberValue(NumCandidatesValue); + if (QueryVectorValue is not null) + { + writer.WritePropertyName("query_vector"); + JsonSerializer.Serialize(writer, QueryVectorValue, options); + } + + if (QueryVectorBuilderDescriptor is not null) + { + writer.WritePropertyName("query_vector_builder"); + JsonSerializer.Serialize(writer, QueryVectorBuilderDescriptor, options); + } + else if (QueryVectorBuilderDescriptorAction is not null) + { + writer.WritePropertyName("query_vector_builder"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryVectorBuilderDescriptor(QueryVectorBuilderDescriptorAction), options); + } + else if (QueryVectorBuilderValue is not null) + { + writer.WritePropertyName("query_vector_builder"); + JsonSerializer.Serialize(writer, QueryVectorBuilderValue, options); + } + + if (SimilarityValue.HasValue) + { + writer.WritePropertyName("similarity"); + writer.WriteNumberValue(SimilarityValue.Value); + } + + writer.WriteEndObject(); + } +} + +public sealed partial class KnnRetrieverDescriptor : SerializableDescriptor +{ + internal KnnRetrieverDescriptor(Action configure) => configure.Invoke(this); + + public KnnRetrieverDescriptor() : base() + { + } + + private string FieldValue { get; set; } + private ICollection? FilterValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor FilterDescriptor { get; set; } + private Action FilterDescriptorAction { get; set; } + private Action[] FilterDescriptorActions { get; set; } + private int kValue { get; set; } + private int NumCandidatesValue { get; set; } + private ICollection? QueryVectorValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryVectorBuilder? QueryVectorBuilderValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryVectorBuilderDescriptor QueryVectorBuilderDescriptor { get; set; } + private Action QueryVectorBuilderDescriptorAction { get; set; } + private float? SimilarityValue { get; set; } + + /// + /// The name of the vector field to search against. + /// + public KnnRetrieverDescriptor Field(string field) + { + FieldValue = field; + return Self; + } + + /// + /// Query to filter the documents that can match. + /// + public KnnRetrieverDescriptor Filter(ICollection? filter) + { + FilterDescriptor = null; + FilterDescriptorAction = null; + FilterDescriptorActions = null; + FilterValue = filter; + return Self; + } + + public KnnRetrieverDescriptor Filter(Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor descriptor) + { + FilterValue = null; + FilterDescriptorAction = null; + FilterDescriptorActions = null; + FilterDescriptor = descriptor; + return Self; + } + + public KnnRetrieverDescriptor Filter(Action configure) + { + FilterValue = null; + FilterDescriptor = null; + FilterDescriptorActions = null; + FilterDescriptorAction = configure; + return Self; + } + + public KnnRetrieverDescriptor Filter(params Action[] configure) + { + FilterValue = null; + FilterDescriptor = null; + FilterDescriptorAction = null; + FilterDescriptorActions = configure; + return Self; + } + + /// + /// Number of nearest neighbors to return as top hits. + /// + public KnnRetrieverDescriptor k(int k) + { + kValue = k; + return Self; + } + + /// + /// Number of nearest neighbor candidates to consider per shard. + /// + public KnnRetrieverDescriptor NumCandidates(int numCandidates) + { + NumCandidatesValue = numCandidates; + return Self; + } + + /// + /// Query vector. Must have the same number of dimensions as the vector field you are searching against. You must provide a query_vector_builder or query_vector, but not both. + /// + public KnnRetrieverDescriptor QueryVector(ICollection? queryVector) + { + QueryVectorValue = queryVector; + return Self; + } + + /// + /// Defines a model to build a query vector. + /// + public KnnRetrieverDescriptor QueryVectorBuilder(Elastic.Clients.Elasticsearch.QueryVectorBuilder? queryVectorBuilder) + { + QueryVectorBuilderDescriptor = null; + QueryVectorBuilderDescriptorAction = null; + QueryVectorBuilderValue = queryVectorBuilder; + return Self; + } + + public KnnRetrieverDescriptor QueryVectorBuilder(Elastic.Clients.Elasticsearch.QueryVectorBuilderDescriptor descriptor) + { + QueryVectorBuilderValue = null; + QueryVectorBuilderDescriptorAction = null; + QueryVectorBuilderDescriptor = descriptor; + return Self; + } + + public KnnRetrieverDescriptor QueryVectorBuilder(Action configure) + { + QueryVectorBuilderValue = null; + QueryVectorBuilderDescriptor = null; + QueryVectorBuilderDescriptorAction = configure; + return Self; + } + + /// + /// The minimum similarity required for a document to be considered a match. + /// + public KnnRetrieverDescriptor Similarity(float? similarity) + { + SimilarityValue = similarity; + return Self; + } + + protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions options, IElasticsearchClientSettings settings) + { + writer.WriteStartObject(); + writer.WritePropertyName("field"); + writer.WriteStringValue(FieldValue); + if (FilterDescriptor is not null) + { + writer.WritePropertyName("filter"); + JsonSerializer.Serialize(writer, FilterDescriptor, options); + } + else if (FilterDescriptorAction is not null) + { + writer.WritePropertyName("filter"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(FilterDescriptorAction), options); + } + else if (FilterDescriptorActions is not null) + { + writer.WritePropertyName("filter"); + if (FilterDescriptorActions.Length != 1) + writer.WriteStartArray(); + foreach (var action in FilterDescriptorActions) + { + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(action), options); + } + + if (FilterDescriptorActions.Length != 1) + writer.WriteEndArray(); + } + else if (FilterValue is not null) + { + writer.WritePropertyName("filter"); + SingleOrManySerializationHelper.Serialize(FilterValue, writer, options); + } + + writer.WritePropertyName("k"); + writer.WriteNumberValue(kValue); + writer.WritePropertyName("num_candidates"); + writer.WriteNumberValue(NumCandidatesValue); + if (QueryVectorValue is not null) + { + writer.WritePropertyName("query_vector"); + JsonSerializer.Serialize(writer, QueryVectorValue, options); + } + + if (QueryVectorBuilderDescriptor is not null) + { + writer.WritePropertyName("query_vector_builder"); + JsonSerializer.Serialize(writer, QueryVectorBuilderDescriptor, options); + } + else if (QueryVectorBuilderDescriptorAction is not null) + { + writer.WritePropertyName("query_vector_builder"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryVectorBuilderDescriptor(QueryVectorBuilderDescriptorAction), options); + } + else if (QueryVectorBuilderValue is not null) + { + writer.WritePropertyName("query_vector_builder"); + JsonSerializer.Serialize(writer, QueryVectorBuilderValue, options); + } + + if (SimilarityValue.HasValue) + { + writer.WritePropertyName("similarity"); + writer.WriteNumberValue(SimilarityValue.Value); + } + + writer.WriteEndObject(); + } +} \ No newline at end of file diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/MachineLearning/DatafeedConfig.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/MachineLearning/DatafeedConfig.g.cs index 89fe8ae19a4..f882d7f0478 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/MachineLearning/DatafeedConfig.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/MachineLearning/DatafeedConfig.g.cs @@ -71,7 +71,7 @@ public override DatafeedConfig Read(ref Utf8JsonReader reader, Type typeToConver if (property == "indices" || property == "indexes") { - variant.Indices = JsonSerializer.Deserialize?>(ref reader, options); + variant.Indices = JsonSerializer.Deserialize(ref reader, options); continue; } @@ -250,7 +250,7 @@ public sealed partial class DatafeedConfig /// /// An array of index names. Wildcards are supported. If any indices are in remote clusters, the machine learning nodes must have the `remote_cluster_client` role. /// - public ICollection? Indices { get; set; } + public Elastic.Clients.Elasticsearch.Indices? Indices { get; set; } /// /// Specifies index expansion options that are used during search. @@ -306,7 +306,7 @@ public DatafeedConfigDescriptor() : base() private Elastic.Clients.Elasticsearch.MachineLearning.DelayedDataCheckConfigDescriptor DelayedDataCheckConfigDescriptor { get; set; } private Action DelayedDataCheckConfigDescriptorAction { get; set; } private Elastic.Clients.Elasticsearch.Duration? FrequencyValue { get; set; } - private ICollection? IndicesValue { get; set; } + private Elastic.Clients.Elasticsearch.Indices? IndicesValue { get; set; } private Elastic.Clients.Elasticsearch.IndicesOptions? IndicesOptionsValue { get; set; } private Elastic.Clients.Elasticsearch.IndicesOptionsDescriptor IndicesOptionsDescriptor { get; set; } private Action IndicesOptionsDescriptorAction { get; set; } @@ -404,7 +404,7 @@ public DatafeedConfigDescriptor Frequency(Elastic.Clients.Elasticsear /// /// An array of index names. Wildcards are supported. If any indices are in remote clusters, the machine learning nodes must have the `remote_cluster_client` role. /// - public DatafeedConfigDescriptor Indices(ICollection? indices) + public DatafeedConfigDescriptor Indices(Elastic.Clients.Elasticsearch.Indices? indices) { IndicesValue = indices; return Self; @@ -663,7 +663,7 @@ public DatafeedConfigDescriptor() : base() private Elastic.Clients.Elasticsearch.MachineLearning.DelayedDataCheckConfigDescriptor DelayedDataCheckConfigDescriptor { get; set; } private Action DelayedDataCheckConfigDescriptorAction { get; set; } private Elastic.Clients.Elasticsearch.Duration? FrequencyValue { get; set; } - private ICollection? IndicesValue { get; set; } + private Elastic.Clients.Elasticsearch.Indices? IndicesValue { get; set; } private Elastic.Clients.Elasticsearch.IndicesOptions? IndicesOptionsValue { get; set; } private Elastic.Clients.Elasticsearch.IndicesOptionsDescriptor IndicesOptionsDescriptor { get; set; } private Action IndicesOptionsDescriptorAction { get; set; } @@ -761,7 +761,7 @@ public DatafeedConfigDescriptor Frequency(Elastic.Clients.Elasticsearch.Duration /// /// An array of index names. Wildcards are supported. If any indices are in remote clusters, the machine learning nodes must have the `remote_cluster_client` role. /// - public DatafeedConfigDescriptor Indices(ICollection? indices) + public DatafeedConfigDescriptor Indices(Elastic.Clients.Elasticsearch.Indices? indices) { IndicesValue = indices; return Self; diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/MachineLearning/InferenceResponseResult.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/MachineLearning/InferenceResponseResult.g.cs index b7f56e93114..eebe075625e 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/MachineLearning/InferenceResponseResult.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/MachineLearning/InferenceResponseResult.g.cs @@ -51,6 +51,7 @@ public sealed partial class InferenceResponseResult /// If the model is trained for a text classification or zero shot classification task, the response is the
predicted class.
For named entity recognition (NER) tasks, it contains the annotated text output.
For fill mask tasks, it contains the top prediction for replacing the mask token.
For text embedding tasks, it contains the raw numerical text embedding values.
For regression models, its a numerical value
For classification models, it may be an integer, double, boolean or string depending on prediction type
///
[JsonInclude, JsonPropertyName("predicted_value")] + [SingleOrManyCollectionConverter(typeof(object))] public IReadOnlyCollection? PredictedValue { get; init; } /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/DynamicTemplate.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/DynamicTemplate.g.cs index b9d89e78397..a916ae77c98 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/DynamicTemplate.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/DynamicTemplate.g.cs @@ -117,13 +117,13 @@ public override DynamicTemplate Read(ref Utf8JsonReader reader, Type typeToConve reader.Read(); if (propertyName == "match") { - matchValue = JsonSerializer.Deserialize?>(ref reader, options); + matchValue = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } if (propertyName == "match_mapping_type") { - matchMappingTypeValue = JsonSerializer.Deserialize?>(ref reader, options); + matchMappingTypeValue = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } @@ -135,25 +135,25 @@ public override DynamicTemplate Read(ref Utf8JsonReader reader, Type typeToConve if (propertyName == "path_match") { - pathMatchValue = JsonSerializer.Deserialize?>(ref reader, options); + pathMatchValue = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } if (propertyName == "path_unmatch") { - pathUnmatchValue = JsonSerializer.Deserialize?>(ref reader, options); + pathUnmatchValue = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } if (propertyName == "unmatch") { - unmatchValue = JsonSerializer.Deserialize?>(ref reader, options); + unmatchValue = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } if (propertyName == "unmatch_mapping_type") { - unmatchMappingTypeValue = JsonSerializer.Deserialize?>(ref reader, options); + unmatchMappingTypeValue = SingleOrManySerializationHelper.Deserialize(ref reader, options); continue; } diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/GeoShapeProperty.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/GeoShapeProperty.g.cs index 054a4784610..bd8c6c3bc01 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/GeoShapeProperty.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/GeoShapeProperty.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Mapping; /// /// The `geo_shape` data type facilitates the indexing of and searching with arbitrary geo shapes such as rectangles
and polygons.
-/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. ///
public sealed partial class GeoShapeProperty : IProperty { @@ -73,7 +73,7 @@ public sealed partial class GeoShapeProperty : IProperty /// /// The `geo_shape` data type facilitates the indexing of and searching with arbitrary geo shapes such as rectangles
and polygons.
-/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. ///
public sealed partial class GeoShapePropertyDescriptor : SerializableDescriptor>, IBuildableDescriptor { @@ -326,7 +326,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// The `geo_shape` data type facilitates the indexing of and searching with arbitrary geo shapes such as rectangles
and polygons.
-/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. ///
public sealed partial class GeoShapePropertyDescriptor : SerializableDescriptor, IBuildableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/Properties.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/Properties.g.cs index 0a53766132c..9cf52241069 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/Properties.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/Properties.g.cs @@ -266,6 +266,11 @@ public PropertiesDescriptor() : base(new Properties()) public PropertiesDescriptor SearchAsYouType(Elastic.Clients.Elasticsearch.PropertyName propertyName, SearchAsYouTypeProperty searchAsYouTypeProperty) => AssignVariant(propertyName, searchAsYouTypeProperty); public PropertiesDescriptor SearchAsYouType(Expression> propertyName) => AssignVariant, SearchAsYouTypeProperty>(propertyName, null); public PropertiesDescriptor SearchAsYouType(Expression> propertyName, Action> configure) => AssignVariant, SearchAsYouTypeProperty>(propertyName, configure); + public PropertiesDescriptor SemanticText(Elastic.Clients.Elasticsearch.PropertyName propertyName) => AssignVariant(propertyName, null); + public PropertiesDescriptor SemanticText(Elastic.Clients.Elasticsearch.PropertyName propertyName, Action configure) => AssignVariant(propertyName, configure); + public PropertiesDescriptor SemanticText(Elastic.Clients.Elasticsearch.PropertyName propertyName, SemanticTextProperty semanticTextProperty) => AssignVariant(propertyName, semanticTextProperty); + public PropertiesDescriptor SemanticText(Expression> propertyName) => AssignVariant(propertyName, null); + public PropertiesDescriptor SemanticText(Expression> propertyName, Action configure) => AssignVariant(propertyName, configure); public PropertiesDescriptor Shape(Elastic.Clients.Elasticsearch.PropertyName propertyName) => AssignVariant, ShapeProperty>(propertyName, null); public PropertiesDescriptor Shape(Elastic.Clients.Elasticsearch.PropertyName propertyName, Action> configure) => AssignVariant, ShapeProperty>(propertyName, configure); public PropertiesDescriptor Shape(Elastic.Clients.Elasticsearch.PropertyName propertyName, ShapeProperty shapeProperty) => AssignVariant(propertyName, shapeProperty); @@ -402,6 +407,8 @@ public override IProperty Read(ref Utf8JsonReader reader, Type typeToConvert, Js return JsonSerializer.Deserialize(ref reader, options); case "search_as_you_type": return JsonSerializer.Deserialize(ref reader, options); + case "semantic_text": + return JsonSerializer.Deserialize(ref reader, options); case "shape": return JsonSerializer.Deserialize(ref reader, options); case "short": @@ -553,6 +560,9 @@ public override void Write(Utf8JsonWriter writer, IProperty value, JsonSerialize case "search_as_you_type": JsonSerializer.Serialize(writer, value, typeof(Elastic.Clients.Elasticsearch.Mapping.SearchAsYouTypeProperty), options); return; + case "semantic_text": + JsonSerializer.Serialize(writer, value, typeof(Elastic.Clients.Elasticsearch.Mapping.SemanticTextProperty), options); + return; case "shape": JsonSerializer.Serialize(writer, value, typeof(Elastic.Clients.Elasticsearch.Mapping.ShapeProperty), options); return; diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/SemanticTextProperty.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/SemanticTextProperty.g.cs new file mode 100644 index 00000000000..0e3d3412758 --- /dev/null +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/SemanticTextProperty.g.cs @@ -0,0 +1,85 @@ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. +// +// ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ +// ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ +// ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ +// ██║╚██╗██║██║ ██║ ██║ ██║██║ ██╔══╝ +// ██║ ╚████║╚██████╔╝ ██║ ██║╚██████╗███████╗ +// ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝ +// ------------------------------------------------ +// +// This file is automatically generated. +// Please do not edit these files manually. +// +// ------------------------------------------------ + +#nullable restore + +using Elastic.Clients.Elasticsearch.Fluent; +using Elastic.Clients.Elasticsearch.Serialization; +using System; +using System.Collections.Generic; +using System.Linq.Expressions; +using System.Text.Json; +using System.Text.Json.Serialization; + +namespace Elastic.Clients.Elasticsearch.Mapping; + +public sealed partial class SemanticTextProperty : IProperty +{ + [JsonInclude, JsonPropertyName("inference_id")] + public Elastic.Clients.Elasticsearch.Id InferenceId { get; set; } + [JsonInclude, JsonPropertyName("meta")] + public IDictionary? Meta { get; set; } + + [JsonInclude, JsonPropertyName("type")] + public string Type => "semantic_text"; +} + +public sealed partial class SemanticTextPropertyDescriptor : SerializableDescriptor, IBuildableDescriptor +{ + internal SemanticTextPropertyDescriptor(Action configure) => configure.Invoke(this); + + public SemanticTextPropertyDescriptor() : base() + { + } + + private Elastic.Clients.Elasticsearch.Id InferenceIdValue { get; set; } + private IDictionary? MetaValue { get; set; } + + public SemanticTextPropertyDescriptor InferenceId(Elastic.Clients.Elasticsearch.Id inferenceId) + { + InferenceIdValue = inferenceId; + return Self; + } + + public SemanticTextPropertyDescriptor Meta(Func, FluentDictionary> selector) + { + MetaValue = selector?.Invoke(new FluentDictionary()); + return Self; + } + + protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions options, IElasticsearchClientSettings settings) + { + writer.WriteStartObject(); + writer.WritePropertyName("inference_id"); + JsonSerializer.Serialize(writer, InferenceIdValue, options); + if (MetaValue is not null) + { + writer.WritePropertyName("meta"); + JsonSerializer.Serialize(writer, MetaValue, options); + } + + writer.WritePropertyName("type"); + writer.WriteStringValue("semantic_text"); + writer.WriteEndObject(); + } + + SemanticTextProperty IBuildableDescriptor.Build() => new() + { + InferenceId = InferenceIdValue, + Meta = MetaValue + }; +} \ No newline at end of file diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/ShapeProperty.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/ShapeProperty.g.cs index 357f6463ed0..3e288ecb8d8 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/ShapeProperty.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/ShapeProperty.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.Mapping; /// /// The `shape` data type facilitates the indexing of and searching with arbitrary `x, y` cartesian shapes such as
rectangles and polygons.
-/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. ///
public sealed partial class ShapeProperty : IProperty { @@ -71,7 +71,7 @@ public sealed partial class ShapeProperty : IProperty /// /// The `shape` data type facilitates the indexing of and searching with arbitrary `x, y` cartesian shapes such as
rectangles and polygons.
-/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. ///
public sealed partial class ShapePropertyDescriptor : SerializableDescriptor>, IBuildableDescriptor { @@ -310,7 +310,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// The `shape` data type facilitates the indexing of and searching with arbitrary `x, y` cartesian shapes such as
rectangles and polygons.
-/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. ///
public sealed partial class ShapePropertyDescriptor : SerializableDescriptor, IBuildableDescriptor { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/QueryDsl/Like.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/QueryDsl/Like.g.cs index a383df14cf1..deb118d02d0 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/QueryDsl/Like.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/QueryDsl/Like.g.cs @@ -32,7 +32,7 @@ namespace Elastic.Clients.Elasticsearch.QueryDsl; /// /// Text that we want similar documents for or a lookup to a document's field for the text. -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// public sealed partial class Like : Union { diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/QueryDsl/Query.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/QueryDsl/Query.g.cs index 5cf81d90d38..2a86dba2b3d 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/QueryDsl/Query.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/QueryDsl/Query.g.cs @@ -29,7 +29,7 @@ namespace Elastic.Clients.Elasticsearch.QueryDsl; /// -/// Learn more about this API in the Elasticsearch documentation. +/// Learn more about this API in the Elasticsearch documentation. /// [JsonConverter(typeof(QueryConverter))] public sealed partial class Query diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/RRFRetriever.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/RRFRetriever.g.cs new file mode 100644 index 00000000000..e5557750d43 --- /dev/null +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/RRFRetriever.g.cs @@ -0,0 +1,446 @@ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. +// +// ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ +// ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ +// ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ +// ██║╚██╗██║██║ ██║ ██║ ██║██║ ██╔══╝ +// ██║ ╚████║╚██████╔╝ ██║ ██║╚██████╗███████╗ +// ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝ +// ------------------------------------------------ +// +// This file is automatically generated. +// Please do not edit these files manually. +// +// ------------------------------------------------ + +#nullable restore + +using Elastic.Clients.Elasticsearch.Fluent; +using Elastic.Clients.Elasticsearch.Serialization; +using System; +using System.Collections.Generic; +using System.Linq.Expressions; +using System.Text.Json; +using System.Text.Json.Serialization; + +namespace Elastic.Clients.Elasticsearch; + +public sealed partial class RRFRetriever +{ + /// + /// Query to filter the documents that can match. + /// + [JsonInclude, JsonPropertyName("filter")] + [SingleOrManyCollectionConverter(typeof(Elastic.Clients.Elasticsearch.QueryDsl.Query))] + public ICollection? Filter { get; set; } + + /// + /// This value determines how much influence documents in individual result sets per query have over the final ranked result set. + /// + [JsonInclude, JsonPropertyName("rank_constant")] + public int? RankConstant { get; set; } + + /// + /// This value determines the size of the individual result sets per query. + /// + [JsonInclude, JsonPropertyName("rank_window_size")] + public int? RankWindowSize { get; set; } + + /// + /// A list of child retrievers to specify which sets of returned top documents will have the RRF formula applied to them. + /// + [JsonInclude, JsonPropertyName("retrievers")] + public ICollection Retrievers { get; set; } + + public static implicit operator Elastic.Clients.Elasticsearch.Retriever(RRFRetriever rRFRetriever) => Elastic.Clients.Elasticsearch.Retriever.Rrf(rRFRetriever); +} + +public sealed partial class RRFRetrieverDescriptor : SerializableDescriptor> +{ + internal RRFRetrieverDescriptor(Action> configure) => configure.Invoke(this); + + public RRFRetrieverDescriptor() : base() + { + } + + private ICollection? FilterValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor FilterDescriptor { get; set; } + private Action> FilterDescriptorAction { get; set; } + private Action>[] FilterDescriptorActions { get; set; } + private int? RankConstantValue { get; set; } + private int? RankWindowSizeValue { get; set; } + private ICollection RetrieversValue { get; set; } + private Elastic.Clients.Elasticsearch.RetrieverDescriptor RetrieversDescriptor { get; set; } + private Action> RetrieversDescriptorAction { get; set; } + private Action>[] RetrieversDescriptorActions { get; set; } + + /// + /// Query to filter the documents that can match. + /// + public RRFRetrieverDescriptor Filter(ICollection? filter) + { + FilterDescriptor = null; + FilterDescriptorAction = null; + FilterDescriptorActions = null; + FilterValue = filter; + return Self; + } + + public RRFRetrieverDescriptor Filter(Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor descriptor) + { + FilterValue = null; + FilterDescriptorAction = null; + FilterDescriptorActions = null; + FilterDescriptor = descriptor; + return Self; + } + + public RRFRetrieverDescriptor Filter(Action> configure) + { + FilterValue = null; + FilterDescriptor = null; + FilterDescriptorActions = null; + FilterDescriptorAction = configure; + return Self; + } + + public RRFRetrieverDescriptor Filter(params Action>[] configure) + { + FilterValue = null; + FilterDescriptor = null; + FilterDescriptorAction = null; + FilterDescriptorActions = configure; + return Self; + } + + /// + /// This value determines how much influence documents in individual result sets per query have over the final ranked result set. + /// + public RRFRetrieverDescriptor RankConstant(int? rankConstant) + { + RankConstantValue = rankConstant; + return Self; + } + + /// + /// This value determines the size of the individual result sets per query. + /// + public RRFRetrieverDescriptor RankWindowSize(int? rankWindowSize) + { + RankWindowSizeValue = rankWindowSize; + return Self; + } + + /// + /// A list of child retrievers to specify which sets of returned top documents will have the RRF formula applied to them. + /// + public RRFRetrieverDescriptor Retrievers(ICollection retrievers) + { + RetrieversDescriptor = null; + RetrieversDescriptorAction = null; + RetrieversDescriptorActions = null; + RetrieversValue = retrievers; + return Self; + } + + public RRFRetrieverDescriptor Retrievers(Elastic.Clients.Elasticsearch.RetrieverDescriptor descriptor) + { + RetrieversValue = null; + RetrieversDescriptorAction = null; + RetrieversDescriptorActions = null; + RetrieversDescriptor = descriptor; + return Self; + } + + public RRFRetrieverDescriptor Retrievers(Action> configure) + { + RetrieversValue = null; + RetrieversDescriptor = null; + RetrieversDescriptorActions = null; + RetrieversDescriptorAction = configure; + return Self; + } + + public RRFRetrieverDescriptor Retrievers(params Action>[] configure) + { + RetrieversValue = null; + RetrieversDescriptor = null; + RetrieversDescriptorAction = null; + RetrieversDescriptorActions = configure; + return Self; + } + + protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions options, IElasticsearchClientSettings settings) + { + writer.WriteStartObject(); + if (FilterDescriptor is not null) + { + writer.WritePropertyName("filter"); + JsonSerializer.Serialize(writer, FilterDescriptor, options); + } + else if (FilterDescriptorAction is not null) + { + writer.WritePropertyName("filter"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(FilterDescriptorAction), options); + } + else if (FilterDescriptorActions is not null) + { + writer.WritePropertyName("filter"); + if (FilterDescriptorActions.Length != 1) + writer.WriteStartArray(); + foreach (var action in FilterDescriptorActions) + { + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(action), options); + } + + if (FilterDescriptorActions.Length != 1) + writer.WriteEndArray(); + } + else if (FilterValue is not null) + { + writer.WritePropertyName("filter"); + SingleOrManySerializationHelper.Serialize(FilterValue, writer, options); + } + + if (RankConstantValue.HasValue) + { + writer.WritePropertyName("rank_constant"); + writer.WriteNumberValue(RankConstantValue.Value); + } + + if (RankWindowSizeValue.HasValue) + { + writer.WritePropertyName("rank_window_size"); + writer.WriteNumberValue(RankWindowSizeValue.Value); + } + + if (RetrieversDescriptor is not null) + { + writer.WritePropertyName("retrievers"); + writer.WriteStartArray(); + JsonSerializer.Serialize(writer, RetrieversDescriptor, options); + writer.WriteEndArray(); + } + else if (RetrieversDescriptorAction is not null) + { + writer.WritePropertyName("retrievers"); + writer.WriteStartArray(); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.RetrieverDescriptor(RetrieversDescriptorAction), options); + writer.WriteEndArray(); + } + else if (RetrieversDescriptorActions is not null) + { + writer.WritePropertyName("retrievers"); + writer.WriteStartArray(); + foreach (var action in RetrieversDescriptorActions) + { + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.RetrieverDescriptor(action), options); + } + + writer.WriteEndArray(); + } + else + { + writer.WritePropertyName("retrievers"); + JsonSerializer.Serialize(writer, RetrieversValue, options); + } + + writer.WriteEndObject(); + } +} + +public sealed partial class RRFRetrieverDescriptor : SerializableDescriptor +{ + internal RRFRetrieverDescriptor(Action configure) => configure.Invoke(this); + + public RRFRetrieverDescriptor() : base() + { + } + + private ICollection? FilterValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor FilterDescriptor { get; set; } + private Action FilterDescriptorAction { get; set; } + private Action[] FilterDescriptorActions { get; set; } + private int? RankConstantValue { get; set; } + private int? RankWindowSizeValue { get; set; } + private ICollection RetrieversValue { get; set; } + private Elastic.Clients.Elasticsearch.RetrieverDescriptor RetrieversDescriptor { get; set; } + private Action RetrieversDescriptorAction { get; set; } + private Action[] RetrieversDescriptorActions { get; set; } + + /// + /// Query to filter the documents that can match. + /// + public RRFRetrieverDescriptor Filter(ICollection? filter) + { + FilterDescriptor = null; + FilterDescriptorAction = null; + FilterDescriptorActions = null; + FilterValue = filter; + return Self; + } + + public RRFRetrieverDescriptor Filter(Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor descriptor) + { + FilterValue = null; + FilterDescriptorAction = null; + FilterDescriptorActions = null; + FilterDescriptor = descriptor; + return Self; + } + + public RRFRetrieverDescriptor Filter(Action configure) + { + FilterValue = null; + FilterDescriptor = null; + FilterDescriptorActions = null; + FilterDescriptorAction = configure; + return Self; + } + + public RRFRetrieverDescriptor Filter(params Action[] configure) + { + FilterValue = null; + FilterDescriptor = null; + FilterDescriptorAction = null; + FilterDescriptorActions = configure; + return Self; + } + + /// + /// This value determines how much influence documents in individual result sets per query have over the final ranked result set. + /// + public RRFRetrieverDescriptor RankConstant(int? rankConstant) + { + RankConstantValue = rankConstant; + return Self; + } + + /// + /// This value determines the size of the individual result sets per query. + /// + public RRFRetrieverDescriptor RankWindowSize(int? rankWindowSize) + { + RankWindowSizeValue = rankWindowSize; + return Self; + } + + /// + /// A list of child retrievers to specify which sets of returned top documents will have the RRF formula applied to them. + /// + public RRFRetrieverDescriptor Retrievers(ICollection retrievers) + { + RetrieversDescriptor = null; + RetrieversDescriptorAction = null; + RetrieversDescriptorActions = null; + RetrieversValue = retrievers; + return Self; + } + + public RRFRetrieverDescriptor Retrievers(Elastic.Clients.Elasticsearch.RetrieverDescriptor descriptor) + { + RetrieversValue = null; + RetrieversDescriptorAction = null; + RetrieversDescriptorActions = null; + RetrieversDescriptor = descriptor; + return Self; + } + + public RRFRetrieverDescriptor Retrievers(Action configure) + { + RetrieversValue = null; + RetrieversDescriptor = null; + RetrieversDescriptorActions = null; + RetrieversDescriptorAction = configure; + return Self; + } + + public RRFRetrieverDescriptor Retrievers(params Action[] configure) + { + RetrieversValue = null; + RetrieversDescriptor = null; + RetrieversDescriptorAction = null; + RetrieversDescriptorActions = configure; + return Self; + } + + protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions options, IElasticsearchClientSettings settings) + { + writer.WriteStartObject(); + if (FilterDescriptor is not null) + { + writer.WritePropertyName("filter"); + JsonSerializer.Serialize(writer, FilterDescriptor, options); + } + else if (FilterDescriptorAction is not null) + { + writer.WritePropertyName("filter"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(FilterDescriptorAction), options); + } + else if (FilterDescriptorActions is not null) + { + writer.WritePropertyName("filter"); + if (FilterDescriptorActions.Length != 1) + writer.WriteStartArray(); + foreach (var action in FilterDescriptorActions) + { + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(action), options); + } + + if (FilterDescriptorActions.Length != 1) + writer.WriteEndArray(); + } + else if (FilterValue is not null) + { + writer.WritePropertyName("filter"); + SingleOrManySerializationHelper.Serialize(FilterValue, writer, options); + } + + if (RankConstantValue.HasValue) + { + writer.WritePropertyName("rank_constant"); + writer.WriteNumberValue(RankConstantValue.Value); + } + + if (RankWindowSizeValue.HasValue) + { + writer.WritePropertyName("rank_window_size"); + writer.WriteNumberValue(RankWindowSizeValue.Value); + } + + if (RetrieversDescriptor is not null) + { + writer.WritePropertyName("retrievers"); + writer.WriteStartArray(); + JsonSerializer.Serialize(writer, RetrieversDescriptor, options); + writer.WriteEndArray(); + } + else if (RetrieversDescriptorAction is not null) + { + writer.WritePropertyName("retrievers"); + writer.WriteStartArray(); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.RetrieverDescriptor(RetrieversDescriptorAction), options); + writer.WriteEndArray(); + } + else if (RetrieversDescriptorActions is not null) + { + writer.WritePropertyName("retrievers"); + writer.WriteStartArray(); + foreach (var action in RetrieversDescriptorActions) + { + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.RetrieverDescriptor(action), options); + } + + writer.WriteEndArray(); + } + else + { + writer.WritePropertyName("retrievers"); + JsonSerializer.Serialize(writer, RetrieversValue, options); + } + + writer.WriteEndObject(); + } +} \ No newline at end of file diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Retriever.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Retriever.g.cs new file mode 100644 index 00000000000..797fea39b66 --- /dev/null +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Retriever.g.cs @@ -0,0 +1,257 @@ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. +// +// ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ +// ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ +// ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ +// ██║╚██╗██║██║ ██║ ██║ ██║██║ ██╔══╝ +// ██║ ╚████║╚██████╔╝ ██║ ██║╚██████╗███████╗ +// ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝ +// ------------------------------------------------ +// +// This file is automatically generated. +// Please do not edit these files manually. +// +// ------------------------------------------------ + +#nullable restore + +using Elastic.Clients.Elasticsearch.Fluent; +using Elastic.Clients.Elasticsearch.Serialization; +using System; +using System.Collections.Generic; +using System.Diagnostics.CodeAnalysis; +using System.Linq.Expressions; +using System.Text.Json; +using System.Text.Json.Serialization; + +namespace Elastic.Clients.Elasticsearch; + +[JsonConverter(typeof(RetrieverConverter))] +public sealed partial class Retriever +{ + internal Retriever(string variantName, object variant) + { + if (variantName is null) + throw new ArgumentNullException(nameof(variantName)); + if (variant is null) + throw new ArgumentNullException(nameof(variant)); + if (string.IsNullOrWhiteSpace(variantName)) + throw new ArgumentException("Variant name must not be empty or whitespace."); + VariantName = variantName; + Variant = variant; + } + + internal object Variant { get; } + internal string VariantName { get; } + + public static Retriever Knn(Elastic.Clients.Elasticsearch.KnnRetriever knnRetriever) => new Retriever("knn", knnRetriever); + public static Retriever Rrf(Elastic.Clients.Elasticsearch.RRFRetriever rRFRetriever) => new Retriever("rrf", rRFRetriever); + public static Retriever Standard(Elastic.Clients.Elasticsearch.StandardRetriever standardRetriever) => new Retriever("standard", standardRetriever); + + public bool TryGet([NotNullWhen(true)] out T? result) where T : class + { + result = default; + if (Variant is T variant) + { + result = variant; + return true; + } + + return false; + } +} + +internal sealed partial class RetrieverConverter : JsonConverter +{ + public override Retriever Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) + { + if (reader.TokenType != JsonTokenType.StartObject) + { + throw new JsonException("Expected start token."); + } + + object? variantValue = default; + string? variantNameValue = default; + while (reader.Read() && reader.TokenType != JsonTokenType.EndObject) + { + if (reader.TokenType != JsonTokenType.PropertyName) + { + throw new JsonException("Expected a property name token."); + } + + if (reader.TokenType != JsonTokenType.PropertyName) + { + throw new JsonException("Expected a property name token representing the name of an Elasticsearch field."); + } + + var propertyName = reader.GetString(); + reader.Read(); + if (propertyName == "knn") + { + variantValue = JsonSerializer.Deserialize(ref reader, options); + variantNameValue = propertyName; + continue; + } + + if (propertyName == "rrf") + { + variantValue = JsonSerializer.Deserialize(ref reader, options); + variantNameValue = propertyName; + continue; + } + + if (propertyName == "standard") + { + variantValue = JsonSerializer.Deserialize(ref reader, options); + variantNameValue = propertyName; + continue; + } + + throw new JsonException($"Unknown property name '{propertyName}' received while deserializing the 'Retriever' from the response."); + } + + var result = new Retriever(variantNameValue, variantValue); + return result; + } + + public override void Write(Utf8JsonWriter writer, Retriever value, JsonSerializerOptions options) + { + writer.WriteStartObject(); + if (value.VariantName is not null && value.Variant is not null) + { + writer.WritePropertyName(value.VariantName); + switch (value.VariantName) + { + case "knn": + JsonSerializer.Serialize(writer, (Elastic.Clients.Elasticsearch.KnnRetriever)value.Variant, options); + break; + case "rrf": + JsonSerializer.Serialize(writer, (Elastic.Clients.Elasticsearch.RRFRetriever)value.Variant, options); + break; + case "standard": + JsonSerializer.Serialize(writer, (Elastic.Clients.Elasticsearch.StandardRetriever)value.Variant, options); + break; + } + } + + writer.WriteEndObject(); + } +} + +public sealed partial class RetrieverDescriptor : SerializableDescriptor> +{ + internal RetrieverDescriptor(Action> configure) => configure.Invoke(this); + + public RetrieverDescriptor() : base() + { + } + + private bool ContainsVariant { get; set; } + private string ContainedVariantName { get; set; } + private object Variant { get; set; } + private Descriptor Descriptor { get; set; } + + private RetrieverDescriptor Set(Action descriptorAction, string variantName) where T : Descriptor + { + ContainedVariantName = variantName; + ContainsVariant = true; + var descriptor = (T)Activator.CreateInstance(typeof(T), true); + descriptorAction?.Invoke(descriptor); + Descriptor = descriptor; + return Self; + } + + private RetrieverDescriptor Set(object variant, string variantName) + { + Variant = variant; + ContainedVariantName = variantName; + ContainsVariant = true; + return Self; + } + + public RetrieverDescriptor Knn(Elastic.Clients.Elasticsearch.KnnRetriever knnRetriever) => Set(knnRetriever, "knn"); + public RetrieverDescriptor Knn(Action> configure) => Set(configure, "knn"); + public RetrieverDescriptor Rrf(Elastic.Clients.Elasticsearch.RRFRetriever rRFRetriever) => Set(rRFRetriever, "rrf"); + public RetrieverDescriptor Rrf(Action> configure) => Set(configure, "rrf"); + public RetrieverDescriptor Standard(Elastic.Clients.Elasticsearch.StandardRetriever standardRetriever) => Set(standardRetriever, "standard"); + public RetrieverDescriptor Standard(Action> configure) => Set(configure, "standard"); + + protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions options, IElasticsearchClientSettings settings) + { + writer.WriteStartObject(); + if (!string.IsNullOrEmpty(ContainedVariantName)) + { + writer.WritePropertyName(ContainedVariantName); + if (Variant is not null) + { + JsonSerializer.Serialize(writer, Variant, Variant.GetType(), options); + writer.WriteEndObject(); + return; + } + + JsonSerializer.Serialize(writer, Descriptor, Descriptor.GetType(), options); + } + + writer.WriteEndObject(); + } +} + +public sealed partial class RetrieverDescriptor : SerializableDescriptor +{ + internal RetrieverDescriptor(Action configure) => configure.Invoke(this); + + public RetrieverDescriptor() : base() + { + } + + private bool ContainsVariant { get; set; } + private string ContainedVariantName { get; set; } + private object Variant { get; set; } + private Descriptor Descriptor { get; set; } + + private RetrieverDescriptor Set(Action descriptorAction, string variantName) where T : Descriptor + { + ContainedVariantName = variantName; + ContainsVariant = true; + var descriptor = (T)Activator.CreateInstance(typeof(T), true); + descriptorAction?.Invoke(descriptor); + Descriptor = descriptor; + return Self; + } + + private RetrieverDescriptor Set(object variant, string variantName) + { + Variant = variant; + ContainedVariantName = variantName; + ContainsVariant = true; + return Self; + } + + public RetrieverDescriptor Knn(Elastic.Clients.Elasticsearch.KnnRetriever knnRetriever) => Set(knnRetriever, "knn"); + public RetrieverDescriptor Knn(Action configure) => Set(configure, "knn"); + public RetrieverDescriptor Rrf(Elastic.Clients.Elasticsearch.RRFRetriever rRFRetriever) => Set(rRFRetriever, "rrf"); + public RetrieverDescriptor Rrf(Action configure) => Set(configure, "rrf"); + public RetrieverDescriptor Standard(Elastic.Clients.Elasticsearch.StandardRetriever standardRetriever) => Set(standardRetriever, "standard"); + public RetrieverDescriptor Standard(Action configure) => Set(configure, "standard"); + + protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions options, IElasticsearchClientSettings settings) + { + writer.WriteStartObject(); + if (!string.IsNullOrEmpty(ContainedVariantName)) + { + writer.WritePropertyName(ContainedVariantName); + if (Variant is not null) + { + JsonSerializer.Serialize(writer, Variant, Variant.GetType(), options); + writer.WriteEndObject(); + return; + } + + JsonSerializer.Serialize(writer, Descriptor, Descriptor.GetType(), options); + } + + writer.WriteEndObject(); + } +} \ No newline at end of file diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/StandardRetriever.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/StandardRetriever.g.cs new file mode 100644 index 00000000000..f7d818ab545 --- /dev/null +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/StandardRetriever.g.cs @@ -0,0 +1,677 @@ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. +// +// ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ +// ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ +// ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ +// ██║╚██╗██║██║ ██║ ██║ ██║██║ ██╔══╝ +// ██║ ╚████║╚██████╔╝ ██║ ██║╚██████╗███████╗ +// ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝ +// ------------------------------------------------ +// +// This file is automatically generated. +// Please do not edit these files manually. +// +// ------------------------------------------------ + +#nullable restore + +using Elastic.Clients.Elasticsearch.Fluent; +using Elastic.Clients.Elasticsearch.Serialization; +using System; +using System.Collections.Generic; +using System.Linq.Expressions; +using System.Text.Json; +using System.Text.Json.Serialization; + +namespace Elastic.Clients.Elasticsearch; + +public sealed partial class StandardRetriever +{ + /// + /// Collapses the top documents by a specified key into a single top document per key. + /// + [JsonInclude, JsonPropertyName("collapse")] + public Elastic.Clients.Elasticsearch.Core.Search.FieldCollapse? Collapse { get; set; } + + /// + /// Query to filter the documents that can match. + /// + [JsonInclude, JsonPropertyName("filter")] + [SingleOrManyCollectionConverter(typeof(Elastic.Clients.Elasticsearch.QueryDsl.Query))] + public ICollection? Filter { get; set; } + + /// + /// Minimum _score for matching documents. Documents with a lower _score are not included in the top documents. + /// + [JsonInclude, JsonPropertyName("min_score")] + public float? MinScore { get; set; } + + /// + /// Defines a query to retrieve a set of top documents. + /// + [JsonInclude, JsonPropertyName("query")] + public Elastic.Clients.Elasticsearch.QueryDsl.Query? Query { get; set; } + + /// + /// Defines a search after object parameter used for pagination. + /// + [JsonInclude, JsonPropertyName("search_after")] + public ICollection? SearchAfter { get; set; } + + /// + /// A sort object that that specifies the order of matching documents. + /// + [JsonInclude, JsonPropertyName("sort")] + [SingleOrManyCollectionConverter(typeof(Elastic.Clients.Elasticsearch.SortOptions))] + public ICollection? Sort { get; set; } + + /// + /// Maximum number of documents to collect for each shard. + /// + [JsonInclude, JsonPropertyName("terminate_after")] + public int? TerminateAfter { get; set; } + + public static implicit operator Elastic.Clients.Elasticsearch.Retriever(StandardRetriever standardRetriever) => Elastic.Clients.Elasticsearch.Retriever.Standard(standardRetriever); +} + +public sealed partial class StandardRetrieverDescriptor : SerializableDescriptor> +{ + internal StandardRetrieverDescriptor(Action> configure) => configure.Invoke(this); + + public StandardRetrieverDescriptor() : base() + { + } + + private Elastic.Clients.Elasticsearch.Core.Search.FieldCollapse? CollapseValue { get; set; } + private Elastic.Clients.Elasticsearch.Core.Search.FieldCollapseDescriptor CollapseDescriptor { get; set; } + private Action> CollapseDescriptorAction { get; set; } + private ICollection? FilterValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor FilterDescriptor { get; set; } + private Action> FilterDescriptorAction { get; set; } + private Action>[] FilterDescriptorActions { get; set; } + private float? MinScoreValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryDsl.Query? QueryValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor QueryDescriptor { get; set; } + private Action> QueryDescriptorAction { get; set; } + private ICollection? SearchAfterValue { get; set; } + private ICollection? SortValue { get; set; } + private Elastic.Clients.Elasticsearch.SortOptionsDescriptor SortDescriptor { get; set; } + private Action> SortDescriptorAction { get; set; } + private Action>[] SortDescriptorActions { get; set; } + private int? TerminateAfterValue { get; set; } + + /// + /// Collapses the top documents by a specified key into a single top document per key. + /// + public StandardRetrieverDescriptor Collapse(Elastic.Clients.Elasticsearch.Core.Search.FieldCollapse? collapse) + { + CollapseDescriptor = null; + CollapseDescriptorAction = null; + CollapseValue = collapse; + return Self; + } + + public StandardRetrieverDescriptor Collapse(Elastic.Clients.Elasticsearch.Core.Search.FieldCollapseDescriptor descriptor) + { + CollapseValue = null; + CollapseDescriptorAction = null; + CollapseDescriptor = descriptor; + return Self; + } + + public StandardRetrieverDescriptor Collapse(Action> configure) + { + CollapseValue = null; + CollapseDescriptor = null; + CollapseDescriptorAction = configure; + return Self; + } + + /// + /// Query to filter the documents that can match. + /// + public StandardRetrieverDescriptor Filter(ICollection? filter) + { + FilterDescriptor = null; + FilterDescriptorAction = null; + FilterDescriptorActions = null; + FilterValue = filter; + return Self; + } + + public StandardRetrieverDescriptor Filter(Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor descriptor) + { + FilterValue = null; + FilterDescriptorAction = null; + FilterDescriptorActions = null; + FilterDescriptor = descriptor; + return Self; + } + + public StandardRetrieverDescriptor Filter(Action> configure) + { + FilterValue = null; + FilterDescriptor = null; + FilterDescriptorActions = null; + FilterDescriptorAction = configure; + return Self; + } + + public StandardRetrieverDescriptor Filter(params Action>[] configure) + { + FilterValue = null; + FilterDescriptor = null; + FilterDescriptorAction = null; + FilterDescriptorActions = configure; + return Self; + } + + /// + /// Minimum _score for matching documents. Documents with a lower _score are not included in the top documents. + /// + public StandardRetrieverDescriptor MinScore(float? minScore) + { + MinScoreValue = minScore; + return Self; + } + + /// + /// Defines a query to retrieve a set of top documents. + /// + public StandardRetrieverDescriptor Query(Elastic.Clients.Elasticsearch.QueryDsl.Query? query) + { + QueryDescriptor = null; + QueryDescriptorAction = null; + QueryValue = query; + return Self; + } + + public StandardRetrieverDescriptor Query(Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor descriptor) + { + QueryValue = null; + QueryDescriptorAction = null; + QueryDescriptor = descriptor; + return Self; + } + + public StandardRetrieverDescriptor Query(Action> configure) + { + QueryValue = null; + QueryDescriptor = null; + QueryDescriptorAction = configure; + return Self; + } + + /// + /// Defines a search after object parameter used for pagination. + /// + public StandardRetrieverDescriptor SearchAfter(ICollection? searchAfter) + { + SearchAfterValue = searchAfter; + return Self; + } + + /// + /// A sort object that that specifies the order of matching documents. + /// + public StandardRetrieverDescriptor Sort(ICollection? sort) + { + SortDescriptor = null; + SortDescriptorAction = null; + SortDescriptorActions = null; + SortValue = sort; + return Self; + } + + public StandardRetrieverDescriptor Sort(Elastic.Clients.Elasticsearch.SortOptionsDescriptor descriptor) + { + SortValue = null; + SortDescriptorAction = null; + SortDescriptorActions = null; + SortDescriptor = descriptor; + return Self; + } + + public StandardRetrieverDescriptor Sort(Action> configure) + { + SortValue = null; + SortDescriptor = null; + SortDescriptorActions = null; + SortDescriptorAction = configure; + return Self; + } + + public StandardRetrieverDescriptor Sort(params Action>[] configure) + { + SortValue = null; + SortDescriptor = null; + SortDescriptorAction = null; + SortDescriptorActions = configure; + return Self; + } + + /// + /// Maximum number of documents to collect for each shard. + /// + public StandardRetrieverDescriptor TerminateAfter(int? terminateAfter) + { + TerminateAfterValue = terminateAfter; + return Self; + } + + protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions options, IElasticsearchClientSettings settings) + { + writer.WriteStartObject(); + if (CollapseDescriptor is not null) + { + writer.WritePropertyName("collapse"); + JsonSerializer.Serialize(writer, CollapseDescriptor, options); + } + else if (CollapseDescriptorAction is not null) + { + writer.WritePropertyName("collapse"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.Core.Search.FieldCollapseDescriptor(CollapseDescriptorAction), options); + } + else if (CollapseValue is not null) + { + writer.WritePropertyName("collapse"); + JsonSerializer.Serialize(writer, CollapseValue, options); + } + + if (FilterDescriptor is not null) + { + writer.WritePropertyName("filter"); + JsonSerializer.Serialize(writer, FilterDescriptor, options); + } + else if (FilterDescriptorAction is not null) + { + writer.WritePropertyName("filter"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(FilterDescriptorAction), options); + } + else if (FilterDescriptorActions is not null) + { + writer.WritePropertyName("filter"); + if (FilterDescriptorActions.Length != 1) + writer.WriteStartArray(); + foreach (var action in FilterDescriptorActions) + { + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(action), options); + } + + if (FilterDescriptorActions.Length != 1) + writer.WriteEndArray(); + } + else if (FilterValue is not null) + { + writer.WritePropertyName("filter"); + SingleOrManySerializationHelper.Serialize(FilterValue, writer, options); + } + + if (MinScoreValue.HasValue) + { + writer.WritePropertyName("min_score"); + writer.WriteNumberValue(MinScoreValue.Value); + } + + if (QueryDescriptor is not null) + { + writer.WritePropertyName("query"); + JsonSerializer.Serialize(writer, QueryDescriptor, options); + } + else if (QueryDescriptorAction is not null) + { + writer.WritePropertyName("query"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(QueryDescriptorAction), options); + } + else if (QueryValue is not null) + { + writer.WritePropertyName("query"); + JsonSerializer.Serialize(writer, QueryValue, options); + } + + if (SearchAfterValue is not null) + { + writer.WritePropertyName("search_after"); + JsonSerializer.Serialize(writer, SearchAfterValue, options); + } + + if (SortDescriptor is not null) + { + writer.WritePropertyName("sort"); + JsonSerializer.Serialize(writer, SortDescriptor, options); + } + else if (SortDescriptorAction is not null) + { + writer.WritePropertyName("sort"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.SortOptionsDescriptor(SortDescriptorAction), options); + } + else if (SortDescriptorActions is not null) + { + writer.WritePropertyName("sort"); + if (SortDescriptorActions.Length != 1) + writer.WriteStartArray(); + foreach (var action in SortDescriptorActions) + { + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.SortOptionsDescriptor(action), options); + } + + if (SortDescriptorActions.Length != 1) + writer.WriteEndArray(); + } + else if (SortValue is not null) + { + writer.WritePropertyName("sort"); + SingleOrManySerializationHelper.Serialize(SortValue, writer, options); + } + + if (TerminateAfterValue.HasValue) + { + writer.WritePropertyName("terminate_after"); + writer.WriteNumberValue(TerminateAfterValue.Value); + } + + writer.WriteEndObject(); + } +} + +public sealed partial class StandardRetrieverDescriptor : SerializableDescriptor +{ + internal StandardRetrieverDescriptor(Action configure) => configure.Invoke(this); + + public StandardRetrieverDescriptor() : base() + { + } + + private Elastic.Clients.Elasticsearch.Core.Search.FieldCollapse? CollapseValue { get; set; } + private Elastic.Clients.Elasticsearch.Core.Search.FieldCollapseDescriptor CollapseDescriptor { get; set; } + private Action CollapseDescriptorAction { get; set; } + private ICollection? FilterValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor FilterDescriptor { get; set; } + private Action FilterDescriptorAction { get; set; } + private Action[] FilterDescriptorActions { get; set; } + private float? MinScoreValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryDsl.Query? QueryValue { get; set; } + private Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor QueryDescriptor { get; set; } + private Action QueryDescriptorAction { get; set; } + private ICollection? SearchAfterValue { get; set; } + private ICollection? SortValue { get; set; } + private Elastic.Clients.Elasticsearch.SortOptionsDescriptor SortDescriptor { get; set; } + private Action SortDescriptorAction { get; set; } + private Action[] SortDescriptorActions { get; set; } + private int? TerminateAfterValue { get; set; } + + /// + /// Collapses the top documents by a specified key into a single top document per key. + /// + public StandardRetrieverDescriptor Collapse(Elastic.Clients.Elasticsearch.Core.Search.FieldCollapse? collapse) + { + CollapseDescriptor = null; + CollapseDescriptorAction = null; + CollapseValue = collapse; + return Self; + } + + public StandardRetrieverDescriptor Collapse(Elastic.Clients.Elasticsearch.Core.Search.FieldCollapseDescriptor descriptor) + { + CollapseValue = null; + CollapseDescriptorAction = null; + CollapseDescriptor = descriptor; + return Self; + } + + public StandardRetrieverDescriptor Collapse(Action configure) + { + CollapseValue = null; + CollapseDescriptor = null; + CollapseDescriptorAction = configure; + return Self; + } + + /// + /// Query to filter the documents that can match. + /// + public StandardRetrieverDescriptor Filter(ICollection? filter) + { + FilterDescriptor = null; + FilterDescriptorAction = null; + FilterDescriptorActions = null; + FilterValue = filter; + return Self; + } + + public StandardRetrieverDescriptor Filter(Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor descriptor) + { + FilterValue = null; + FilterDescriptorAction = null; + FilterDescriptorActions = null; + FilterDescriptor = descriptor; + return Self; + } + + public StandardRetrieverDescriptor Filter(Action configure) + { + FilterValue = null; + FilterDescriptor = null; + FilterDescriptorActions = null; + FilterDescriptorAction = configure; + return Self; + } + + public StandardRetrieverDescriptor Filter(params Action[] configure) + { + FilterValue = null; + FilterDescriptor = null; + FilterDescriptorAction = null; + FilterDescriptorActions = configure; + return Self; + } + + /// + /// Minimum _score for matching documents. Documents with a lower _score are not included in the top documents. + /// + public StandardRetrieverDescriptor MinScore(float? minScore) + { + MinScoreValue = minScore; + return Self; + } + + /// + /// Defines a query to retrieve a set of top documents. + /// + public StandardRetrieverDescriptor Query(Elastic.Clients.Elasticsearch.QueryDsl.Query? query) + { + QueryDescriptor = null; + QueryDescriptorAction = null; + QueryValue = query; + return Self; + } + + public StandardRetrieverDescriptor Query(Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor descriptor) + { + QueryValue = null; + QueryDescriptorAction = null; + QueryDescriptor = descriptor; + return Self; + } + + public StandardRetrieverDescriptor Query(Action configure) + { + QueryValue = null; + QueryDescriptor = null; + QueryDescriptorAction = configure; + return Self; + } + + /// + /// Defines a search after object parameter used for pagination. + /// + public StandardRetrieverDescriptor SearchAfter(ICollection? searchAfter) + { + SearchAfterValue = searchAfter; + return Self; + } + + /// + /// A sort object that that specifies the order of matching documents. + /// + public StandardRetrieverDescriptor Sort(ICollection? sort) + { + SortDescriptor = null; + SortDescriptorAction = null; + SortDescriptorActions = null; + SortValue = sort; + return Self; + } + + public StandardRetrieverDescriptor Sort(Elastic.Clients.Elasticsearch.SortOptionsDescriptor descriptor) + { + SortValue = null; + SortDescriptorAction = null; + SortDescriptorActions = null; + SortDescriptor = descriptor; + return Self; + } + + public StandardRetrieverDescriptor Sort(Action configure) + { + SortValue = null; + SortDescriptor = null; + SortDescriptorActions = null; + SortDescriptorAction = configure; + return Self; + } + + public StandardRetrieverDescriptor Sort(params Action[] configure) + { + SortValue = null; + SortDescriptor = null; + SortDescriptorAction = null; + SortDescriptorActions = configure; + return Self; + } + + /// + /// Maximum number of documents to collect for each shard. + /// + public StandardRetrieverDescriptor TerminateAfter(int? terminateAfter) + { + TerminateAfterValue = terminateAfter; + return Self; + } + + protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions options, IElasticsearchClientSettings settings) + { + writer.WriteStartObject(); + if (CollapseDescriptor is not null) + { + writer.WritePropertyName("collapse"); + JsonSerializer.Serialize(writer, CollapseDescriptor, options); + } + else if (CollapseDescriptorAction is not null) + { + writer.WritePropertyName("collapse"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.Core.Search.FieldCollapseDescriptor(CollapseDescriptorAction), options); + } + else if (CollapseValue is not null) + { + writer.WritePropertyName("collapse"); + JsonSerializer.Serialize(writer, CollapseValue, options); + } + + if (FilterDescriptor is not null) + { + writer.WritePropertyName("filter"); + JsonSerializer.Serialize(writer, FilterDescriptor, options); + } + else if (FilterDescriptorAction is not null) + { + writer.WritePropertyName("filter"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(FilterDescriptorAction), options); + } + else if (FilterDescriptorActions is not null) + { + writer.WritePropertyName("filter"); + if (FilterDescriptorActions.Length != 1) + writer.WriteStartArray(); + foreach (var action in FilterDescriptorActions) + { + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(action), options); + } + + if (FilterDescriptorActions.Length != 1) + writer.WriteEndArray(); + } + else if (FilterValue is not null) + { + writer.WritePropertyName("filter"); + SingleOrManySerializationHelper.Serialize(FilterValue, writer, options); + } + + if (MinScoreValue.HasValue) + { + writer.WritePropertyName("min_score"); + writer.WriteNumberValue(MinScoreValue.Value); + } + + if (QueryDescriptor is not null) + { + writer.WritePropertyName("query"); + JsonSerializer.Serialize(writer, QueryDescriptor, options); + } + else if (QueryDescriptorAction is not null) + { + writer.WritePropertyName("query"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor(QueryDescriptorAction), options); + } + else if (QueryValue is not null) + { + writer.WritePropertyName("query"); + JsonSerializer.Serialize(writer, QueryValue, options); + } + + if (SearchAfterValue is not null) + { + writer.WritePropertyName("search_after"); + JsonSerializer.Serialize(writer, SearchAfterValue, options); + } + + if (SortDescriptor is not null) + { + writer.WritePropertyName("sort"); + JsonSerializer.Serialize(writer, SortDescriptor, options); + } + else if (SortDescriptorAction is not null) + { + writer.WritePropertyName("sort"); + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.SortOptionsDescriptor(SortDescriptorAction), options); + } + else if (SortDescriptorActions is not null) + { + writer.WritePropertyName("sort"); + if (SortDescriptorActions.Length != 1) + writer.WriteStartArray(); + foreach (var action in SortDescriptorActions) + { + JsonSerializer.Serialize(writer, new Elastic.Clients.Elasticsearch.SortOptionsDescriptor(action), options); + } + + if (SortDescriptorActions.Length != 1) + writer.WriteEndArray(); + } + else if (SortValue is not null) + { + writer.WritePropertyName("sort"); + SingleOrManySerializationHelper.Serialize(SortValue, writer, options); + } + + if (TerminateAfterValue.HasValue) + { + writer.WritePropertyName("terminate_after"); + writer.WriteNumberValue(TerminateAfterValue.Value); + } + + writer.WriteEndObject(); + } +} \ No newline at end of file