Click or drag to resize

KnownInt64MetadataFieldsTestedExpandedSize Field

RESERVED. Archive tested total expanded size in bytes. Archive/Media image metadata field. Reserved for user to set after testing archive total expanded using TestItem(Int32, Int64, String) or TestSolidBlockItems(ItemTestFinishedCallback, String). For the archive as a whole, the user must sum the TestedSize of each tested archive item and this value is the total of the sums, in bytes. TestedSize applies to archive items while TestedExpandedSize applies to the archive as a whole.

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 TestedExpandedSize = "TestedExpandedSize"

Field Value

String
See Also