SevenZipFile Type
The SevenZip file in the archive.
Remarks
This type contains information about the SevenZip file that exists in the archive.
Fields
CompressedDate String |
The last modified date of the file, as stored within the archive (it does not generally correspond to when the file was compressed). |
CompressedName String |
The entry name, as stored within the archive. |
CompressedSize Long |
The size of the compressed data, as compressed within the archive. Headers, footers, etc., are not included in the size. |
DecompressedName String |
The name of the file in the archive, as stored on the file system, outside the archive. |
DecompressedSize Long |
The size of the file, as decompressed outside the archive. |
Constructors
Constructors are only relevant when configuring adapters in orchestrations.
public SevenZipFile();