Table of Contents

Class TableStats

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

Per-table VertiPaq Analyzer statistics. Returned by Tables.

public class TableStats
Extension Methods

Constructors

TableStats()

public TableStats()

Properties

ColumnCount

public int ColumnCount { get; init; }

Property Value

Type Description
int

ColumnsDataSize

public long ColumnsDataSize { get; init; }

Property Value

Type Description
long

ColumnsDictSize

public long ColumnsDictSize { get; init; }

Property Value

Type Description
long

ColumnsHierSize

public long ColumnsHierSize { get; init; }

Property Value

Type Description
long

IsHidden

public bool IsHidden { get; init; }

Property Value

Type Description
bool

MeasureCount

public int MeasureCount { get; init; }

Property Value

Type Description
int

Name

public string Name { get; init; }

Property Value

Type Description
string

PartitionCount

public int PartitionCount { get; init; }

Property Value

Type Description
int

PercentOfDb

public double PercentOfDb { get; init; }

Property Value

Type Description
double

RelationshipsSize

public long RelationshipsSize { get; init; }

Property Value

Type Description
long

RiViolationCount

public long RiViolationCount { get; init; }

Property Value

Type Description
long

RowCount

public long RowCount { get; init; }

Property Value

Type Description
long

SegmentCount

public int SegmentCount { get; init; }

Property Value

Type Description
int

TableSize

public long TableSize { get; init; }

Property Value

Type Description
long

UserHierarchiesSize

public long UserHierarchiesSize { get; init; }

Property Value

Type Description
long