DocumentIsLargeFile Property

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

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
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