Click or drag to resize

DocumentIsLargeFile Property

Specifies whether this file is considered "large" document, i.e., file size exceeds a configurable size, LargeDocumentCritera.

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

Property Value

Boolean
Remarks
A "large" document is either too large ('large' defined as anything greater than LargeDocumentCritera) to load directly into memory so it was saved to file system FilePath, or it is a container type, such as an archive, mail store, or media image, that may expand to a size that is large, so it is processed in a special way.
See Also