Get archiving settings structure
Gets a structure with additional data archiving settings
- Parameters
- Advanced call ?
Function GetArchivingSettingsStructure(Val Clear = False, Val AsMap = False) Export
| Parameter | CLI option | Type | Required | Description |
|---|---|---|---|---|
| Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values |
| AsMap | --map | Boolean | ✖ | True > returns the filter fields as a map |
Returns
Structure Of KeyAndValue - Fields structure
| Parameter | Description |
|---|---|
| dontwait | Creates a background job and returns its data (for 1C and OneScript only) |
1C:Enterprise/OneScript code example
Result = OPI_Tar.GetArchivingSettingsStructure();
- Bash
- CMD/Bat
oint tar GetArchivingSettingsStructure \
--empty true
oint tar GetArchivingSettingsStructure ^
--empty true
Result
{
"gzip": "<compress gzip: True/False (by default False)>",
"gzip_level": "<Gzip level: 0-9 (6 by default.)>"
}