update indexOptimizer

Sets one or more index optimizer properties from an XML description.

Syntax

update indexOptimizer --UPDATE_METHOD=method --INPUT_FILE=xml_filename

or

update indexOptimizer -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 indexOptimizer.

Example

This example updates the index optimization settings:

SES>update indexOptimizer --INPUT_FILE=indexoptimizer.xml --UPDATE_METHOD=overwrite
 
The object "indexOptimizer" was successfully updated.