Contains the Amazon Glacier response to your request.

C# |
public class GetJobOutputResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | GetJobOutputResult()()()() | Initializes a new instance of the GetJobOutputResult class |
![]() | AcceptRanges |
Indicates the range units accepted. For more information, go to RFC2616.
|
![]() | ArchiveDescription |
The description of an archive.
|
![]() | Body |
The job data, either archive data or inventory data.
|
![]() | Checksum |
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:
|
![]() | ContentRange |
The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier
returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.
|
![]() | ContentType |
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.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Status |
The HTTP response code for a job output request. The value depends on whether a range was specified in the request.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAcceptRanges(String) | Obsolete.
Sets the AcceptRanges property
|
![]() | WithArchiveDescription(String) | Obsolete.
Sets the ArchiveDescription property
|
![]() | WithBody(Stream) | Obsolete.
Sets the Body property
|
![]() | WithChecksum(String) | Obsolete.
Sets the Checksum property
|
![]() | WithContentRange(String) | Obsolete.
Sets the ContentRange property
|
![]() | WithContentType(String) | Obsolete.
Sets the ContentType property
|
![]() | WithStatus(Int32) | Obsolete.
Sets the Status property
|

Object | |
![]() | GetJobOutputResult |