C# Class DeltaZip.ArchiveReader.Stats

Show file Open project: dsrbecky/DeltaZip Class Usage Examples

Public Properties

Property Type Description
Canceled bool
EndTime DateTime?
Progress float
ReadFromArchiveCompressed long
ReadFromArchiveDecompressed long
ReadFromWorkingCopy long
StartTime System.DateTime
Status string
Title string
TotalWritten long
Unmodified long
WriteStartTime DateTime?

Property Details

Canceled public property

public bool Canceled
return bool

EndTime public property

public DateTime? EndTime
return DateTime?

Progress public property

public float Progress
return float

ReadFromArchiveCompressed public property

public long ReadFromArchiveCompressed
return long

ReadFromArchiveDecompressed public property

public long ReadFromArchiveDecompressed
return long

ReadFromWorkingCopy public property

public long ReadFromWorkingCopy
return long

StartTime public property

public DateTime,System StartTime
return System.DateTime

Status public property

public string Status
return string

Title public property

public string Title
return string

TotalWritten public property

public long TotalWritten
return long

Unmodified public property

public long Unmodified
return long

WriteStartTime public property

public DateTime? WriteStartTime
return DateTime?