Search Results for

    Show / Hide Table of Contents

    Class SlowLogIndexing

    Inheritance
    object
    SlowLogIndexing
    Implements
    ISlowLogIndexing
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class SlowLogIndexing : ISlowLogIndexing

    Properties

    | Edit this page View Source

    LogLevel

    Declaration
    public LogLevel? LogLevel { get; set; }
    Property Value
    Type Description
    LogLevel?
    | Edit this page View Source

    Source

    Declaration
    public int? Source { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    ThresholdDebug

    Declaration
    public Time ThresholdDebug { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    ThresholdInfo

    Declaration
    public Time ThresholdInfo { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    ThresholdTrace

    Declaration
    public Time ThresholdTrace { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    ThresholdWarn

    Declaration
    public Time ThresholdWarn { get; set; }
    Property Value
    Type Description
    Time

    Implements

    ISlowLogIndexing

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX