Language

SinceAttribute Class

Definition

Custom attribute to denote the Spark version in which an API is introduced.

[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class SinceAttribute : Microsoft.Spark.VersionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type SinceAttribute = class
    inherit VersionAttribute
Public NotInheritable Class SinceAttribute
Inherits VersionAttribute
Inheritance
SinceAttribute
Attributes

Constructors

Name Description
SinceAttribute(String)

Constructor for SinceAttribute class.

Properties

Name Description
Version

Returns the Spark version.

(Inherited from VersionAttribute)

Applies to