'
Show / Hide Table of Contents

Class FileUploadModel

Namespace: Ayuda.BMS.Splash.PI.SDK.Models

Properties

BlockIndex

Type: int. The index of the block of data sent. The first block is numbered 0.

Declaration
public int BlockIndex { get; set; }
Property Value
Type Description
System.Int32

Id

Type: Guid. A unique ID for the file. All blocks must use the same ID.

Declaration
public Guid Id { get; set; }
Property Value
Type Description
System.Guid
Back to top Generated by DocFX