Class RelationshipStats
- Inheritance
-
RelationshipStats
- Inherited Members
-
- Namespace
- TabularEditor.Shared.Scripting
- Assembly
- TabularEditor3.Shared.dll
Per-relationship VertiPaq Analyzer statistics. Returned by Relationships.
public class RelationshipStats
- Extension Methods
-
Constructors
RelationshipStats()
public RelationshipStats()
Properties
CrossFilterDirection
public string CrossFilterDirection { get; init; }
Property Value
FromCardinality
public long FromCardinality { get; init; }
Property Value
FromCardinalityType
public string FromCardinalityType { get; init; }
Property Value
FromColumn
public string FromColumn { get; init; }
Property Value
FromRows
public long FromRows { get; init; }
Property Value
FromTable
public string FromTable { get; init; }
Property Value
InvalidRows
public long InvalidRows { get; init; }
Property Value
IsActive
public bool IsActive { get; init; }
Property Value
MissingKeys
public long MissingKeys { get; init; }
Property Value
RelyOnReferentialIntegrity
public bool RelyOnReferentialIntegrity { get; init; }
Property Value
SampleViolations
public List<string> SampleViolations { get; set; }
Property Value
ToCardinality
public long ToCardinality { get; init; }
Property Value
ToCardinalityType
public string ToCardinalityType { get; init; }
Property Value
ToColumn
public string ToColumn { get; init; }
Property Value
ToRows
public long ToRows { get; init; }
Property Value
ToTable
public string ToTable { get; init; }
Property Value
UsedSize
public long UsedSize { get; init; }
Property Value