Search Results for

    Show / Hide Table of Contents

    Class NodePackagingType

    Inheritance
    object
    NodePackagingType
    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 NodePackagingType

    Properties

    | Edit this page View Source

    Count

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

    Flavor

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

    Type

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Count
      • Flavor
      • Type
    • Extension Methods
    Back to top Generated by DocFX