Share via


TypeCategory Struct

Definition

Type Category.

public readonly struct TypeCategory : IEquatable<Azure.Analytics.Purview.DataMap.TypeCategory>
type TypeCategory = struct
Public Structure TypeCategory
Implements IEquatable(Of TypeCategory)
Inheritance
TypeCategory
Implements

Constructors

TypeCategory(String)

Initializes a new instance of TypeCategory.

Properties

Array

array.

Classification

classification.

Entity

entity.

Enum

enum.

Map

map.

ObjectIdType

object id type.

Primitive

primitive.

Relationship

relationship.

Struct

struct.

TermTemplate

term template.

Methods

Equals(TypeCategory)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(TypeCategory, TypeCategory)

Determines if two TypeCategory values are the same.

Implicit(String to TypeCategory)

Converts a string to a TypeCategory.

Inequality(TypeCategory, TypeCategory)

Determines if two TypeCategory values are not the same.

Applies to