Class SnapshotRestore
Inheritance
SnapshotRestore
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
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "snapshot")]
public string Name { get; }
Property Value
|
Edit this page
View Source
Shards
Declaration
[DataMember(Name = "shards")]
public ShardStatistics Shards { get; }
Property Value
Extension Methods