Class TusStorage.TusMetadata
Inherited Members
Namespace: AjaxUploader.Services
Assembly: AjaxUploader.dll
Syntax
public class TusStorage.TusMetadata
Properties
ContentType
Declaration
public string ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreatedAtUtc
Declaration
public string CreatedAtUtc { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileName
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UploadLength
Declaration
public long UploadLength { get; set; }
Property Value
| Type | Description |
|---|---|
| long |