BulkRetainResponse ComplexType

Contains the response from the BulkRetain action.

Properties

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

Name Type Details
EntityCountCollection EntityRecordCountCollection

Provides a count for each table.

FailedRecords Edm.Int32

The number of records in this operation.

HasMoreRecords Edm.Boolean

Indicates that there are more records that match the criteria.

MaxMarkedVersion Edm.Int64

The numeric value for max marked version in bulk retain response.

PagingCookie Edm.String

The paging cookie to use to process the next page of records.

Used by

The following use the BulkRetainResponse ComplexType.

Name How used
BulkRetain ReturnType

See also