AtlasRelationshipEndDef Class

Definition

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 AtlasRelationshipEndDef : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AtlasRelationshipEndDef>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AtlasRelationshipEndDef>
type AtlasRelationshipEndDef = class
    interface IJsonModel<AtlasRelationshipEndDef>
    interface IPersistableModel<AtlasRelationshipEndDef>
Public Class AtlasRelationshipEndDef
Implements IJsonModel(Of AtlasRelationshipEndDef), IPersistableModel(Of AtlasRelationshipEndDef)
Inheritance
AtlasRelationshipEndDef
Implements

Constructors

AtlasRelationshipEndDef()

Initializes a new instance of AtlasRelationshipEndDef.

Properties

Cardinality

single-valued attribute or multi-valued attribute.

Description

The description of the relationship end definition.

IsContainer

Determines if it is container.

IsLegacyAttribute

Determines if it is a legacy attribute.

Name

The name of the relationship end definition.

Type

The type of the relationship end.

Explicit Interface Implementations

IJsonModel<AtlasRelationshipEndDef>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AtlasRelationshipEndDef>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AtlasRelationshipEndDef>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AtlasRelationshipEndDef>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AtlasRelationshipEndDef>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to