CardinalityValue 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.
Cardinality.
public readonly struct CardinalityValue : IEquatable<Azure.Analytics.Purview.DataMap.CardinalityValue>
type CardinalityValue = struct
Public Structure CardinalityValue
Implements IEquatable(Of CardinalityValue)
- Inheritance
-
CardinalityValue
- Implements
Constructors
| Name | Description |
|---|---|
| CardinalityValue(String) |
Initializes a new instance of CardinalityValue. |
Properties
| Name | Description |
|---|---|
| List |
list. |
| Set |
set. |
| Single |
single. |
Methods
| Name | Description |
|---|---|
| Equals(CardinalityValue) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(CardinalityValue, CardinalityValue) |
Determines if two CardinalityValue values are the same. |
| Implicit(String to CardinalityValue) |
Converts a String to a CardinalityValue. |
| Inequality(CardinalityValue, CardinalityValue) |
Determines if two CardinalityValue values are not the same. |