AtlasEntityHeaders Class

Definition

An instance of an entity header map.

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

Constructors

AtlasEntityHeaders()

Initializes a new instance of AtlasEntityHeaders.

Properties

GuidHeaderMap

The description of the guid header map,.

Explicit Interface Implementations

IJsonModel<AtlasEntityHeaders>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AtlasEntityHeaders>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AtlasEntityHeaders>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AtlasEntityHeaders>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AtlasEntityHeaders>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to