Class AllocationAttributes
Inheritance
AllocationAttributes
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
|
Edit this page
View Source
Add(string, params string[])
Declaration
public void Add(string attribute, params string[] values)
Parameters
Implements
Extension Methods