AtlasRelationshipAttributeDef Class
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.
The relationshipEndDef represents an end of the relationship. The end of the relationship is defined by a type, an attribute name, cardinality and whether it is the container end of the relationship.
public class AtlasRelationshipAttributeDef : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AtlasRelationshipAttributeDef>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AtlasRelationshipAttributeDef>
type AtlasRelationshipAttributeDef = class
interface IJsonModel<AtlasRelationshipAttributeDef>
interface IPersistableModel<AtlasRelationshipAttributeDef>
Public Class AtlasRelationshipAttributeDef
Implements IJsonModel(Of AtlasRelationshipAttributeDef), IPersistableModel(Of AtlasRelationshipAttributeDef)
- Inheritance
-
AtlasRelationshipAttributeDef
- Implements
Constructors
AtlasRelationshipAttributeDef() |
Initializes a new instance of AtlasRelationshipAttributeDef. |
Properties
Cardinality |
single-valued attribute or multi-valued attribute. |
Constraints |
An array of constraints. |
DefaultValue |
The default value of the attribute. |
Description |
The description of the attribute. |
IncludeInNotification |
Determines if it is included in notification. |
IsIndexable |
Determines if it is indexable. |
IsLegacyAttribute |
Determines if it is a legacy attribute. |
IsOptional |
Determines if it is optional. |
IsUnique |
Determines if it unique. |
Name |
The name of the attribute. |
Options |
The options for the attribute. |
RelationshipTypeName |
The name of the relationship type. |
TypeName |
The name of the type. |
ValuesMaxCount |
The maximum count of the values. |
ValuesMinCount |
The minimum count of the values. |
Explicit Interface Implementations
IJsonModel<AtlasRelationshipAttributeDef>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AtlasRelationshipAttributeDef>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AtlasRelationshipAttributeDef>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AtlasRelationshipAttributeDef>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AtlasRelationshipAttributeDef>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET