Enum UploadStatus (1.68.0)

public enum UploadStatus

Enum to communicate the status of an upload for progress reporting.

Namespace

Google.Apis.Upload

Assembly

Google.Apis.dll

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.

Extension Method