Enum UploadStatus (1.60.0)

public enum UploadStatus

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

Namespace

GoogleApisUpload

Assembly

Google.Apis.dll

Fields

NameDescription
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