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
Routing
Specific routing value
public string Routing { get; set; }
Property Value
Timeout
Explicit operation timeout
public TimeSpan Timeout { get; set; }