OnDemandHydrationPolicyModifier Enumeration |
Allows a sync provider to control behavior for retrieving data for a placeholder file.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum OnDemandHydrationPolicyModifier
Members
| Member name | Value | Description |
---|
| None | 0 |
No modifiers.
|
| ValidationRequired | 1 |
Once the data is hydrated into the file, it will be validated.
|
| StreamingAllowed | 2 |
This modifier does not allow the platform to store any data on disk returned by a sync provider.
|
| AutoDehydrationAllowed | 4 |
Automatic file dehydration is allowed.
New for Windows 10, version 1803. |
| AllowFullRestartHydration | 8 |
Full restart hydration is allowed.
New for Windows 11. |
See Also