name
|
string
|
Required. The name of the new Endeca data
store. The name must be unique among any other Endeca data stores on this node.
|
dataFiles
|
string
|
Required for
attachDataStore; optional for
createDataStore. The absolute path of the
Endeca data store's data files directory to be created or attached to. For a
createDataStore, the default is to create the
data files directory in the location configured in the Endeca Server.
|
wsPort
|
int
|
Optional. Web service port number to be
used for the Endeca data store's Dgraph process. The port number cannot be in
use by any other process on the machine (including another Endeca data store).
Defaults to a port number in the default range specified on the Endeca Server.
|
bulkLoadPort
|
int
|
Optional. The port number for bulk load
ingest operations for the Endeca data store's Dgraph process. Defaults to a
port number in the default range specified on the Endeca Server.
|
startupTimeoutSeconds
|
int
|
Optional. The maximum length of time (in
seconds) that is allowed for the Endeca data store's Dgraph process to start
up. Default is 60 seconds.
|
shutdownTimeoutSeconds
|
int
|
Optional. The maximum length of time (in
seconds) that is allowed for the Endeca data store's Dgraph process to shut
down. Default is 60 seconds.
|
arg
|
string
|
Optional. Specifies one Dgraph flag that
will be used for the Endeca data store's Dgraph process. For multiple flags,
use an
arg element per flag.
|