Class TableStats
- Inheritance
-
TableStats
- Inherited Members
-
- Namespace
- TabularEditor.Shared.Scripting
- Assembly
- TabularEditor3.Shared.dll
Per-table VertiPaq Analyzer statistics. Returned by Tables.
- Extension Methods
-
Constructors
TableStats()
Properties
ColumnCount
public int ColumnCount { get; init; }
Property Value
ColumnsDataSize
public long ColumnsDataSize { get; init; }
Property Value
ColumnsDictSize
public long ColumnsDictSize { get; init; }
Property Value
ColumnsHierSize
public long ColumnsHierSize { get; init; }
Property Value
IsHidden
public bool IsHidden { get; init; }
Property Value
MeasureCount
public int MeasureCount { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
PartitionCount
public int PartitionCount { get; init; }
Property Value
PercentOfDb
public double PercentOfDb { get; init; }
Property Value
RelationshipsSize
public long RelationshipsSize { get; init; }
Property Value
RiViolationCount
public long RiViolationCount { get; init; }
Property Value
RowCount
public long RowCount { get; init; }
Property Value
SegmentCount
public int SegmentCount { get; init; }
Property Value
TableSize
public long TableSize { get; init; }
Property Value
UserHierarchiesSize
public long UserHierarchiesSize { get; init; }
Property Value