AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.ExportJobResponse

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class ExportJobResponse

The ExportJobResponse type exposes the following members

Constructors

NameDescription
Public Method ExportJobResponse()

Properties

NameTypeDescription
Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The unique identifier for the application that's associated with the export job.

Public Property 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.

Public Property CompletionDate System.String

Gets and sets the property CompletionDate.

The date, in ISO 8601 format, when the export job was completed.

Public Property CreationDate System.String

Gets and sets the property CreationDate.

The date, in ISO 8601 format, when the export job was created.

Public Property Definition Amazon.Pinpoint.Model.ExportJobResource

Gets and sets the property Definition.

The resource settings that apply to the export job.

Public Property 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.

Public Property 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.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the export job.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property TotalProcessed System.Int32

Gets and sets the property TotalProcessed.

The total number of endpoint definitions that were processed by the export job.

Public Property Type System.String

Gets and sets the property Type.

The job type. This value is EXPORT for export jobs.

Version Information

.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