RestoreRequest class

Container for restore job parameters.

Constructors

RestoreRequest({int? days, String? description, GlacierJobParameters? glacierJobParameters, OutputLocation? outputLocation, SelectParameters? selectParameters, Tier? tier, RestoreRequestType? type})

Properties

days int?
Lifetime of the active copy in days. Do not use with restores that specify OutputLocation.
final
description String?
The optional description for the job.
final
glacierJobParameters GlacierJobParameters?
S3 Glacier related parameters pertaining to this job. Do not use with restores that specify OutputLocation.
final
hashCode int
The hash code for this object.
no setterinherited
outputLocation OutputLocation?
Describes the location where the restore job's output is stored.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectParameters SelectParameters?
Describes the parameters for Select job types.
final
tier Tier?
Retrieval tier at which the restore will be processed.
final
type RestoreRequestType?
Type of restore request.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited