StorageProviderState 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.
Enumeration of the status of a storage provider state.
public enum class StorageProviderState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 327680)]
enum class StorageProviderState
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 327680)]
public enum StorageProviderState
var value = Windows.Storage.Provider.StorageProviderState.inSync
Public Enum StorageProviderState
- Inheritance
-
StorageProviderState
- Attributes
Device family |
Windows 10, version 2104 (introduced in 10.0.20348.0)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (introduced in v6.0)
|
Name | Value | Description |
---|---|---|
InSync | 0 | The storage provider is currently in-sync. |
Syncing | 1 | The storage provider is currently syncing. |
Paused | 2 | The storage provider has paused syncing. |
Error | 3 | The storage provider has encountered errors. |
Warning | 4 | The storage provider would like to display a warning message to the user. |
Offline | 5 | The storage provider is currently offline. |
Product | Versions |
---|---|
WinRT | Build 20348, Build 22000, Build 22621, Build 26100 |