Table of Contents

Class GraphExploreRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for XpackGraphExplore

https://www.elastic.co/guide/en/elasticsearch/reference/current/graph-explore-api.html
public class GraphExploreRequestParameters : RequestParameters<GraphExploreRequestParameters>, IRequestParameters
Inheritance
GraphExploreRequestParameters
Implements
Inherited Members

Constructors

GraphExploreRequestParameters()

public GraphExploreRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

Routing

Specific routing value

public string Routing { get; set; }

Property Value

string

Timeout

Explicit operation timeout

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan