Class MessageLogFile
This class represent the Logof a file
Inheritance
System.Object
MessageLogFile
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class MessageLogFile
Constructors
MessageLogFile()
Declaration
public MessageLogFile()
Properties
CreatedDate
The creation date of the file on the Secure Exchanges server
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CryptedSize
The approximative CryptedFileSize
Declaration
public int CryptedSize { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
CryptedSizeMb
The approximative cryptedSizeMB
Declaration
public double CryptedSizeMb { get; }
Property Value
Type | Description |
---|---|
System.Double |
FileName
The original filename
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileSize
The bytes length
Declaration
public long FileSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Hash
The unique MD5 hash of the file unencrypted. Usefull to validate the integrety of the file
Declaration
public string Hash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsFileToSign
Flag if the file is for signature or not
Declaration
public bool IsFileToSign { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastUpdate
Last time the log of the file was updated.
Declaration
public DateTime LastUpdate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
OpenStatus
The status of the file (open, read, destroy)
Declaration
public LogOpenStatus OpenStatus { get; set; }
Property Value
Type | Description |
---|---|
LogOpenStatus |
OpenTime
The number of time the file was downloaded
Declaration
public int OpenTime { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OriginalSize
Original size of the file (that value is an approxymative 512K near
Declaration
public int OriginalSize { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
OriginalSizeMb
Declaration
public double OriginalSizeMb { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalPart
How many part of 512K this file was content
Declaration
public int TotalPart { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |