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.

This is the response object from the StartContinuousExport operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.ApplicationDiscoveryService.Model.StartContinuousExportResponse

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

Syntax

C#
public class StartContinuousExportResponse : AmazonWebServiceResponse

The StartContinuousExportResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property DataSource Amazon.ApplicationDiscoveryService.DataSource

Gets and sets the property DataSource.

The type of data collector used to gather this data (currently only offered for AGENT).

Public Property ExportId System.String

Gets and sets the property ExportId.

The unique ID assigned to this export.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property S3Bucket System.String

Gets and sets the property S3Bucket.

The name of the s3 bucket where the export data parquet files are stored.

Public Property SchemaStorageConfig System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property SchemaStorageConfig.

A dictionary which describes how the data is stored.

  • databaseName - the name of the Glue database used to store the schema.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The timestamp representing when the continuous export was started.

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