Data Object - DrConfigServiceConfigProperty

Parameter to
SetProperty
Returned by
GetProperty
See also
DrConfigConfigProperty
Since
DrConfig API 6.0

Data Object Description

Information required for configuration file properties when add/modify/remove operations are done.

Properties

Name Type Description
properties*DrConfigConfigProperty[]

Array of key value pairs of properties. See DrConfigConfigProperty.
servicexsd:string

Service which configuration file should be retrieve. Must correspond to one of the values in the Service enum from ServiceRestartSpec.java.
versionxsd:string

Config file contents hash. If the hash does not match the contents of the config file ConcurrentWriteFault will be thrown as the config file has been modified.
Properties inherited from
None
*Need not be set