Interface ISnapshotRequest
Assembly: OpenSearch.Client.dll
Syntax
public interface ISnapshotRequest : IRequest<SnapshotRequestParameters>, IRequest
Properties
|
Edit this page
View Source
IgnoreUnavailable
Declaration
[DataMember(Name = "ignore_unavailable")]
bool? IgnoreUnavailable { get; set; }
Property Value
|
Edit this page
View Source
IncludeGlobalState
Declaration
[DataMember(Name = "include_global_state")]
bool? IncludeGlobalState { get; set; }
Property Value
|
Edit this page
View Source
Indices
Declaration
[DataMember(Name = "indices")]
Indices Indices { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "metadata")]
IDictionary<string, object> Metadata { get; set; }
Property Value
|
Edit this page
View Source
Partial
Declaration
[DataMember(Name = "partial")]
bool? Partial { 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
Extension Methods