Class SlowLogIndexingDescriptor
Inheritance
SlowLogIndexingDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class SlowLogIndexingDescriptor : DescriptorBase<SlowLogIndexingDescriptor, ISlowLogIndexing>, IDescriptor, ISlowLogIndexing
Methods
|
Edit this page
View Source
LogLevel(LogLevel?)
Declaration
public SlowLogIndexingDescriptor LogLevel(LogLevel? level)
Parameters
Returns
|
Edit this page
View Source
Source(int?)
Declaration
public SlowLogIndexingDescriptor Source(int? source)
Parameters
Type |
Name |
Description |
int? |
source |
|
Returns
|
Edit this page
View Source
ThresholdDebug(Time)
Declaration
public SlowLogIndexingDescriptor ThresholdDebug(Time time)
Parameters
Type |
Name |
Description |
Time |
time |
|
Returns
|
Edit this page
View Source
ThresholdInfo(Time)
Declaration
public SlowLogIndexingDescriptor ThresholdInfo(Time time)
Parameters
Type |
Name |
Description |
Time |
time |
|
Returns
|
Edit this page
View Source
ThresholdTrace(Time)
Declaration
public SlowLogIndexingDescriptor ThresholdTrace(Time time)
Parameters
Type |
Name |
Description |
Time |
time |
|
Returns
|
Edit this page
View Source
ThresholdWarn(Time)
Declaration
public SlowLogIndexingDescriptor ThresholdWarn(Time time)
Parameters
Type |
Name |
Description |
Time |
time |
|
Returns
Implements
Extension Methods