Class S3CompleteRequest
Inherited Members
Namespace: CoreUpload.Providers
Assembly: CoreUpload.dll
Syntax
public class S3CompleteRequest
Properties
Key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parts
Declaration
public List<S3Part> Parts { get; set; }
Property Value
| Type | Description |
|---|---|
| List<S3Part> |
UploadId
Declaration
public string UploadId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |