FileAttributeMetadata EntityType

Base Type
AttributeMetadata
Operations Supported
GET PUT DELETE

Properties

Properties represent fields of data stored in the entity.

Name Type Details
AttributeOf Edm.String

The name of the attribute that this attribute extends.

Inherited From: AttributeMetadata

AttributeType AttributeTypeCode

The type for the attribute.

Inherited From: AttributeMetadata

AttributeTypeName AttributeTypeDisplayName

The name of the type for the attribute.

Inherited From: AttributeMetadata

AutoNumberFormat Edm.String

Defines the output string format of an autonumber value.

Inherited From: AttributeMetadata

CanBeSecuredForCreate Edm.Boolean

Whether field-level security can be applied to prevent a user from adding data to this attribute.

Inherited From: AttributeMetadata

CanBeSecuredForRead Edm.Boolean

Whether field-level security can be applied to prevent a user from viewing data from this attribute.

Inherited From: AttributeMetadata

CanBeSecuredForUpdate Edm.Boolean

Whether field-level security can be applied to prevent a user from updating data for this attribute.

Inherited From: AttributeMetadata

CanModifyAdditionalSettings BooleanManagedProperty

Whether any settings not controlled by managed properties can be changed.

Inherited From: AttributeMetadata

ColumnNumber Edm.Int32

An organization-specific ID for the attribute used for auditing.

Inherited From: AttributeMetadata

CreatedOn Edm.DateTimeOffset

When the column was created.

Inherited From: AttributeMetadata

DeprecatedVersion Edm.String

The Microsoft Dynamics 365 version that the attribute was deprecated in.

Inherited From: AttributeMetadata

Description Label

The label containing the description for the attribute.

Inherited From: AttributeMetadata

DisplayName Label

A label containing the display name for the attribute.

Inherited From: AttributeMetadata

EntityLogicalName Edm.String

The logical name of the entity that contains the attribute.

Inherited From: AttributeMetadata

ExternalName Edm.String

The external name of an object, typically based on it's name in it's original source.

Inherited From: AttributeMetadata

HasChanged Edm.Boolean

Indicates whether the item of metadata has changed.

Inherited From: MetadataBase

InheritsFrom Edm.String

For internal use only.

Inherited From: AttributeMetadata

IntroducedVersion Edm.String

A string identifying the solution version that the solution component was added in.

Inherited From: AttributeMetadata

IsAuditEnabled BooleanManagedProperty

Whether the attribute is enabled for auditing.

Inherited From: AttributeMetadata

IsCustomAttribute Edm.Boolean

Whether the attribute is a custom attribute.

Inherited From: AttributeMetadata

IsCustomizable BooleanManagedProperty

Whether the attribute allows customization.

Inherited From: AttributeMetadata

IsDataSourceSecret Edm.Boolean

Inherited From: AttributeMetadata

IsFilterable Edm.Boolean

For internal use only.

Inherited From: AttributeMetadata

IsGlobalFilterEnabled BooleanManagedProperty

For internal use only.

Inherited From: AttributeMetadata

IsLogical Edm.Boolean

Whether the attribute is a logical attribute.

Inherited From: AttributeMetadata

IsManaged Edm.Boolean

Whether the attribute is part of a managed solution.

Inherited From: AttributeMetadata

IsPrimaryId Edm.Boolean

Whether the attribute represents the unique identifier for the record.

Inherited From: AttributeMetadata

IsPrimaryName Edm.Boolean

Whether the attribute represents the primary attribute for the entity.

Inherited From: AttributeMetadata

IsRenameable BooleanManagedProperty

Whether the attribute display name can be changed.

Inherited From: AttributeMetadata

IsRequiredForForm Edm.Boolean

Whether the attribute must be included in a form in a model-driven app.

Inherited From: AttributeMetadata

IsRetrievable Edm.Boolean

For internal use only.

Inherited From: AttributeMetadata

IsSearchable Edm.Boolean

For internal use only.

Inherited From: AttributeMetadata

IsSecured Edm.Boolean

Whether the attribute is secured for field-level security.

Inherited From: AttributeMetadata

IsSortableEnabled BooleanManagedProperty

For internal use only.

Inherited From: AttributeMetadata

IsValidForAdvancedFind BooleanManagedProperty

Whether the attribute appears in Advanced Find.

Inherited From: AttributeMetadata

IsValidForCreate Edm.Boolean

Whether the value can be set when a record is created.

Inherited From: AttributeMetadata

IsValidForForm Edm.Boolean

Whether the column can be added to a form in a model-driven app.

Inherited From: AttributeMetadata

IsValidForGrid Edm.Boolean

Whether the attribute can be included in a view.

Inherited From: AttributeMetadata

IsValidForRead Edm.Boolean

Whether the value can be retrieved.

Inherited From: AttributeMetadata

IsValidForUpdate Edm.Boolean

Whether the value can be updated.

Inherited From: AttributeMetadata

IsValidODataAttribute Edm.Boolean

Whether the attribute represents a property that is available in the Web API.

Inherited From: AttributeMetadata

LinkedAttributeId Edm.Guid

The id of the attribute that is linked between appointments and recurring appointments.

Inherited From: AttributeMetadata

LogicalName Edm.String

The logical name for the attribute.

Inherited From: AttributeMetadata

MaxSizeInKB Edm.Int32

Gets or sets the maximum size (in kilobytes) of the file.

Inherited From: AttributeMetadata

MetadataId Edm.Guid

A unique identifier for the metadata item.

Inherited From: MetadataBase

ModifiedOn Edm.DateTimeOffset

When the column was last modified.

Inherited From: AttributeMetadata

RequiredLevel AttributeRequiredLevelManagedProperty

The property that determines the data entry requirement level enforced for the attribute.

Inherited From: AttributeMetadata

SchemaName Edm.String

The schema name for the attribute.

Inherited From: AttributeMetadata

Settings Collection(EntitySetting)

For internal use only.

Inherited From: AttributeMetadata

SourceType Edm.Int32

A value that indicates the source type for a calculated or rollup attribute.

Inherited From: AttributeMetadata

See also