Class LogDataDto
Assembly: .dll
Syntax
Properties
|
Edit this page
View Source
EncryptionTime
Declaration
public double EncryptionTime { get; set; }
Property Value
|
Edit this page
View Source
FileSize
Declaration
public long FileSize { get; set; }
Property Value
|
Edit this page
View Source
JobName
Declaration
public string JobName { get; set; }
Property Value
|
Edit this page
View Source
Messages
Declaration
public List<MessageDto> Messages { get; set; }
Property Value
|
Edit this page
View Source
SourcePath
Declaration
public string SourcePath { get; set; }
Property Value
|
Edit this page
View Source
TargetPath
Declaration
public string TargetPath { get; set; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
[JsonConverter(typeof(CustomDateTimeConverterUtil))]
public DateTime Timestamp { get; set; }
Property Value
|
Edit this page
View Source
TransferTime
Declaration
public double TransferTime { get; set; }
Property Value