Table of Contents

Class CloseJobRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for XpackMlCloseJob

http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-close-job.html
public class CloseJobRequestParameters : RequestParameters<CloseJobRequestParameters>, IRequestParameters
Inheritance
CloseJobRequestParameters
Implements
Inherited Members

Constructors

CloseJobRequestParameters()

public CloseJobRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

Force

True if the job should be forcefully closed

public bool? Force { get; set; }

Property Value

bool?

Timeout

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

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan