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.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public long? PackedSize { get; set; }Property Value
NullableInt64
See Also