Search Results for

    Show / Hide Table of Contents

    Class PluginStats

    Inheritance
    object
    PluginStats
    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
    [DataContract]
    public class PluginStats

    Properties

    | Edit this page View Source

    ClassName

    Declaration
    [DataMember(Name = "classname")]
    public string ClassName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Description

    Declaration
    [DataMember(Name = "description")]
    public string Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ExtendedPlugins

    Declaration
    [DataMember(Name = "extended_plugins")]
    public IReadOnlyCollection<string> ExtendedPlugins { get; set; }
    Property Value
    Type Description
    IReadOnlyCollection<string>
    | Edit this page View Source

    HasNativeController

    Declaration
    [DataMember(Name = "has_native_controller")]
    public bool? HasNativeController { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    JavaVersion

    Declaration
    [DataMember(Name = "java_version")]
    public string JavaVersion { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OpenSearchVersion

    Declaration
    [DataMember(Name = "opensearch_version")]
    public string OpenSearchVersion { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Version

    Declaration
    [DataMember(Name = "version")]
    public string Version { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ClassName
      • Description
      • ExtendedPlugins
      • HasNativeController
      • JavaVersion
      • Name
      • OpenSearchVersion
      • Version
    • Extension Methods
    Back to top Generated by DocFX