Enum UploadStatus
Enum to communicate the status of an upload for progress reporting.
Namespace: Google.Apis.Upload
Assembly: Google.Apis.dll
Syntax
public enum UploadStatus
Fields
| Name | Description |
|---|---|
| Completed | The upload completed successfully. |
| Failed | The upload failed. |
| NotStarted | The upload has not started. |
| Starting | The upload is initializing. |
| Uploading | Data is being uploaded. |