AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Provides information about the status and settings of a job that exports endpoint definitions to a file. The file can be added directly to an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API or downloaded directly to a computer by using the Amazon Pinpoint console.
Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z
public class ExportJobResponse
The ExportJobResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
ExportJobResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
ApplicationId | System.String |
Gets and sets the property ApplicationId. The unique identifier for the application that's associated with the export job. |
![]() |
CompletedPieces | System.Int32 |
Gets and sets the property CompletedPieces. The number of pieces that were processed successfully (completed) by the export job, as of the time of the request. |
![]() |
CompletionDate | System.String |
Gets and sets the property CompletionDate. The date, in ISO 8601 format, when the export job was completed. |
![]() |
CreationDate | System.String |
Gets and sets the property CreationDate. The date, in ISO 8601 format, when the export job was created. |
![]() |
Definition | Amazon.Pinpoint.Model.ExportJobResource |
Gets and sets the property Definition. The resource settings that apply to the export job. |
![]() |
FailedPieces | System.Int32 |
Gets and sets the property FailedPieces. The number of pieces that weren't processed successfully (failed) by the export job, as of the time of the request. |
![]() |
Failures | System.Collections.Generic.List<System.String> |
Gets and sets the property Failures. An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by the export job, if any. |
![]() |
Id | System.String |
Gets and sets the property Id. The unique identifier for the export job. |
![]() |
JobStatus | Amazon.Pinpoint.JobStatus |
Gets and sets the property JobStatus. The status of the export job. The job status is FAILED if Amazon Pinpoint wasn't able to process one or more pieces in the job. |
![]() |
TotalFailures | System.Int32 |
Gets and sets the property TotalFailures. The total number of endpoint definitions that weren't processed successfully (failed) by the export job, typically because an error, such as a syntax error, occurred. |
![]() |
TotalPieces | System.Int32 |
Gets and sets the property TotalPieces. The total number of pieces that must be processed to complete the export job. Each piece consists of an approximately equal portion of the endpoint definitions that are part of the export job. |
![]() |
TotalProcessed | System.Int32 |
Gets and sets the property TotalProcessed. The total number of endpoint definitions that were processed by the export job. |
![]() |
Type | System.String |
Gets and sets the property Type. The job type. This value is EXPORT for export jobs. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5