Table of Contents

Class PartitionStats

Inheritance
PartitionStats
Inherited Members
Namespace
TabularEditor.Shared.Scripting
Assembly
TabularEditor3.Shared.dll

Per-partition VertiPaq Analyzer statistics. Returned by Partitions.

public class PartitionStats
Extension Methods

Constructors

PartitionStats()

public PartitionStats()

Properties

DataSize

public long DataSize { get; init; }

Property Value

Type Description
long

IsPageable

public bool? IsPageable { get; init; }

Property Value

Type Description
bool?

IsResident

public bool? IsResident { get; init; }

Property Value

Type Description
bool?

LastAccessed

public DateTime? LastAccessed { get; init; }

Property Value

Type Description
DateTime?

PartitionName

public string PartitionName { get; init; }

Property Value

Type Description
string

RowCount

public long RowCount { get; init; }

Property Value

Type Description
long

SegmentCount

public int SegmentCount { get; init; }

Property Value

Type Description
int

TableName

public string TableName { get; init; }

Property Value

Type Description
string

Temperature

public double? Temperature { get; init; }

Property Value

Type Description
double?