Class ColumnStats
- Inheritance
-
ColumnStats
- Inherited Members
-
- Namespace
- TabularEditor.Shared.Scripting
- Assembly
- TabularEditor3.Shared.dll
Per-column VertiPaq Analyzer statistics. Returned by Columns.
- Extension Methods
-
Constructors
ColumnStats()
Properties
Cardinality
public long Cardinality { get; init; }
Property Value
ColumnName
public string ColumnName { get; init; }
Property Value
DataSize
public long DataSize { get; init; }
Property Value
DataType
public string DataType { get; init; }
Property Value
DictSize
public long DictSize { get; init; }
Property Value
Encoding
public string Encoding { get; init; }
Property Value
HierSize
public long HierSize { get; init; }
Property Value
IsHidden
public bool IsHidden { get; init; }
Property Value
IsPageable
public bool? IsPageable { get; init; }
Property Value
IsResident
public bool? IsResident { get; init; }
Property Value
LastAccessed
public DateTime? LastAccessed { get; init; }
Property Value
PercentOfDb
public double PercentOfDb { get; init; }
Property Value
PercentOfTable
public double PercentOfTable { get; init; }
Property Value
Rows
public long Rows { get; init; }
Property Value
SegmentCount
public int SegmentCount { get; init; }
Property Value
TableName
public string TableName { get; init; }
Property Value
Temperature
public double? Temperature { get; init; }
Property Value
TotalSize
public long TotalSize { get; init; }
Property Value