Interface ICloneSnapshotRequest
Assembly: OpenSearch.Client.dll
Syntax
public interface ICloneSnapshotRequest : IRequest<CloneSnapshotRequestParameters>, IRequest
Properties
|
Edit this page
View Source
Indices
Declaration
[DataMember(Name = "indices")]
Indices Indices { get; set; }
Property Value
|
Edit this page
View Source
RepositoryName
Declaration
[IgnoreDataMember]
Name RepositoryName { get; }
Property Value
|
Edit this page
View Source
Snapshot
Declaration
[IgnoreDataMember]
Name Snapshot { get; }
Property Value
|
Edit this page
View Source
TargetSnapshot
Declaration
[IgnoreDataMember]
Name TargetSnapshot { get; }
Property Value
Extension Methods