Class
UploadChunkSettings

The component that configures the excel export.

Definition

Constructors

UploadChunkSettings()

Declaration

cs-api-definition
public UploadChunkSettings()

Properties

AutoRetryAfter

Specifies the amount of time in milliseconds after which a failed chunk upload request will be retried.

Declaration

cs-api-definition
[Parameter]
public double AutoRetryAfter { get; set; }

Property Value

double

Enabled

Specifies if the chunk upload is enabled.

Declaration

cs-api-definition
[Parameter]
public bool Enabled { get; set; }

Property Value

bool

MaxAutoRetries

Specifies the number of attempts to retry uploading a failed chunk.

Declaration

cs-api-definition
[Parameter]
public int MaxAutoRetries { get; set; }

Property Value

int

MetadataField

Specifies the name of the variable that will receive the chunk upload metadata.

Declaration

cs-api-definition
[Parameter]
public string MetadataField { get; set; }

Property Value

string

Resumable

Specifies if the file upload process could be paused and later resumed.

Declaration

cs-api-definition
[Parameter]
public bool Resumable { get; set; }

Property Value

bool

Size

The size of the chunks in bytes.

Declaration

cs-api-definition
[Parameter]
public double Size { get; set; }

Property Value

double

Methods

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()