Interface IUploadProgress (1.60.0)

public interface IUploadProgress

Interface reporting upload progress.

Namespace

GoogleApisUpload

Assembly

Google.Apis.dll

Properties

BytesSent

long BytesSent { get; }

Gets the approximate number of bytes sent to the server.

Property Value
TypeDescription
long

Exception

Exception Exception { get; }

Gets an exception if one occurred.

Property Value
TypeDescription
Exception

Status

UploadStatus Status { get; }

Gets the current status of the upload

Property Value
TypeDescription
UploadStatus

Extension Methods