Deletes the graph.
Deletes the graph.
true if the collections should also be dropped. Defaults to true.
true if the operation completed successfully
Initializes this graph instance, database, and session creating the graph and collections if it doesn't already exist (if createGraph and createCollections is true).
Initializes this graph instance, database, and session creating the graph and collections if it doesn't already exist (if createGraph and createCollections is true). This can be invoked multiple times without risk of duplicate functionality.
automatically creates the graph if it doesn't already exist if set to true. Defaults to true.
automatically creates the collections if they don't already exist if set to true. Defaults to true.
true if the operation completed without error