Elasticsearch.Net by Elastic and contributors

<PackageReference Include="Elasticsearch.Net" Version="7.11.1" />

.NET API 924,160 bytes

 CloseJobRequestParameters

Request options for CloseJob

https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-close-job.html

public bool? AllowNoJobs { get; set; }

Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)

public bool? AllowNoMatch { get; set; }

Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)

public bool? Force { get; set; }

True if the job should be forcefully closed

public TimeSpan Timeout { get; set; }

Controls the time to wait until a job has closed. Default to 30 minutes