Search Results for

    Show / Hide Table of Contents

    Class CloseIndexResult

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

    Properties

    | Edit this page View Source

    Closed

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

    Shards

    Declaration
    [DataMember(Name = "shards")]
    public IReadOnlyDictionary<string, CloseShardResult> Shards { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, CloseShardResult>

    Extension Methods

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