<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0-preview1.25257.1" />

Microsoft.Data.SqlClient.DataClassification.SensitivityRank

public enum SensitivityRank

A relative ranking of the sensitivity of a query or of a column that is part of per column data.

It is an identifier based on a predefined set of values which define sensitivity rank. Used by other services like Advanced Threat Protection to detect anomalies based on their rank.

CRITICAL = 40

Corresponds to rank value 40.

HIGH = 30

Corresponds to rank value 30.

LOW = 10

Corresponds to rank value of 10.

MEDIUM = 20

Corresponds to rank value 20.

NONE = 0

Corresponds to rank value of 0.

No sensitivity rank defined.