Information

This site will undergo a brief period of maintenance on Thursday, 23 April at 2:30 AM Central/1:00 PM IST. During a 30 minute window, site availability may be intermittent.

PropertyClass - bulkAddPropertiesToClasses


PropertyClass - bulkAddPropertiesToClasses

Description :

This command parses a CSV file in the following form : FullyQualifiedClassName, PropertyName, PropertyDescription, PropertyType, isEditable, isRequired, defaultValueAsString. For each row, the command attempts to add the property described to the class described.

Return type : void

Command Input :

Variable Name

Variable Type

Description

localFileDir

String

Directory containing the CSV bulk add file.

localFileName

String

Name of the CSV bulk add file.

Example

The following example has a file defined in /home/foo_user called bulkAdd.csv. This file contains a set of properties to add to various classes.

Script





PropertyClass bulkAddPropertiesToClasses /home/foo_user bulkAdd.csv



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Server Automation Command Line Interface 21.02