Class ExplainRequest<TDocument>
Inheritance
ExplainRequest<TDocument>
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class ExplainRequest<TDocument> : ExplainRequest, IExplainRequest<TDocument>, IExplainRequest, IRequest<ExplainRequestParameters>, IRequest where TDocument : class
Type Parameters
Name | Description |
---|---|
TDocument |
Constructors
| Edit this page View SourceExplainRequest()
Used for serialization purposes, making sure we have a parameterless constructor
Declaration
protected ExplainRequest()
ExplainRequest(Id)
/{index}/_explain/{id}
Declaration
public ExplainRequest(Id id)
Parameters
Type | Name | Description |
---|---|---|
Id | id | this parameter is required |
ExplainRequest(IndexName, Id)
/{index}/_explain/{id}
Declaration
public ExplainRequest(IndexName index, Id id)
Parameters
Type | Name | Description |
---|---|---|
IndexName | index | this parameter is required |
Id | id | this parameter is required |
ExplainRequest(TDocument, IndexName, Id)
/{index}/_explain/{id}
Declaration
public ExplainRequest(TDocument documentWithId, IndexName index = null, Id id = null)
Parameters
Type | Name | Description |
---|---|---|
TDocument | documentWithId | |
IndexName | index | |
Id | id | The document used to resolve the path from |
Properties
| Edit this page View SourceHttpMethod
Declaration
protected override HttpMethod HttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceTypedSelf
Declaration
protected IExplainRequest<TDocument> TypedSelf { get; }
Property Value
Type | Description |
---|---|
IExplainRequest<TDocument> |