Table of Contents

Class MinVersionAttribute

Inheritance
MinVersionAttribute
Inherited Members
Namespace
TabularEditor.SemanticBridge.Platforms.Databricks.MetricView
Assembly
SemanticBridge.dll

Specifies the minimum metric view version required for a property. Used for setter validation when setting v1.1+ properties on older versions.

[AttributeUsage(AttributeTargets.Property)]
public sealed class MinVersionAttribute : Attribute
Extension Methods

Remarks

Creates a new MinVersion attribute with the specified minimum version.

Constructors

MinVersionAttribute(string)

Specifies the minimum metric view version required for a property. Used for setter validation when setting v1.1+ properties on older versions.

public MinVersionAttribute(string version)

Parameters

Type Name Description
string version

The minimum version required (e.g., "1.1")

Remarks

Creates a new MinVersion attribute with the specified minimum version.

Properties

Version

The minimum version required for this property.

public string Version { get; }

Property Value

Type Description
string