RepoParamsResult SetRepoParams(MbId tMb, SetRepoParamsArg tArg)
tMb. Repository connection moniker.
tArg. Operation execution parameters.
The SetRepoParams operation changes repository parameters.
The operation changes the following parameters:
Global variables.
Custom classes, events and methods.
Default objects.
Error and event handlers.
Metadata caching settings.
To execute the operation, in the tMb field specify the repository connection moniker, and in the tArg.pattern field specify the pattern that will be used to change various parameters, and in the tArg.meta field specify updated parameter values. The moniker can be obtained on executing the OpenMetabase operation. If the tArg.metaGet field is defined, the operation results in the updated parameters that will be obtained after its change.
Various methods of using the operation are given in the following examples:
Example name |
Creating a Global Variable |
See also: