StorageProviderPopulationPolicy Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows a sync provider to control how a placeholder file or directory
public enum class StorageProviderPopulationPolicy
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 65536)]
enum class StorageProviderPopulationPolicy
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 65536)]
public enum StorageProviderPopulationPolicy
var value = Windows.Storage.Provider.StorageProviderPopulationPolicy.full
Public Enum StorageProviderPopulationPolicy
- Inheritance
-
StorageProviderPopulationPolicy
- Attributes
Device family |
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (introduced in v1.0)
|
Name | Value | Description |
---|---|---|
Full | 1 | If the placeholder files or directories are not fully populated, the platform will request that the sync provider populate them before completing a user request. |
AlwaysFull | 2 | The platform will assume that placeholder files and directories are always available locally. |