AtlasGlossaryHeader Class

Definition

The glossary header with basic information.

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

Constructors

AtlasGlossaryHeader()

Initializes a new instance of AtlasGlossaryHeader.

Properties

DisplayText

The display text.

GlossaryGuid

The GUID of the glossary.

RelationGuid

The GUID of the relationship.

Explicit Interface Implementations

IJsonModel<AtlasGlossaryHeader>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AtlasGlossaryHeader>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AtlasGlossaryHeader>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AtlasGlossaryHeader>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AtlasGlossaryHeader>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to