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 StartImportTask operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.NeptuneGraph.Model.StartImportTaskResponse

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

Syntax

C#
public class StartImportTaskResponse : AmazonWebServiceResponse

The StartImportTaskResponse type exposes the following members

Constructors

NameDescription
Public Method StartImportTaskResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Format Amazon.NeptuneGraph.Format

Gets and sets the property Format.

Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

Public Property GraphId System.String

Gets and sets the property GraphId.

The unique identifier of the Neptune Analytics graph.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ImportOptions Amazon.NeptuneGraph.Model.ImportOptions

Gets and sets the property ImportOptions.

Public Property ParquetType Amazon.NeptuneGraph.ParquetType

Gets and sets the property ParquetType.

The parquet type of the import task.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of the IAM role that will allow access to the data that is to be imported.

Public Property Source System.String

Gets and sets the property Source.

A URL identifying the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

Public Property Status Amazon.NeptuneGraph.ImportTaskStatus

Gets and sets the property Status.

The status of the import task.

Public Property TaskId System.String

Gets and sets the property TaskId.

The unique identifier of the import 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