AtlasGlossaryExtInfo Class

Definition

The extended information of glossary.

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

Properties

Categories

An array of categories.

CategoryInfo

The glossary category information.

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.

TermInfo

The glossary term information.

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<AtlasGlossaryExtInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AtlasGlossaryExtInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AtlasGlossaryExtInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AtlasGlossaryExtInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AtlasGlossaryExtInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to