Media Type

Archive

DZC System Files

Overview

The Archive media type groups 2 active file types stored in DZC System Files.

DZC Folder

DZC System Files

File Type Count

2 active file types

File Types


Archive Available


Archive — Live from Microsoft

Secure, read-only view focused directly on the Archive folder.

Archive-Specific Fields

These fields describe the internal member catalog, expanded payload, hierarchy, and extraction safety of an archive. Generic facts such as filename, path, container size, timestamps, and SHA-256 remain governed by File Master Primary.

Archive Format Variant

Distinguishes variants such as ZIP, ZIP64, ustar, pax, or GNU TAR. The variant determines how the container is decoded, which structural limits apply, and which archive features can be represented.

Compression Methods

Records the distinct compression codecs used by archive members or an outer TAR wrapper. Archives can mix stored and compressed content, so this describes the container's payload rather than its ordinary file size.

Member Count

Counts every entry in the archive's internal catalog. Unlike an ordinary file, an archive represents multiple independently named members inside one outer object.

File Member Count

Counts regular payload files separately from directories and other entry types. This measures how many extractable files the archive actually contains.

Directory Member Count

Counts explicit directory entries preserved in the archive. It describes the packaged internal hierarchy, which does not exist for a standalone non-container file.

Total Uncompressed Bytes

Sums the logical sizes of the regular-file members. This exposes the archive's expanded storage footprint, which can be far larger than the outer container size.

Maximum Path Depth

Records the deepest nested member path found inside the container. It quantifies archive hierarchy and helps identify unusually complex extraction layouts.

Unsafe Path Count

Counts members whose names use absolute paths, drive-qualified paths, or parent traversal. Those paths can escape the intended destination during extraction, making this an archive-specific safety control.