Search Results for

    Show / Hide Table of Contents

    Class AggregatedDanglingIndexInfo

    Inheritance
    object
    AggregatedDanglingIndexInfo
    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 AggregatedDanglingIndexInfo

    Properties

    | Edit this page View Source

    CreationDate

    Declaration
    [DataMember(Name = "creation_date")]
    public DateTimeOffset CreationDate { get; }
    Property Value
    Type Description
    DateTimeOffset
    | Edit this page View Source

    CreationDateInMilliseconds

    Declaration
    [DataMember(Name = "creation_date_millis")]
    public long CreationDateInMilliseconds { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    IndexName

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

    IndexUUID

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

    NodeIds

    Declaration
    [DataMember(Name = "node_ids")]
    public IReadOnlyCollection<string> NodeIds { get; }
    Property Value
    Type Description
    IReadOnlyCollection<string>

    Extension Methods

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