Class S3CompleteResult
Inherited Members
Namespace: CoreUpload.Providers
Assembly: CoreUpload.dll
Syntax
public class S3CompleteResult
Properties
FileGuid
Declaration
public Guid FileGuid { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
FileName
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileSize
Declaration
public long FileSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Location
Declaration
public string? Location { get; set; }
Property Value
| Type | Description |
|---|---|
| string |