AtlasTermAssignmentHeader 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.
The header for term assignment.
public class AtlasTermAssignmentHeader : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AtlasTermAssignmentHeader>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AtlasTermAssignmentHeader>
type AtlasTermAssignmentHeader = class
interface IJsonModel<AtlasTermAssignmentHeader>
interface IPersistableModel<AtlasTermAssignmentHeader>
Public Class AtlasTermAssignmentHeader
Implements IJsonModel(Of AtlasTermAssignmentHeader), IPersistableModel(Of AtlasTermAssignmentHeader)
- Inheritance
-
AtlasTermAssignmentHeader
- Implements
Constructors
AtlasTermAssignmentHeader() |
Initializes a new instance of AtlasTermAssignmentHeader. |
Properties
Confidence |
The confidence of the term assignment. |
CreatedBy |
The user who created the record. |
Description |
The description of the term assignment. |
DisplayText |
The display text. |
Expression |
The expression of the term assignment. |
RelationGuid |
The GUID of the relationship. |
Status |
The status of terms assignment. |
Steward |
The steward of the term. |
TermGuid |
The GUID of the term. |
Explicit Interface Implementations
IJsonModel<AtlasTermAssignmentHeader>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AtlasTermAssignmentHeader>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AtlasTermAssignmentHeader>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AtlasTermAssignmentHeader>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AtlasTermAssignmentHeader>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET