

# ImportTaskDetails


Contains details about an import task.

## Contents


 ** dictionaryEntryCount **   <a name="neptunegraph-Type-ImportTaskDetails-dictionaryEntryCount"></a>
The number of dictionary entries in the import task.  
Type: Long  
Required: Yes

 ** errorCount **   <a name="neptunegraph-Type-ImportTaskDetails-errorCount"></a>
The number of errors encountered so far.  
Type: Integer  
Required: Yes

 ** progressPercentage **   <a name="neptunegraph-Type-ImportTaskDetails-progressPercentage"></a>
The percentage progress so far.  
Type: Integer  
Required: Yes

 ** startTime **   <a name="neptunegraph-Type-ImportTaskDetails-startTime"></a>
Time at which the import task started.  
Type: Timestamp  
Required: Yes

 ** statementCount **   <a name="neptunegraph-Type-ImportTaskDetails-statementCount"></a>
The number of statements in the import task.  
Type: Long  
Required: Yes

 ** status **   <a name="neptunegraph-Type-ImportTaskDetails-status"></a>
Status of the import task.  
Type: String  
Required: Yes

 ** timeElapsedSeconds **   <a name="neptunegraph-Type-ImportTaskDetails-timeElapsedSeconds"></a>
Seconds elapsed since the import task started.  
Type: Long  
Required: Yes

 ** errorDetails **   <a name="neptunegraph-Type-ImportTaskDetails-errorDetails"></a>
Details about the errors that have been encountered.  
Type: String  
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/neptune-graph-2023-11-29/ImportTaskDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/neptune-graph-2023-11-29/ImportTaskDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/neptune-graph-2023-11-29/ImportTaskDetails) 