RetrieveTotalRecordCount Function

Returns data on the total number of records for specific entities. The data retrieved will be from a snapshot within last 24 hours.

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
EntityNames
Collection( Edm.String ) False False

The logical names of the entities to include in the query.

Return type

Type Nullable Description
RetrieveTotalRecordCountResponse False Contains the response of the RetrieveTotalRecordCount function.

See also