Table of Contents

Class ColumnStats

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

Per-column VertiPaq Analyzer statistics. Returned by Columns.

public class ColumnStats
Extension Methods

Constructors

ColumnStats()

public ColumnStats()

Properties

Cardinality

public long Cardinality { get; init; }

Property Value

Type Description
long

ColumnName

public string ColumnName { get; init; }

Property Value

Type Description
string

DataSize

public long DataSize { get; init; }

Property Value

Type Description
long

DataType

public string DataType { get; init; }

Property Value

Type Description
string

DictSize

public long DictSize { get; init; }

Property Value

Type Description
long

Encoding

public string Encoding { get; init; }

Property Value

Type Description
string

HierSize

public long HierSize { get; init; }

Property Value

Type Description
long

IsHidden

public bool IsHidden { get; init; }

Property Value

Type Description
bool

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?

PercentOfDb

public double PercentOfDb { get; init; }

Property Value

Type Description
double

PercentOfTable

public double PercentOfTable { get; init; }

Property Value

Type Description
double

Rows

public long Rows { 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?

TotalSize

public long TotalSize { get; init; }

Property Value

Type Description
long