DeprecatedAttribute Class

Definition

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

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

Constructors

DeprecatedAttribute(String)

Constructor for DeprecatedAttribute class.

Properties

Version

Returns the Spark version.

(Inherited from VersionAttribute)

Applies to