Class SnapshotStatusRequest
Request for Status
https://opensearch.org/docs/latest/api-reference/snapshots/get-snapshot-status/
Inheritance
SnapshotStatusRequest
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class SnapshotStatusRequest : PlainRequestBase<SnapshotStatusRequestParameters>, ISnapshotStatusRequest, IRequest<SnapshotStatusRequestParameters>, IRequest
Constructors
| Edit this page View SourceSnapshotStatusRequest()
/_snapshot/_status
Declaration
public SnapshotStatusRequest()
SnapshotStatusRequest(Name)
/_snapshot/{repository}/_status
Declaration
public SnapshotStatusRequest(Name repository)
Parameters
Type | Name | Description |
---|---|---|
Name | repository | Optional, accepts null |
SnapshotStatusRequest(Name, Names)
/_snapshot/{repository}/{snapshot}/_status
Declaration
public SnapshotStatusRequest(Name repository, Names snapshot)
Parameters
Type | Name | Description |
---|---|---|
Name | repository | Optional, accepts null |
Names | snapshot | Optional, accepts null |
Properties
| Edit this page View SourceClusterManagerTimeout
Operation timeout for connection to cluster-manager node.
Declaration
public Time ClusterManagerTimeout { get; set; }
Property Value
Type | Description |
---|---|
Time |
Remarks
Supported by OpenSearch servers of version 2.0.0 or greater.
IgnoreUnavailable
Whether to ignore unavailable snapshots, defaults to false
which means a SnapshotMissingException is thrown.
Declaration
public bool? IgnoreUnavailable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MasterTimeout
Explicit operation timeout for connection to cluster-manager node.
Declaration
[Obsolete("Deprecated as of: 2.0.0, reason: To promote inclusive language, use `cluster_manager_timeout` instead.")]
public Time MasterTimeout { get; set; }
Property Value
Type | Description |
---|---|
Time |
Self
Declaration
protected ISnapshotStatusRequest Self { get; }
Property Value
Type | Description |
---|---|
ISnapshotStatusRequest |