Report.SnapshotPageSize Enum

Definition

Specifies whether the report snapshot is small or large.

public: enum class Report::SnapshotPageSize
public enum Report.SnapshotPageSize
type Report.SnapshotPageSize = 
Public Enum Report.SnapshotPageSize
Inheritance
Report.SnapshotPageSize

Fields

Large 2

The report snapshot is too large and cannot all fit in memory at the same time.

Small 1

The report snapshot is small enough to fit in memory.

Unknown 0

The size of the report snapshot is unknown.

Applies to