Contains the Amazon Glacier response to your request.
 Declaration Syntax
 Declaration Syntax| C# | 
public class InitiateMultipartUploadResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InitiateMultipartUploadResult()()()() | Initializes a new instance of the InitiateMultipartUploadResult class | 
|  | 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.) | 
|  | Location | 
            The relative URI path of the multipart upload ID Amazon Glacier created.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UploadId | 
            The ID of the multipart upload. This value is also included as part of the location.
             
             | 
|  | WithLocation(String) | Obsolete. 
            Sets the Location property
             | 
|  | WithUploadId(String) | Obsolete. 
            Sets the UploadId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InitiateMultipartUploadResult |