Class SlowLogSearchDescriptor
Inheritance
SlowLogSearchDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class SlowLogSearchDescriptor : DescriptorBase<SlowLogSearchDescriptor, ISlowLogSearch>, IDescriptor, ISlowLogSearch
Methods
|
Edit this page
View Source
Fetch(Func<SlowLogSearchFetchDescriptor, ISlowLogSearchFetch>)
Declaration
public SlowLogSearchDescriptor Fetch(Func<SlowLogSearchFetchDescriptor, ISlowLogSearchFetch> selector)
Parameters
Returns
|
Edit this page
View Source
LogLevel(LogLevel?)
Declaration
public SlowLogSearchDescriptor LogLevel(LogLevel? level)
Parameters
Returns
|
Edit this page
View Source
Query(Func<SlowLogSearchQueryDescriptor, ISlowLogSearchQuery>)
Declaration
public SlowLogSearchDescriptor Query(Func<SlowLogSearchQueryDescriptor, ISlowLogSearchQuery> selector)
Parameters
Returns
Implements
Extension Methods