Table of Contents

Class PutWatchRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for XpackWatcherPutWatch

http://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-put-watch.html
public class PutWatchRequestParameters : RequestParameters<PutWatchRequestParameters>, IRequestParameters
Inheritance
PutWatchRequestParameters
Implements
Inherited Members

Constructors

PutWatchRequestParameters()

public PutWatchRequestParameters()

Properties

Active

Specify whether the watch is in/active by default

public bool? Active { get; set; }

Property Value

bool?

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

MasterTimeout

Explicit operation timeout for connection to master node

public TimeSpan MasterTimeout { get; set; }

Property Value

TimeSpan