Class DeleteRepositoryRequest
Request for DeleteRepository
https://opensearch.org/docs/latest/api-reference/snapshots/delete-snapshot-repository/
Inheritance
DeleteRepositoryRequest
Inherited Members
Namespace: OpenSearch .Client
Assembly: OpenSearch.Client.dll
Syntax
public class DeleteRepositoryRequest : PlainRequestBase<DeleteRepositoryRequestParameters>, IDeleteRepositoryRequest, IRequest<DeleteRepositoryRequestParameters>, IRequest
Constructors
| Edit this page View SourceDeleteRepositoryRequest()
Used for serialization purposes, making sure we have a parameterless constructor
Declaration
protected DeleteRepositoryRequest()
DeleteRepositoryRequest(Names)
/_snapshot/{repository}
Declaration
public DeleteRepositoryRequest(Names repository)
Parameters
Type | Name | Description |
---|---|---|
Names | repository | this parameter is required |
Properties
| Edit this page View SourceClusterManagerTimeout
The amount of time to wait for a response from the cluster manager node. For more information about supported time units, see Common parameters.
Declaration
public Time ClusterManagerTimeout { get; set; }
Property Value
Type | Description |
---|---|
Time |
Remarks
Supported by OpenSearch servers of version 2.0.0 or greater.
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 IDeleteRepositoryRequest Self { get; }
Property Value
Type | Description |
---|---|
IDelete |
Timeout
The amount of time to wait for a response.
Declaration
public Time Timeout { get; set; }
Property Value
Type | Description |
---|---|
Time |