IArchiveListOutput Interface

Summary

The parsed output one archive of the ListCommand.
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<IArchivedFileListOutput>
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.

See Also

GitHub Discussion