Click or drag to resize

OnDemandHydrationPolicy 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#
public enum OnDemandHydrationPolicy
Members
  Member nameValueDescription
Partial0 Hydration is performed at the user's request. Hydration does not continue in the background.
Progressive1 On demand hydration is performed. If hydration has not finished, it will continue in the background.
Full2 Full hydration is performed. Ensures that the placeholder is available locally before completing a request.
AlwaysFull3 If this is selected and a placeholder cannot be fully hydrated, the platform will fail with with an ERROR_CLOUD_FILE_INVALID_REQUEST error.
See Also