Search Results for

    Show / Hide Table of Contents

    Class SnapshotRestore

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

    Properties

    | Edit this page View Source

    Indices

    Declaration
    [DataMember(Name = "indices")]
    public IReadOnlyCollection<IndexName> Indices { get; }
    Property Value
    Type Description
    IReadOnlyCollection<IndexName>
    | Edit this page View Source

    Name

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

    Shards

    Declaration
    [DataMember(Name = "shards")]
    public ShardStatistics Shards { get; }
    Property Value
    Type Description
    ShardStatistics

    Extension Methods

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