GremlinDatabaseRestoreResource interface
Specific Gremlin Databases to restore.
Properties
database |
The name of the gremlin database available for restore. |
graph |
The names of the graphs available for restore. |
Property Details
databaseName
The name of the gremlin database available for restore.
databaseName?: string
Property Value
string
graphNames
The names of the graphs available for restore.
graphNames?: string[]
Property Value
string[]