Class AzureCreateRequest
Inherited Members
Namespace: CoreUpload.Providers
Assembly: CoreUpload.dll
Syntax
public class AzureCreateRequest
Properties
ContentType
Declaration
public string? ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileName
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileSize
Declaration
public long FileSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long |