repositoryweb

This configuration is optional when using the plugin Cadenza.

  • Documentation

  • YAML Format

  • XML Format

Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets.
<repositoryWebConfiguration
>
required
<restrictions
<attributeValueClassification
<valueClassesLimit
>
optional
int

The maximum number of classes for key-value classifications, applies both to attribute settings and to custom classifications in workbooks. There is a hard limit of 500. If the value configured is greater than 500, 500 will be used instead, with a warning written in the logs.

Default: 30

</valueClassesLimit>
<intervalClassesLimit
>
optional
int

The maximum number of classes used by interval classification in workbooks.

Default: 12

</intervalClassesLimit>
>
optional
</attributeValueClassification>
>
optional
</restrictions>
</repositoryWebConfiguration>
This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
cadenzaconfig:
  settings:
    repositoryweb:
      restrictions:
        attributeValueClassification:
          valueClassesLimit: 15
          intervalClassesLimit: 15

Filename: repositoryweb-config.xml

This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<repositoryWebConfiguration>
  <restrictions>
    <attributeValueClassification>
      <valueClassesLimit>15</valueClassesLimit>
      <intervalClassesLimit>15</intervalClassesLimit>
    </attributeValueClassification>
  </restrictions>
</repositoryWebConfiguration>