RemovedAttribute Class

Definition

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

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

Constructors

Name Description
RemovedAttribute(String)

Constructor for RemovedAttribute class.

Properties

Name Description
Version

Returns the Spark version.

(Inherited from VersionAttribute)

Applies to