AtlasGlossaryCategory 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 glossary category.
public class AtlasGlossaryCategory : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AtlasGlossaryCategory>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AtlasGlossaryCategory>
type AtlasGlossaryCategory = class
interface IJsonModel<AtlasGlossaryCategory>
interface IPersistableModel<AtlasGlossaryCategory>
Public Class AtlasGlossaryCategory
Implements IJsonModel(Of AtlasGlossaryCategory), IPersistableModel(Of AtlasGlossaryCategory)
- Inheritance
-
AtlasGlossaryCategory
- Implements
Constructors
AtlasGlossaryCategory() |
Initializes a new instance of AtlasGlossaryCategory. |
Properties
Anchor |
The glossary header with basic information. |
ChildrenCategories |
An array of children categories. |
Classifications |
An array of classifications. |
CreatedBy |
The user who created the record. |
CreateTime |
The created time of the record. |
Guid |
The GUID of the object. |
LastModifiedTS |
ETag for concurrency control. |
LongDescription |
The long version description. |
Name |
The name of the glossary object. |
ParentCategory |
The header of the related category. |
QualifiedName |
The qualified name of the glossary object. |
ShortDescription |
The short version of description. |
Terms |
An array of related term headers. |
UpdatedBy |
The user who updated the record. |
UpdateTime |
The update time of the record. |
Explicit Interface Implementations
IJsonModel<AtlasGlossaryCategory>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AtlasGlossaryCategory>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AtlasGlossaryCategory>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AtlasGlossaryCategory>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AtlasGlossaryCategory>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET