entityindex EntityType

Metadata describing index of an entity

Entity set path:
[organization URI]/api/data/v9.2/entityindexes
Base type:
crmbaseentity
Display name:
Entity Index
Primary key:
indexid
Primary key attribute:
name

Properties

Properties represent fields of data stored in the entity. Some properties are read-only.

Name Type Details
componentstate Edm.Int32

For internal use only.

Display name: Component State

Read only
Default options
Values Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished
indexid Edm.Guid

Unique identifier of the index id

Display name: Index Id

name Edm.String

Display Name

Display name: Display Name

overwritetime Edm.DateTimeOffset

For internal use only.

Display name: Record Overwrite Time

Read only
recordid Edm.Int64

The record id of this entity index.

Display name: Record Id

Read only
sequentialkeystatus Edm.Int32

For internal use only.

Display name: Sequential Key Status

solutionid Edm.Guid

Unique identifier of the associated solution.

Display name: Solution

Read only
versionnumber Edm.Int64

The version number of this entity index.

Display name: Version Number

Read only

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
entityindex_AsyncOperations asyncoperation regardingobjectid_entityindex
entityindex_BulkDeleteFailures bulkdeletefailure regardingobjectid_entityindex
entityindex_MailboxTrackingFolders mailboxtrackingfolder regardingobjectid_entityindex
entityindex_PrincipalObjectAttributeAccesses principalobjectattributeaccess objectid_entityindex
entityindex_SyncErrors syncerror regardingobjectid_entityindex

See also