Search Results for

    Show / Hide Table of Contents

    Class AllocationDecision

    Inheritance
    object
    AllocationDecision
    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
    [DataContract]
    public class AllocationDecision

    Properties

    | Edit this page View Source

    Decider

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

    Decision

    Declaration
    [DataMember(Name = "decision")]
    public AllocationExplainDecision Decision { get; set; }
    Property Value
    Type Description
    AllocationExplainDecision
    | Edit this page View Source

    Explanation

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

    Extension Methods

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