Class DownloadedFileWithMetaData
Represent a Secure Exchanges file downloads
Inherited Members
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class DownloadedFileWithMetaData : DownloadedFile
Properties
CreationDate
Represent the creation date of the file
Declaration
public DateTime CreationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
ExternalParams
Declaration
public object ExternalParams { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
FileMetaDataID
The file meta data ID associated with this file
Declaration
public Guid FileMetaDataID { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
MimeType
Represent the MimeType of the file
Declaration
public string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SHA512
Define the hash of the final path
Declaration
public string SHA512 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalParts
Number of parts that contains this file
Declaration
public int TotalParts { get; set; }
Property Value
| Type | Description |
|---|---|
| int |