RestoreRequest class
Container for restore job parameters.
Constructors
- RestoreRequest(int? days, String? description, GlacierJobParameters? glacierJobParameters, OutputLocation? outputLocation, SelectParameters? selectParameters, String? tier, String? type)
- RestoreRequest.fromXml(XmlElement xml)
Properties
- days ↔ int?
-
Lifetime of the active copy in days. Do not use with restores that specify OutputLocation.
getter/setter pair
- description ↔ String?
-
The optional description for the job.
getter/setter pair
- glacierJobParameters ↔ GlacierJobParameters?
-
S3 Glacier related parameters pertaining to this job. Do not use with restores that specify OutputLocation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputLocation ↔ OutputLocation?
-
Describes the location where the restore job's output is stored.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectParameters ↔ SelectParameters?
-
Describes the parameters for Select job types.
getter/setter pair
- tier ↔ String?
-
S3 Glacier retrieval tier at which the restore will be processed.
getter/setter pair
- type ↔ String?
-
Type of restore request.
getter/setter pair
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(
) → XmlNode
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited