Search Results for

    Show / Hide Table of Contents

    Class AllocationAttributes

    Inheritance
    object
    IsADictionaryBase<string, IList<string>>
    AllocationAttributes
    Implements
    IAllocationAttributes
    IIsADictionary<string, IList<string>>
    IDictionary<string, IList<string>>
    ICollection<KeyValuePair<string, IList<string>>>
    IEnumerable<KeyValuePair<string, IList<string>>>
    IEnumerable
    IIsADictionary
    Inherited Members
    IsADictionaryBase<string, IList<string>>.this[string]
    IsADictionaryBase<string, IList<string>>.BackingDictionary
    IsADictionaryBase<string, IList<string>>.ValidateKey(string)
    IsADictionaryBase<string, IList<string>>.Sanitize(string)
    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 AllocationAttributes : IsADictionaryBase<string, IList<string>>, IAllocationAttributes, IIsADictionary<string, IList<string>>, IDictionary<string, IList<string>>, ICollection<KeyValuePair<string, IList<string>>>, IEnumerable<KeyValuePair<string, IList<string>>>, IEnumerable, IIsADictionary

    Methods

    | Edit this page View Source

    Add(string, IEnumerable<string>)

    Declaration
    public void Add(string attribute, IEnumerable<string> values)
    Parameters
    Type Name Description
    string attribute
    IEnumerable<string> values
    | Edit this page View Source

    Add(string, params string[])

    Declaration
    public void Add(string attribute, params string[] values)
    Parameters
    Type Name Description
    string attribute
    string[] values

    Implements

    IAllocationAttributes
    IIsADictionary<TKey, TValue>
    IDictionary<TKey, TValue>
    ICollection<T>
    IEnumerable<T>
    IEnumerable
    IIsADictionary

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Add(string, IEnumerable<string>)
      • Add(string, params string[])
    • Implements
    • Extension Methods
    Back to top Generated by DocFX