Class QueryProfile
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class QueryProfile
Properties
| Edit this page View SourceBreakdown
Detailed stats about how the time was spent
Declaration
[DataMember(Name = "breakdown")]
public QueryBreakdown Breakdown { get; }
Property Value
Type | Description |
---|---|
QueryBreakdown |
Children
Sub-queries of this query
Declaration
[DataMember(Name = "children")]
public IEnumerable<QueryProfile> Children { get; }
Property Value
Type | Description |
---|---|
IEnumerable<QueryProfile> |
Description
The lucene explanation text for the query
Declaration
[DataMember(Name = "description")]
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
TimeInNanoseconds
The time that this query took in nanoseconds
Declaration
[DataMember(Name = "time_in_nanos")]
public long TimeInNanoseconds { get; }
Property Value
Type | Description |
---|---|
long |
Type
The lucene class name for the type of query
Declaration
[DataMember(Name = "type")]
public string Type { get; }
Property Value
Type | Description |
---|---|
string |