AtlasAttributeDef 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 struct-attribute.
public class AtlasAttributeDef : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AtlasAttributeDef>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AtlasAttributeDef>
type AtlasAttributeDef = class
interface IJsonModel<AtlasAttributeDef>
interface IPersistableModel<AtlasAttributeDef>
Public Class AtlasAttributeDef
Implements IJsonModel(Of AtlasAttributeDef), IPersistableModel(Of AtlasAttributeDef)
- Inheritance
-
AtlasAttributeDef
- Implements
Constructors
AtlasAttributeDef() |
Initializes a new instance of AtlasAttributeDef. |
Properties
Cardinality |
single-valued attribute or multi-valued attribute. |
Constraints |
An array of constraints. |
DefaultValue |
The default value of the attribute. |
Description |
The description of the attribute. |
IncludeInNotification |
Determines if it is included in notification. |
IsIndexable |
Determines if it is indexable. |
IsOptional |
Determines if it is optional. |
IsUnique |
Determines if it unique. |
Name |
The name of the attribute. |
Options |
The options for the attribute. |
TypeName |
The name of the type. |
ValuesMaxCount |
The maximum count of the values. |
ValuesMinCount |
The minimum count of the values. |
Explicit Interface Implementations
IJsonModel<AtlasAttributeDef>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AtlasAttributeDef>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AtlasAttributeDef>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AtlasAttributeDef>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AtlasAttributeDef>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET