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.

Information regarding the export status of discovered data. The value is an array of objects.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationDiscoveryService.Model.ExportInfo

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

Syntax

C#
public class ExportInfo

The ExportInfo type exposes the following members

Constructors

NameDescription
Public Method ExportInfo()

Properties

NameTypeDescription
Public Property ConfigurationsDownloadUrl System.String

Gets and sets the property ConfigurationsDownloadUrl.

A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.

Public Property ExportId System.String

Gets and sets the property ExportId.

A unique identifier used to query an export.

Public Property ExportRequestTime System.DateTime

Gets and sets the property ExportRequestTime.

The time that the data export was initiated.

Public Property ExportStatus Amazon.ApplicationDiscoveryService.ExportStatus

Gets and sets the property ExportStatus.

The status of the data export job.

Public Property IsTruncated System.Boolean

Gets and sets the property IsTruncated.

If true, the export of agent information exceeded the size limit for a single export and the exported data is incomplete for the requested time range. To address this, select a smaller time range for the export by using startDate and endDate.

Public Property RequestedEndTime System.DateTime

Gets and sets the property RequestedEndTime.

The endTime used in the StartExportTask request. If no endTime was requested, this result does not appear in ExportInfo.

Public Property RequestedStartTime System.DateTime

Gets and sets the property RequestedStartTime.

The value of startTime parameter in the StartExportTask request. If no startTime was requested, this result does not appear in ExportInfo.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

A status message provided for API callers.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5