Skip to main content

Usercube-Compute-CorrelationKeys

This tool is used to compute the values of all correlation keys.

Examples

The following example computes the correlation keys of the database defined by the connection string, for all entity types.


./identitymanager-Compute-CorrelationKeys.exe --database-connection-string "data source=.;Database=Usercube;Integrated Security=SSPI;Min Pool Size=10;encrypt=false" -a

Arguments

Argument NameDetails
--batch-size (-q) default value: 5000Type Int32 Description Batch size for queries. See more details.
------
--database-connection-string requiredType String Description Connection string of the database.
------
--all-entityType (-a) optionalType No Value Description Applies the tool to all entity types.
--batch-size (-q) default value: 5000Type Int32 Description Batch size for queries. See more details.
--dirty optionalType No Value Description Applies the tool incrementally by applying it only to resources marked as dirty, i.e. recently modified.
--entitytype-list optionalType String List Description List of entity types that the tool is to be applied to. Note: required when --all-entityType is not specified.
--resource-identity-property optionalType String Description Property used to override the resource identity property set in SelectUserByIdentityQueryHandler.
------
--log-level optionalType LogLevel Description Level of log information among: Verbose; Debug; Information; Warning; Error; Fatal.