AtlasRelatedCategoryHeader Class

Definition

The header of the related category.

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

Constructors

AtlasRelatedCategoryHeader()

Initializes a new instance of AtlasRelatedCategoryHeader.

Properties

CategoryGuid

The GUID of the category.

Description

The description of the category header.

DisplayText

The display text.

ParentCategoryGuid

The GUID of the parent category.

RelationGuid

The GUID of the relationship.

Explicit Interface Implementations

IJsonModel<AtlasRelatedCategoryHeader>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AtlasRelatedCategoryHeader>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AtlasRelatedCategoryHeader>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AtlasRelatedCategoryHeader>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AtlasRelatedCategoryHeader>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to