Click or drag to resize

CloudFileStatus Fields

IT Hit User File System

The CloudFileStatus type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberSTATUS_CLOUD_FILE_ACCESS_DENIED
Access to the cloud file is denied.
Public fieldStatic memberSTATUS_CLOUD_FILE_ALREADY_CONNECTED
The cloud sync root is already connected with another cloud sync provider.
Public fieldStatic memberSTATUS_CLOUD_FILE_AUTHENTICATION_FAILED
The cloud sync provider failed user authentication.
Public fieldStatic memberSTATUS_CLOUD_FILE_CONNECTED_PROVIDER_ONLY
The operation is reserved for a connected cloud sync provider.
Public fieldStatic memberSTATUS_CLOUD_FILE_DEHYDRATION_DISALLOWED
Dehydration of the cloud file is disallowed by the cloud sync provider.
Public fieldStatic memberSTATUS_CLOUD_FILE_IN_USE
The operation cannot be performed on cloud files in use.
Public fieldStatic memberSTATUS_CLOUD_FILE_INCOMPATIBLE_HARDLINKS
The cloud operation cannot be performed on a file with incompatible hardlinks.
Public fieldStatic memberSTATUS_CLOUD_FILE_INSUFFICIENT_RESOURCES
The cloud sync provider failed to perform the operation due to low system resources.
Public fieldStatic memberSTATUS_CLOUD_FILE_INVALID_REQUEST
The cloud operation is invalid.
Public fieldStatic memberSTATUS_CLOUD_FILE_METADATA_CORRUPT
The cloud file metadata is corrupt and unreadable.
Public fieldStatic memberSTATUS_CLOUD_FILE_METADATA_TOO_LARGE
The cloud file metadata is too large.
Public fieldStatic memberSTATUS_CLOUD_FILE_NETWORK_UNAVAILABLE
The cloud sync provider failed to perform the operation due to network being unavailable.
Public fieldStatic memberSTATUS_CLOUD_FILE_NOT_IN_SYNC
The file is not in sync with the cloud.
Public fieldStatic memberSTATUS_CLOUD_FILE_NOT_SUPPORTED
The operation is not supported by the cloud sync provider.
Public fieldStatic memberSTATUS_CLOUD_FILE_NOT_UNDER_SYNC_ROOT
The operation is only supported on files under a cloud sync root.
Public fieldStatic memberSTATUS_CLOUD_FILE_PINNED
The operation cannot be performed on pinned cloud files.
Public fieldStatic memberSTATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH
The cloud file property is possibly corrupt. The on-disk checksum does not match the computed checksum.
Public fieldStatic memberSTATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE
The cloud file property is too large.
Public fieldStatic memberSTATUS_CLOUD_FILE_PROPERTY_CORRUPT
The cloud file's property store is corrupt.
Public fieldStatic memberSTATUS_CLOUD_FILE_PROPERTY_LOCK_CONFLICT
The operation failed due to a conflicting cloud file property lock.
Public fieldStatic memberSTATUS_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED
The version of the cloud file property store is not supported.
Public fieldStatic memberSTATUS_CLOUD_FILE_PROVIDER_NOT_RUNNING
The cloud file provider is not running.
Public fieldStatic memberSTATUS_CLOUD_FILE_PROVIDER_TERMINATED
The cloud file provider exited unexpectedly.
Public fieldStatic memberSTATUS_CLOUD_FILE_READ_ONLY_VOLUME
The cloud operation is not supported on a read-only volume.
Public fieldStatic memberSTATUS_CLOUD_FILE_REQUEST_ABORTED
The cloud operation was aborted.
Public fieldStatic memberSTATUS_CLOUD_FILE_REQUEST_CANCELED
The cloud operation was canceled by user.
Public fieldStatic memberSTATUS_CLOUD_FILE_REQUEST_TIMEOUT
The cloud operation was not completed before the time-out period expired.
Public fieldStatic memberSTATUS_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT
The cloud sync root metadata is corrupted.
Public fieldStatic memberSTATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS
The maximum number of cloud file properties has been reached.
Public fieldStatic memberSTATUS_CLOUD_FILE_UNSUCCESSFUL
The cloud operation was unsuccessful.
Public fieldStatic memberSTATUS_CLOUD_FILE_VALIDATION_FAILED
The cloud sync provider failed to validate the downloaded data.
Public fieldStatic memberSTATUS_NOT_A_CLOUD_FILE
The file is not a cloud file.
Public fieldStatic memberSTATUS_NOT_A_CLOUD_SYNC_ROOT
The file is not a cloud sync root.
Top
See Also