Class DeleteJobRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for XpackMlDeleteJob
http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-job.html
public class DeleteJobRequestParameters : RequestParameters<DeleteJobRequestParameters>, IRequestParameters
- Inheritance
-
DeleteJobRequestParameters
- Implements
- Inherited Members
Constructors
DeleteJobRequestParameters()
public DeleteJobRequestParameters()
Properties
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Force
True if the job should be forcefully deleted
public bool? Force { get; set; }
Property Value
- bool?