AtlasGlossary Class

Definition

The glossary object.

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

Constructors

AtlasGlossary()

Initializes a new instance of AtlasGlossary.

Properties

Categories

An array of categories.

Classifications

An array of classifications.

CreatedBy

The user who created the record.

CreateTime

The created time of the record.

Guid

The GUID of the object.

Language

The language of the glossary.

LastModifiedTS

ETag for concurrency control.

LongDescription

The long version description.

Name

The name of the glossary object.

QualifiedName

The qualified name of the glossary object.

ShortDescription

The short version of description.

Terms

An array of related term headers.

UpdatedBy

The user who updated the record.

UpdateTime

The update time of the record.

Usage

The usage of the glossary.

Explicit Interface Implementations

IJsonModel<AtlasGlossary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AtlasGlossary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AtlasGlossary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AtlasGlossary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AtlasGlossary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to