Child DocumentTested Size Property
RESERVED for user. This property is reserved for archive items that have been tested for expanded (de-compressed) size (see also TestedResult) by user.
This property and the related property TestedResult are not set by SDK and are reserved for user to set after testing archive items. See methods
TestItem(Int32, Int64, String) and TestSolidBlockItems(ItemTestFinishedCallback, String) for
more information on testing archives.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public long? TestedSize { get; set; }