Search Results for

    Show / Hide Table of Contents

    Class CatPluginsRecord

    Inheritance
    object
    CatPluginsRecord
    Implements
    ICatRecord
    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 CatPluginsRecord : ICatRecord

    Properties

    | Edit this page View Source

    Component

    Declaration
    [DataMember(Name = "component")]
    public string Component { 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

    Id

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

    Isolation

    Declaration
    [DataMember(Name = "isolation")]
    public string Isolation { 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

    Type

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

    Url

    Declaration
    [DataMember(Name = "url")]
    public string Url { 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

    Implements

    ICatRecord

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Component
      • Description
      • Id
      • Isolation
      • Name
      • Type
      • Url
      • Version
    • Implements
    • Extension Methods
    Back to top Generated by DocFX