This class defines utility methods and constants for use with Glacier service.

C# |
public static class GlacierUtils

All Members | Methods | Fields | |||
Icon | Member | Description |
---|---|---|
![]() ![]() | CreatePartStream(Stream, Int64) |
Creates a stream that wraps the passed in stream with the length of the stream set to the part size.
This is useful when using multi part upload API by wrapping the stream being uploaded and setting it
to the Body property on the UploadMultipartPartRequest object.
|
![]() ![]() | JOB_STATUS_FAILED |
Constant for failed job status
|
![]() ![]() | JOB_STATUS_INPROGRESS |
Constant for in progress job status
|
![]() ![]() | JOB_STATUS_SUCCEEDED |
Constant for succeeded job status
|

Object | |
![]() | GlacierUtils |