update queryConfig

Sets one or more query configuration parameters from an XML description.

Syntax

update queryConfig --UPDATE_METHOD=method --INPUT_FILE=xml_filename

or

update queryConfig -a method -i xml_filename

Parameters

method

Method to use when updating the properties of an object:

  • overwrite: Replaces the existing property values with the new values.

xml_filename

Path to the XML document that configures the object. See queryConfig.

Example

This example updates the query settings:

SES>update queryConfig --INPUT_FILE=query.xml
 
The object "queryConfig" was successfully updated.