EntityKeyMetadata EntityType

Base Type
MetadataBase
Operations Supported
GET PUT DELETE

Properties

Properties represent fields of data stored in the entity.

Name Type Details
AsyncJob Edm.Guid

The asynchronous job.

DisplayName Label

A label containing the display name for the key.

EntityKeyIndexStatus EntityKeyIndexStatus

The entity key index status.

EntityLogicalName Edm.String

The entity logical name.

HasChanged Edm.Boolean

Indicates whether the item of metadata has changed.

Inherited From: MetadataBase

IntroducedVersion Edm.String

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

IsCustomizable BooleanManagedProperty

Whether the entity key metadata is customizable.

IsExportKey Edm.Boolean
IsManaged Edm.Boolean

Whether entity key metadata is managed or not.

IsSecondaryKey Edm.Boolean
IsSynchronous Edm.Boolean
KeyAttributes Collection( Edm.String )

The key attributes.

LogicalName Edm.String

The logical name.

MetadataId Edm.Guid

A unique identifier for the metadata item.

Inherited From: MetadataBase

SchemaName Edm.String

The schema name.

Used by

The following use the EntityKeyMetadata metadata entity type.

Name How used
EntityMetadata Keys NavigationProperty

See also