Class AzureCompleteRequest
Inheritance
AzureCompleteRequest
Assembly: CoreUpload.dll
Syntax
public class AzureCompleteRequest
Properties
BlockCount
Declaration
public int BlockCount { get; set; }
Property Value
ContentType
Declaration
public string? ContentType { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
FileSize
Declaration
public long FileSize { get; set; }
Property Value
UploadId
Declaration
public string UploadId { get; set; }
Property Value