Click or drag to resize

OnDemandHydrationPolicyModifier Enumeration

Allows a sync provider to control behavior for retrieving data for a placeholder file.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum OnDemandHydrationPolicyModifier
Members
  Member nameValueDescription
None0 No modifiers.
ValidationRequired1 Once the data is hydrated into the file, it will be validated.
StreamingAllowed2 This modifier does not allow the platform to store any data on disk returned by a sync provider.
AutoDehydrationAllowed4 Automatic file dehydration is allowed. New for Windows 10, version 1803.
AllowFullRestartHydration8 Full restart hydration is allowed. New for Windows 11.
See Also