Search Results for

    Show / Hide Table of Contents

    Class UnassignedInformation

    Inheritance
    object
    UnassignedInformation
    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
    public class UnassignedInformation

    Properties

    | Edit this page View Source

    At

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

    LastAllocationStatus

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

    Reason

    Declaration
    [DataMember(Name = "reason")]
    public UnassignedInformationReason Reason { get; set; }
    Property Value
    Type Description
    UnassignedInformationReason

    Extension Methods

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