public static final class DeleteGraphRequest.Options extends Object
DELETE_PERSIST
: If set to true
, the graph is removed from the
server and persist. If set to false
, the graph is removed from
the server but is left in persist. The graph can be reloaded from
persist if it is recreated with the same 'graph_name'.
Supported values:
The default value is TRUE
.
SERVER_ID
:
Indicates which graph server(s) to send the request to. Default is to
send to get information about all the servers.
Map
.
A set of string constants for the parameter options
.public static final String DELETE_PERSIST
true
, the graph is removed from the server and
persist. If set to false
, the graph is removed from the
server but is left in persist. The graph can be reloaded from
persist if it is recreated with the same 'graph_name'.
Supported values:
The default value is TRUE
.public static final String TRUE
public static final String FALSE
public static final String SERVER_ID
Copyright © 2024. All rights reserved.