Difference between revisions of "OFFLINE SYNC LEVEL CLASSIFICATION"
(Created page with "{{ClassificationInfoBox | title = Offline Sync Level Classification | name = {{PAGENAMEE}} | inheritance = - | namespace = System.Classification.Content | purpose = Define the...") |
|||
Line 8: | Line 8: | ||
| id = {D1E7055D-A967-42CB-A258-1DD503BDA865} | | id = {D1E7055D-A967-42CB-A258-1DD503BDA865} | ||
}} | }} | ||
− | + | The download behaviour of an object classified by OFFLINE_SYNC_LEVEL_CLASSIFICATION can be configured to download certain amount of children levels instead of infinite levels | |
− | + | ||
+ | == MetaProperties == | ||
+ | {| class="wikitable" width=50% | ||
+ | |- | ||
+ | ! width=30% | Name !! width=30% | Data type !! Comment | ||
+ | |- | ||
+ | | CHILD_DEPTH|| {{int}} || configured branch download behaviour. -1 indicates a complete branch download; 0 is an invalid configuration; any number > 0 defines the number of child levels to sync | ||
+ | |} | ||
Revision as of 07:44, 6 March 2024
The download behaviour of an object classified by OFFLINE_SYNC_LEVEL_CLASSIFICATION can be configured to download certain amount of children levels instead of infinite levels
MetaProperties
Name | Data type | Comment |
---|---|---|
CHILD_DEPTH | Int | configured branch download behaviour. -1 indicates a complete branch download; 0 is an invalid configuration; any number > 0 defines the number of child levels to sync |