Class PostJobDataRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for XpackMlPostData
http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-post-data.html
public class PostJobDataRequestParameters : RequestParameters<PostJobDataRequestParameters>, IRequestParameters
- Inheritance
-
PostJobDataRequestParameters
- Implements
- Inherited Members
Constructors
PostJobDataRequestParameters()
public PostJobDataRequestParameters()
Properties
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
ResetEnd
Optional parameter to specify the end of the bucket resetting range
public DateTimeOffset? ResetEnd { get; set; }
Property Value
ResetStart
Optional parameter to specify the start of the bucket resetting range
public DateTimeOffset? ResetStart { get; set; }