EntityRecordCountCollection ComplexType

The collection of results for the RetrieveTotalRecordCount Function.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
Count Edm.Int32

The number of results included in the collection.

IsReadOnly Edm.Boolean

Whether the collection can be modified. This is always false for this type.

Keys Collection( Edm.String )

The logical names of the entities included in the query.

Values Collection( Edm.Int64 )

The number of records corresponding to the logical name of the entity in the Keys.

Used by

The following use the EntityRecordCountCollection ComplexType.

Name How used
BulkRetainResponse EntityCountCollection Property
PurgeRetainedContentResponse EntityCountCollection Property
RetainResponse EntityCountCollection Property
RollbackRetainResponse EntityCountCollection Property
RetrieveTotalRecordCountResponse EntityRecordCountCollection Property

See also