Click or drag to resize

DocumentPackedSize 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.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public long? PackedSize { get; set; }

Property Value

NullableInt64
See Also