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 CreateGraphUsingImportTask operation. Creates a new Neptune Analytics graph and imports data into it, either from Amazon Simple Storage Service (S3) or from a Neptune database or a Neptune database snapshot.
The data can be loaded from files in S3 that in either the Gremlin CSV format or the openCypher load format.
Namespace: Amazon.NeptuneGraph.Model
Assembly: AWSSDK.NeptuneGraph.dll
Version: 3.x.y.z
public class CreateGraphUsingImportTaskRequest : AmazonNeptuneGraphRequest IAmazonWebServiceRequest
The CreateGraphUsingImportTaskRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
CreateGraphUsingImportTaskRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
BlankNodeHandling | Amazon.NeptuneGraph.BlankNodeHandling |
Gets and sets the property BlankNodeHandling.
The method to handle blank nodes in the dataset. Currently, only |
|
DeletionProtection | System.Nullable<System.Boolean> |
Gets and sets the property DeletionProtection.
Indicates whether or not to enable deletion protection on the graph. The graph can’t
be deleted when deletion protection is enabled. ( |
|
FailOnError | System.Nullable<System.Boolean> |
Gets and sets the property FailOnError.
If set to |
|
Format | Amazon.NeptuneGraph.Format |
Gets and sets the property Format.
Specifies the format of S3 data to be imported. Valid values are |
|
GraphName | System.String |
Gets and sets the property GraphName. A name for the new Neptune Analytics graph to be created. The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens. Only lowercase letters are allowed. |
|
ImportOptions | Amazon.NeptuneGraph.Model.ImportOptions |
Gets and sets the property ImportOptions.
Contains options for controlling the import process. For example, if the |
|
KmsKeyIdentifier | System.String |
Gets and sets the property KmsKeyIdentifier. Specifies a KMS key to use to encrypt data imported into the new graph. |
|
MaxProvisionedMemory | System.Nullable<System.Int32> |
Gets and sets the property MaxProvisionedMemory. The maximum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 1024, or the approved upper limit for your account.
If both the minimum and maximum values are specified, the final |
|
MinProvisionedMemory | System.Nullable<System.Int32> |
Gets and sets the property MinProvisionedMemory. The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 16 |
|
ParquetType | Amazon.NeptuneGraph.ParquetType |
Gets and sets the property ParquetType. The parquet type of the import task. |
|
PublicConnectivity | System.Nullable<System.Boolean> |
Gets and sets the property PublicConnectivity.
Specifies whether or not the graph can be reachable over the internet. All access
to graphs is IAM authenticated. ( |
|
ReplicaCount | System.Nullable<System.Int32> |
Gets and sets the property ReplicaCount. The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2. Additional charges equivalent to the m-NCUs selected for the graph apply for each replica. |
|
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. |
|
Source | System.String |
Gets and sets the property Source. A URL identifying to 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. |
|
Tags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Tags. Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
|
VectorSearchConfiguration | Amazon.NeptuneGraph.Model.VectorSearchConfiguration |
Gets and sets the property VectorSearchConfiguration.
Specifies the number of dimensions for vector embeddings that will be loaded into
the graph. The value is specified as |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer