Class KnnMethodParameters
Inheritance
KnnMethodParameters
Assembly: OpenSearch.Client.dll
Syntax
public class KnnMethodParameters : IsADictionaryBase<string, object>, IKnnMethodParameters, IIsADictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IIsADictionary
Constructors
|
Edit this page
View Source
KnnMethodParameters()
Declaration
public KnnMethodParameters()
|
Edit this page
View Source
KnnMethodParameters(Dictionary<string, object>)
Declaration
public KnnMethodParameters(Dictionary<string, object> container)
Parameters
|
Edit this page
View Source
KnnMethodParameters(IDictionary<string, object>)
Declaration
public KnnMethodParameters(IDictionary<string, object> container)
Parameters
Methods
|
Edit this page
View Source
Add(string, object)
Declaration
public void Add(string name, object value)
Parameters
Implements
Extension Methods