DataClassification Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single classification which is part of a data taxonomy.
public value class DataClassification : IEquatable<Microsoft::Extensions::Compliance::Classification::DataClassification>
public readonly struct DataClassification : IEquatable<Microsoft.Extensions.Compliance.Classification.DataClassification>
type DataClassification = struct
Public Structure DataClassification
Implements IEquatable(Of DataClassification)
- Inheritance
- Implements
Constructors
DataClassification(String, String) |
Initializes a new instance of the DataClassification struct. |
Properties
None |
Gets the value to represent data with no defined classification. |
TaxonomyName |
Gets the name of the taxonomy that recognizes this classification. |
Unknown |
Gets the value to represent data with an unknown classification. |
Value |
Gets the value representing the classification within the taxonomy. |
Methods
Equals(DataClassification) |
Checks if an object is equal to this instance of DataClassification. |
Equals(Object) |
Checks if an object is equal to this instance of DataClassification. |
GetHashCode() |
Get the hash code for the current instance. |
ToString() |
Gets a string representation of this object. |
Operators
Equality(DataClassification, DataClassification) |
Check if two instances are equal. |
Inequality(DataClassification, DataClassification) |
Check if two instances are not equal. |