Share via


StorageProviderState Enum

Definition

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
[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

Windows requirements

Requirements Description
Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v6.0)

Fields

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.

Applies to

See also