GetJobOutputOutput class

Contains the Amazon S3 Glacier response to your request.

Constructors

GetJobOutputOutput({String? acceptRanges, String? archiveDescription, Uint8List? body, String? checksum, String? contentRange, String? contentType, int? status})

Properties

acceptRanges String?
Indicates the range units accepted. For more information, see RFC2616.
final
archiveDescription String?
The description of an archive.
final
body Uint8List?
The job data, either archive data or inventory data.
final
checksum String?
The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:
final
contentRange String?
The range of bytes returned by Amazon S3 Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon S3 Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.
final
contentType String?
The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
The HTTP response code for a job output request. The value depends on whether a range was specified in the 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

Operators

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