Click or drag to resize

RestoreObjectRequest Class

Parameters in a request for restoring an Archive object
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class RestoreObjectRequest : ObsBucketWebServiceRequest

The RestoreObjectRequest type exposes the following members.

Constructors
  NameDescription
Public methodRestoreObjectRequest
Initializes a new instance of the RestoreObjectRequest class
Top
Properties
  NameDescription
Public propertyBucketName
Bucket name
(Inherited from ObsBucketWebServiceRequest.)
Public propertyDays
Retention period of the restored object
Public propertyObjectKey
Object name
Public propertyTier
Restore option
Public propertyVersionId
Object version ID
Top
See Also