Class CreateS3UploadTaskVM
Inheritance
System.Object
CreateS3UploadTaskVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class CreateS3UploadTaskVM : CreateTransportTaskBaseVM
Properties
AccessKey
Declaration
public string AccessKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BucketName
Declaration
public string BucketName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DestinationFolder
Declaration
public string DestinationFolder { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EnableSsl
Declaration
public bool EnableSsl { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Region
Declaration
public string Region { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SecretKey
Declaration
public string SecretKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Url
Declaration
public string Url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UseAws
Declaration
public bool UseAws { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|