ImportResultsSummary
The ImportResultsSummary object is a retrieve-only object that contains status and aggregate information on an individual import started from an ImportDefinition. Possible values include:
- New - The Retrieve request has yet to be processed by the application.
- Processing - The application is processing the Retrieve request.
- Completed - The application has completely processed the Retrieve request.
- Error - An error occurred while processing the Retrieve request.
- IOWork - The application is currently writing information to disk.
- Unknown - No status is currently available for the Retrieve request.
Name | Data Type | Description |
---|
Client | ClientID | Specifies the account ownership and context of an object. |
CorrelationID | xsd | Identifies correlation of objects across several requests. |
CreatedDate | xsd | Read-only date and time of the object's creation. |
CustomerKey | xsd | User-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object in Marketing Cloud. |
DestinationID | xsd | Specifies the identifier of either the list or the data extension associated with a completed import (lists return a number value for an ID, while data extensions return an GUID). |
EndDate | xsd | Specifies the end data of an activity. |
ID | xsd | Read-only identifier for an object. Some objects use the ObjectID property as the Marketing Cloud unique ID. |
ImportDefinitionCustomerKey | xsd | Specifies customer key associated with import definition used in an import. |
ImportStatus | xsd | Specifies import status associated with an import. |
ImportType | xsd | Specfies type of import performed |
ModifiedDate | Nullable`1 | Indicates the last time object information was modified. |
NumberDuplicated | xsd | Specifies number of duplicated records resulting from an import. |
NumberErrors | xsd | Indicates number of errors resulting from an import. |
NumberSuccessful | xsd | Specifies number of successful record imports resulting from an import action. |
ObjectID | xsd | System-controlled, read-only text string identifier for object. |
ObjectState | xsd | Reserved for future use. |
Owner | Owner | Describes account ownership of subscriber in an on-your-behalf account. |
PartnerKey | xsd | Unique identifier provided by partner for an object. This property is accessible only via API. |
PartnerProperties | APIProperty[] | A collection of metadata supplied by the client and stored by the system. These properties are accessible only via API. |
StartDate | xsd | Indicates the start date for the time period for which to retrieve import results. |
TaskResultID | xsd | Indicates the task result ID associated with a summary of import results. |
TotalRows | xsd | Indicates the total number of rows included in the summary of an import. |
Name | Description |
---|
Retrieve | Retrieves an individual object or a batch of objects. |