AtlasEnumDef Class

Definition

class that captures details of an enum-type.

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

Constructors

AtlasEnumDef()

Initializes a new instance of AtlasEnumDef.

Properties

Category

The enum of type category.

CreatedBy

The user who created the record.

CreateTime

The created time of the record.

DateFormatter

The date format.

DefaultValue

The default value.

Description

The description of the type definition.

ElementDefs

An array of enum element definitions.

Guid

The GUID of the type definition.

LastModifiedTS

ETag for concurrency control.

Name

The name of the type definition.

Options

The options for the type definition.

ServiceType

The service type.

TypeVersion

The version of the type.

UpdatedBy

The user who updated the record.

UpdateTime

The update time of the record.

Version

The version of the record.

Explicit Interface Implementations

IJsonModel<AtlasEnumDef>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AtlasEnumDef>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AtlasEnumDef>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AtlasEnumDef>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AtlasEnumDef>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to