CreateGraphUsingImportTaskResponse
Types
Properties
Link copied to clipboard
Specifies the format of S3 data to be imported. Valid values are CSV
, which identifies the Gremlin CSV format, OPENCYPHER
, which identifies the openCypher load format, or ntriples
, which identifies the RDF n-triples format.
Link copied to clipboard
Contains options for controlling the import process. For example, if the failOnError
key is set to false
, the import skips problem data and attempts to continue (whereas if set to true
, the default, or if omitted, the import operation halts immediately when an error is encountered.
Link copied to clipboard
The parquet type of the import task.
Link copied to clipboard
The status of the import task.
Functions
Link copied to clipboard
inline fun copy(block: CreateGraphUsingImportTaskResponse.Builder.() -> Unit = {}): CreateGraphUsingImportTaskResponse