Search Results for

    Show / Hide Table of Contents

    Interface IAllocationAttributes

    Inherited Members
    IDictionary<string, IList<string>>.Add(string, IList<string>)
    IDictionary<string, IList<string>>.ContainsKey(string)
    IDictionary<string, IList<string>>.Remove(string)
    IDictionary<string, IList<string>>.TryGetValue(string, out IList<string>)
    IDictionary<string, IList<string>>.this[string]
    IDictionary<string, IList<string>>.Keys
    IDictionary<string, IList<string>>.Values
    ICollection<KeyValuePair<string, IList<string>>>.Add(KeyValuePair<string, IList<string>>)
    ICollection<KeyValuePair<string, IList<string>>>.Clear()
    ICollection<KeyValuePair<string, IList<string>>>.Contains(KeyValuePair<string, IList<string>>)
    ICollection<KeyValuePair<string, IList<string>>>.CopyTo(KeyValuePair<string, IList<string>>[], int)
    ICollection<KeyValuePair<string, IList<string>>>.Remove(KeyValuePair<string, IList<string>>)
    ICollection<KeyValuePair<string, IList<string>>>.Count
    ICollection<KeyValuePair<string, IList<string>>>.IsReadOnly
    IEnumerable<KeyValuePair<string, IList<string>>>.GetEnumerator()
    IEnumerable.GetEnumerator()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IAllocationAttributes : IIsADictionary<string, IList<string>>, IDictionary<string, IList<string>>, ICollection<KeyValuePair<string, IList<string>>>, IEnumerable<KeyValuePair<string, IList<string>>>, IEnumerable, IIsADictionary

    Properties

    | Edit this page View Source

    Attributes

    Declaration
    IDictionary<string, IList<string>> Attributes { get; }
    Property Value
    Type Description
    IDictionary<string, IList<string>>

    Extension Methods

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