Class FileStoreModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
BlockCount
Type: int. The number of blocks sent.
Declaration
public int BlockCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FileExtension
Type: Guid. The type of file uploaded.
Declaration
public Guid FileExtension { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
See Also
Id
Type Guid. The unique identifier used when uploading the file blocks.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Type: string. The name of the file.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |