CloudFileStatus Structure |
Namespace: ITHit.FileSystem
The CloudFileStatus type exposes the following members.
Name | Description | |
---|---|---|
![]() | CloudFileStatus(Int32) | Initializes a new instance of the CloudFileStatus structure. |
![]() | CloudFileStatus(UInt32) | Initializes a new instance of the CloudFileStatus structure. |
Name | Description | |
---|---|---|
![]() | CompareTo(Object) | |
![]() | CompareTo(CloudFileStatus) | |
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | Equals(Int32) | |
![]() | Equals(UInt32) | |
![]() | Equals(CloudFileStatus) | |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() ![]() | (Int32 to CloudFileStatus) | Performs an implicit conversion from Int32 to CloudFileStatus. |
![]() ![]() | (UInt32 to CloudFileStatus) | Performs an implicit conversion from UInt32 to CloudFileStatus. |
![]() ![]() | (CloudFileStatus to Int32) | Performs an implicit conversion from CloudFileStatus to Int32. |
![]() ![]() | (CloudFileStatus to UInt32) | Performs an implicit conversion from CloudFileStatus to UInt32. |
Name | Description | |
---|---|---|
![]() ![]() | STATUS_CLOUD_FILE_ACCESS_DENIED |
Access to the cloud file is denied.
|
![]() ![]() | STATUS_CLOUD_FILE_ALREADY_CONNECTED |
The cloud sync root is already connected with another cloud sync provider.
|
![]() ![]() | STATUS_CLOUD_FILE_AUTHENTICATION_FAILED |
The cloud sync provider failed user authentication.
|
![]() ![]() | STATUS_CLOUD_FILE_CONNECTED_PROVIDER_ONLY |
The operation is reserved for a connected cloud sync provider.
|
![]() ![]() | STATUS_CLOUD_FILE_DEHYDRATION_DISALLOWED |
Dehydration of the cloud file is disallowed by the cloud sync provider.
|
![]() ![]() | STATUS_CLOUD_FILE_IN_USE |
The operation cannot be performed on cloud files in use.
|
![]() ![]() | STATUS_CLOUD_FILE_INCOMPATIBLE_HARDLINKS |
The cloud operation cannot be performed on a file with incompatible hardlinks.
|
![]() ![]() | STATUS_CLOUD_FILE_INSUFFICIENT_RESOURCES |
The cloud sync provider failed to perform the operation due to low system resources.
|
![]() ![]() | STATUS_CLOUD_FILE_INVALID_REQUEST |
The cloud operation is invalid.
|
![]() ![]() | STATUS_CLOUD_FILE_METADATA_CORRUPT |
The cloud file metadata is corrupt and unreadable.
|
![]() ![]() | STATUS_CLOUD_FILE_METADATA_TOO_LARGE |
The cloud file metadata is too large.
|
![]() ![]() | STATUS_CLOUD_FILE_NETWORK_UNAVAILABLE |
The cloud sync provider failed to perform the operation due to network being unavailable.
|
![]() ![]() | STATUS_CLOUD_FILE_NOT_IN_SYNC |
The file is not in sync with the cloud.
|
![]() ![]() | STATUS_CLOUD_FILE_NOT_SUPPORTED |
The operation is not supported by the cloud sync provider.
|
![]() ![]() | STATUS_CLOUD_FILE_NOT_UNDER_SYNC_ROOT |
The operation is only supported on files under a cloud sync root.
|
![]() ![]() | STATUS_CLOUD_FILE_PINNED |
The operation cannot be performed on pinned cloud files.
|
![]() ![]() | STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH |
The cloud file property is possibly corrupt. The on-disk checksum does not match the computed checksum.
|
![]() ![]() | STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE |
The cloud file property is too large.
|
![]() ![]() | STATUS_CLOUD_FILE_PROPERTY_CORRUPT |
The cloud file's property store is corrupt.
|
![]() ![]() | STATUS_CLOUD_FILE_PROPERTY_LOCK_CONFLICT |
The operation failed due to a conflicting cloud file property lock.
|
![]() ![]() | STATUS_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED |
The version of the cloud file property store is not supported.
|
![]() ![]() | STATUS_CLOUD_FILE_PROVIDER_NOT_RUNNING |
The cloud file provider is not running.
|
![]() ![]() | STATUS_CLOUD_FILE_PROVIDER_TERMINATED |
The cloud file provider exited unexpectedly.
|
![]() ![]() | STATUS_CLOUD_FILE_READ_ONLY_VOLUME |
The cloud operation is not supported on a read-only volume.
|
![]() ![]() | STATUS_CLOUD_FILE_REQUEST_ABORTED |
The cloud operation was aborted.
|
![]() ![]() | STATUS_CLOUD_FILE_REQUEST_CANCELED |
The cloud operation was canceled by user.
|
![]() ![]() | STATUS_CLOUD_FILE_REQUEST_TIMEOUT |
The cloud operation was not completed before the time-out period expired.
|
![]() ![]() | STATUS_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT |
The cloud sync root metadata is corrupted.
|
![]() ![]() | STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS |
The maximum number of cloud file properties has been reached.
|
![]() ![]() | STATUS_CLOUD_FILE_UNSUCCESSFUL |
The cloud operation was unsuccessful.
|
![]() ![]() | STATUS_CLOUD_FILE_VALIDATION_FAILED |
The cloud sync provider failed to validate the downloaded data.
|
![]() ![]() | STATUS_NOT_A_CLOUD_FILE |
The file is not a cloud file.
|
![]() ![]() | STATUS_NOT_A_CLOUD_SYNC_ROOT |
The file is not a cloud sync root.
|
Name | Description | |
---|---|---|
![]() | GetMessage |
Returns text description of the code.
(Defined by CloudFileStatusExtension.) |