Search Results for

    Show / Hide Table of Contents

    Class SlowLogSearch

    Inheritance
    object
    SlowLogSearch
    Implements
    ISlowLogSearch
    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 SlowLogSearch : ISlowLogSearch

    Properties

    | Edit this page View Source

    Fetch

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

    LogLevel

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

    Query

    Declaration
    public ISlowLogSearchQuery Query { get; set; }
    Property Value
    Type Description
    ISlowLogSearchQuery

    Implements

    ISlowLogSearch

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Fetch
      • LogLevel
      • Query
    • Implements
    • Extension Methods
    Back to top Generated by DocFX