Click or drag to resize

KnownDoubleMetadataFieldsTestedCompressionRatio Field

RESERVED. Reserved for user to add to Metadata, if desired, after successfully testing archive expanded size using TestItem(Int32, Int64, String) or TestSolidBlockItems(ItemTestFinishedCallback, String). Tested archive compression ratio (if available). The user must calculate this values as (Tested expanded size in bytes) / (File length of archive in bytes). See example projects.

Namespace: OpenDiscoverSDK.Interfaces.Metadata
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[KnownMetadataAttribute(IsArchiveType = true, IsReserved = true)]
public const string TestedCompressionRatio = "TestedCompressionRatio"

Field Value

String
See Also