entityanalyticsconfig EntityType

This entity contains information about which entities are enabled for Azure Data Lake Services integration

Entity Set Path
[organization URI]/api/data/v9.2/entityanalyticsconfigs
Base Type
crmbaseentity
Display Name
Entity Analytics Config
Primary Key
entityanalyticsconfigid
Primary Key Attribute
parententitylogicalname
Operations Supported
POST GET PATCH DELETE

Properties

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

Name Type Details
componentidunique Edm.Guid

For internal use only.

Display Name: Row id unique

Read Only
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
createdon Edm.DateTimeOffset

Date and time when the record was created.

Display Name: Created On

Read Only
entityanalyticsconfigid Edm.Guid

Unique identifier for entity instances

Display Name: Entity Analytics Config

isenabledforadls Edm.Boolean

Azure Data Lake Storage is enabled for the selected entity

Display Name: Is Enabled For ADLS

Default Options
Values Label
1 Yes
0 No
isenabledfortimeseries Edm.Boolean

Time series is enabled for the selected entity

Display Name: Is Enabled For Time Series

Default Options
Values Label
1 Yes
0 No
ismanaged Edm.Boolean

Indicates whether the solution component is part of a managed solution.

Display Name: Is Managed

Read Only
Default Options
Values Label
1 Managed
0 Unmanaged
modifiedon Edm.DateTimeOffset

Date and time when the record was modified.

Display Name: Modified On

Read Only
overwritetime Edm.DateTimeOffset

For internal use only.

Display Name: Record Overwrite Time

Read Only
parententitylogicalname Edm.String

Entity Logical Name For Analytics

Display Name: Entity Logical Name For Analytics

solutionid Edm.Guid

Unique identifier of the associated solution.

Display Name: Solution

Read Only
versionnumber Edm.Int64

Version number of Entity Analytics Config.

Display Name: Version Number

Read Only

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_organizationid_value organizationid

Unique identifier for the organization

_parententityid_value parententityid

Unique identifier for Entity associated with Entity Analytics Config.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
organizationid organization organization_entityanalyticsconfig
parententityid entity entity_entityanalyticsconfig

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
entityanalyticsconfig_AsyncOperations asyncoperation regardingobjectid_entityanalyticsconfig
entityanalyticsconfig_BulkDeleteFailures bulkdeletefailure regardingobjectid_entityanalyticsconfig
entityanalyticsconfig_MailboxTrackingFolders mailboxtrackingfolder regardingobjectid_entityanalyticsconfig
entityanalyticsconfig_PrincipalObjectAttributeAccesses principalobjectattributeaccess objectid_entityanalyticsconfig
entityanalyticsconfig_SyncErrors syncerror regardingobjectid_entityanalyticsconfig

Operations

The following operations can be used with the entityanalyticsconfig entity type.

Name Binding
CreateMultiple Not Bound
UpdateMultiple Not Bound

See also