AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for restore job parameters.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.RestoreRequest

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class RestoreRequest

The RestoreRequest type exposes the following members

Constructors

NameDescription
Public Method RestoreRequest()

Properties

NameTypeDescription
Public Property Days System.Nullable<System.Int32>

Gets and sets the property Days.

Lifetime of the active copy in days. Do not use with restores that specify OutputLocation.

The Days element is required for regular restores, and must not be provided for select requests.

Public Property Description System.String

Gets and sets the property Description.

The optional description for the job.

Public Property GlacierJobParameters Amazon.S3.GlacierJobTier

Gets and sets the property GlacierJobParameters.

S3 Glacier related parameters pertaining to this job. Do not use with restores that specify OutputLocation.

Public Property OutputLocation Amazon.S3.Model.OutputLocation

Gets and sets the property OutputLocation.

Describes the location where the restore job's output is stored.

Public Property RestoreRequestType Amazon.S3.RestoreRequestType

Gets and sets the property RestoreRequestType.

Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. Learn more

Type of restore request.

Public Property RetrievalTier Amazon.S3.GlacierJobTier

Gets and sets the property RetrievalTier.

Retrieval tier at which the restore will be processed.

Public Property SelectParameters Amazon.S3.Model.SelectParameters

Gets and sets the property SelectParameters.

Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. Learn more

Describes the parameters for Select job types.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer