Web API Metadata Entity Type Reference

Metadata entity types represent the types used in the Dataverse table definition model. See Use the Web API with table definitions for information about how to use these entity types.

In This Section

Name Description
AttributeMetadata Contains all the metadata for an entity attribute.
BigIntAttributeMetadata Contains the metadata for a BigInt attribute.
BooleanAttributeMetadata Contains the metadata for a Boolean attribute.
BooleanOptionSetMetadata Contains the data for the options in a boolean attribute.
crmmodelbaseentity An abstract EntityType from which all metadata entity types inherit.
DateTimeAttributeMetadata Contains the metadata for a DateTime attribute.
DecimalAttributeMetadata Contains the metadata for a Decimal attribute.
DoubleAttributeMetadata Contains the metadata for a Double attribute.
EntityKeyMetadata Contains the metadata for entity key.
EntityMetadata Contains the metadata for an entity.
EntityNameAttributeMetadata Contains the metadata for an attribute that references an entity.
EnumAttributeMetadata An abstract class that contains the data for an attribute that provides options.
FileAttributeMetadata An abstract class that contains the metadata for an attribute type File.
ImageAttributeMetadata Contains the metadata for a Image attribute
IntegerAttributeMetadata Contains the metadata for a Integer attribute.
LookupAttributeMetadata Contains the metadata for a lookup attribute.
ManagedPropertyAttributeMetadata For internal use only.
ManagedPropertyMetadata For internal use only.
ManyToManyRelationshipMetadata Contains the metadata for a many-to-many entity relationship.
MemoAttributeMetadata Contains the metadata for the attribute type Memo.
MetadataBase An abstract EntityType for used as base type for other Metadata EntityTypes, containing common metadata information.
MoneyAttributeMetadata Contains the metadata for a Money attribute.
MultiSelectPicklistAttributeMetadata Contains the metadata a choice column that enables selection of multiple values.
OneToManyRelationshipMetadata Contains the metadata for a one-to-many entity relationship.
OptionSetMetadata Contains metadata that defines a set of options.
OptionSetMetadataBase Contains data that defines a set of options.
PicklistAttributeMetadata Contains the metadata for a Picklist attribute.
RelationshipMetadataBase Contains the metadata for an entity relationship.
StateAttributeMetadata Contains the metadata for a State attribute.
StatusAttributeMetadata Contains the metadata for a Status attribute.
StringAttributeMetadata Contains the metadata for an String attribute.
UniqueIdentifierAttributeMetadata Represents the unique identifier attribute metadata.

See also