Class TusStorage.TusMetadata
Inherited Members
Namespace: CoreUpload.Services
Assembly: CoreUpload.dll
Syntax
public class TusStorage.TusMetadata
Properties
ContentType
Declaration
public string? ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreatedAtUtc
Declaration
public DateTime CreatedAtUtc { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
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 |