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

Whether is export key is enabled.

IsManaged Edm.Boolean

Whether entity key metadata is managed or not.

IsSecondaryKey Edm.Boolean

Whether is secondary key is enabled.

IsSynchronous Edm.Boolean

Whether is synchronous is enabled.

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