ClassUploadChunkSettings
Class
The component that configures the excel export.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class UploadChunkSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseUploadChunkSettings
Implements:
Inherited Members
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
Enabled
Specifies if the chunk upload is enabled.
MaxAutoRetries
Specifies the number of attempts to retry uploading a failed chunk.
Declaration
cs-api-definition
[Parameter]
public int MaxAutoRetries { get; set; }
Property Value
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
Resumable
Specifies if the file upload process could be paused and later resumed.
Methods
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides