AtlasEntityWithExtInfo Class

Definition

An instance of an entity along with extended info - like hive_table, hive_database.

public class AtlasEntityWithExtInfo : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AtlasEntityWithExtInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AtlasEntityWithExtInfo>
type AtlasEntityWithExtInfo = class
    interface IJsonModel<AtlasEntityWithExtInfo>
    interface IPersistableModel<AtlasEntityWithExtInfo>
Public Class AtlasEntityWithExtInfo
Implements IJsonModel(Of AtlasEntityWithExtInfo), IPersistableModel(Of AtlasEntityWithExtInfo)
Inheritance
AtlasEntityWithExtInfo
Implements

Constructors

AtlasEntityWithExtInfo()

Initializes a new instance of AtlasEntityWithExtInfo.

Properties

Entity

An instance of an entity - like hive_table, hive_database.

ReferredEntities

The referred entities.

Explicit Interface Implementations

IJsonModel<AtlasEntityWithExtInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AtlasEntityWithExtInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AtlasEntityWithExtInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AtlasEntityWithExtInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AtlasEntityWithExtInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to