Class S3ListPartsResult
Result of the optional ListParts signer capability.
Inherited Members
Namespace: AjaxUploader.Providers
Assembly: AjaxUploader.dll
Syntax
public class S3ListPartsResult
Constructors
S3ListPartsResult()
Initializes an empty result.
Declaration
public S3ListPartsResult()
Properties
Parts
The parts S3 currently holds for the upload.
Declaration
public List<S3StoredPart> Parts { get; set; }
Property Value
| Type | Description |
|---|---|
| List<S3StoredPart> |