Class FlushJobRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for XpackMlFlushJob
http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-flush-job.html
public class FlushJobRequestParameters : RequestParameters<FlushJobRequestParameters>, IRequestParameters
- Inheritance
-
FlushJobRequestParameters
- Implements
- Inherited Members
Constructors
FlushJobRequestParameters()
public FlushJobRequestParameters()
Properties
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
SkipTime
Skips time to the given value without generating results or updating the model for the skipped interval
public string SkipTime { get; set; }