Class VertipaqSummary
- Inheritance
-
VertipaqSummary
- Inherited Members
-
- Namespace
- TabularEditor.Shared.Scripting
- Assembly
- TabularEditor3.Shared.dll
Model-level VertiPaq Analyzer summary. Returned by Summary.
public class VertipaqSummary
- Extension Methods
-
Constructors
VertipaqSummary()
Properties
ColumnCount
public int ColumnCount { get; init; }
Property Value
CompatibilityLevel
public int CompatibilityLevel { get; init; }
Property Value
CompatibilityMode
public string CompatibilityMode { get; init; }
Property Value
public DateTime ExtractionDate { get; init; }
Property Value
LastDataRefresh
public DateTime LastDataRefresh { get; init; }
Property Value
MaxTableRows
public long MaxTableRows { get; init; }
Property Value
MeasureCount
public int MeasureCount { get; init; }
Property Value
ModelName
public string ModelName { get; init; }
Property Value
RelationshipCount
public int RelationshipCount { get; init; }
Property Value
RoleCount
public int RoleCount { get; init; }
Property Value
ServerName
public string ServerName { get; init; }
Property Value
TableCount
public int TableCount { get; init; }
Property Value
TotalSize
public long TotalSize { get; init; }
Property Value