DocumentPacked Size Property
Document's packed size, in bytes, within its parent archive container. If the document is a compressed item in a parent container then this value is the compressed size.
This property only applies to archive child documents and to the archive formats that store this item metadata.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform
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? PackedSize { get; set; }