AtlasEntityDef Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
class that captures details of a entity-type.
public class AtlasEntityDef : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AtlasEntityDef>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AtlasEntityDef>
type AtlasEntityDef = class
interface IJsonModel<AtlasEntityDef>
interface IPersistableModel<AtlasEntityDef>
Public Class AtlasEntityDef
Implements IJsonModel(Of AtlasEntityDef), IPersistableModel(Of AtlasEntityDef)
- Inheritance
-
AtlasEntityDef
- Implements
Constructors
AtlasEntityDef() |
Initializes a new instance of AtlasEntityDef. |
Properties
AttributeDefs |
An array of attribute definitions. |
Category |
The enum of type category. |
CreatedBy |
The user who created the record. |
CreateTime |
The created time of the record. |
DateFormatter |
The date format. |
Description |
The description of the type definition. |
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. |
RelationshipAttributeDefs |
An array of relationship attributes. |
ServiceType |
The service type. |
SubTypes |
An array of sub types. |
SuperTypes |
An array of super types. |
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<AtlasEntityDef>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AtlasEntityDef>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AtlasEntityDef>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AtlasEntityDef>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AtlasEntityDef>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET