Summary
The parsed output one archive of the
ListCommand.
- Namespace
- Cake
.SevenZip .Parsers
graph BT
Type["IArchiveListOutput"]
class Type type-node
Syntax
public interface IArchiveListOutput
Properties
| Name | Value | Summary |
|---|---|---|
| ArchiveDate | DateTime |
Gets the date.
|
| CompressedSize | long |
Gets the size of the compressed.
|
| Files | IEnumerable |
Gets the files and folders.
|
| Path | string |
Gets the path.
|
| PhysicalSize | long |
Gets the size of the physical.
|
| Size | long |
Gets the size.
|
| Type | string |
Gets the type.
|