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.

Container for the parameters to the StartExportTask operation. Export data from an existing Neptune Analytics graph to Amazon S3. The graph state should be AVAILABLE.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.NeptuneGraph.AmazonNeptuneGraphRequest
      Amazon.NeptuneGraph.Model.StartExportTaskRequest

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

Syntax

C#
public class StartExportTaskRequest : AmazonNeptuneGraphRequest
         IAmazonWebServiceRequest

The StartExportTaskRequest type exposes the following members

Constructors

NameDescription
Public Method StartExportTaskRequest()

Properties

NameTypeDescription
Public Property Destination System.String

Gets and sets the property Destination.

The Amazon S3 URI where data will be exported to.

Public Property ExportFilter Amazon.NeptuneGraph.Model.ExportFilter

Gets and sets the property ExportFilter.

The export filter of the export task.

Public Property Format Amazon.NeptuneGraph.ExportFormat

Gets and sets the property Format.

The format of the export task.

Public Property GraphIdentifier System.String

Gets and sets the property GraphIdentifier.

The source graph identifier of the export task.

Public Property KmsKeyIdentifier System.String

Gets and sets the property KmsKeyIdentifier.

The KMS key identifier of the export task.

Public Property ParquetType Amazon.NeptuneGraph.ParquetType

Gets and sets the property ParquetType.

The parquet type of the export task.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of the IAM role that will allow data to be exported to the destination.

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

Gets and sets the property Tags.

Tags to be applied to the export task.

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