Table of Contents

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

Type Description
string

FromCardinality

public long FromCardinality { get; init; }

Property Value

Type Description
long

FromCardinalityType

public string FromCardinalityType { get; init; }

Property Value

Type Description
string

FromColumn

public string FromColumn { get; init; }

Property Value

Type Description
string

FromRows

public long FromRows { get; init; }

Property Value

Type Description
long

FromTable

public string FromTable { get; init; }

Property Value

Type Description
string

InvalidRows

public long InvalidRows { get; init; }

Property Value

Type Description
long

IsActive

public bool IsActive { get; init; }

Property Value

Type Description
bool

MissingKeys

public long MissingKeys { get; init; }

Property Value

Type Description
long

RelyOnReferentialIntegrity

public bool RelyOnReferentialIntegrity { get; init; }

Property Value

Type Description
bool

SampleViolations

public List<string> SampleViolations { get; set; }

Property Value

Type Description
List<string>

ToCardinality

public long ToCardinality { get; init; }

Property Value

Type Description
long

ToCardinalityType

public string ToCardinalityType { get; init; }

Property Value

Type Description
string

ToColumn

public string ToColumn { get; init; }

Property Value

Type Description
string

ToRows

public long ToRows { get; init; }

Property Value

Type Description
long

ToTable

public string ToTable { get; init; }

Property Value

Type Description
string

UsedSize

public long UsedSize { get; init; }

Property Value

Type Description
long