Interface IUploadSessionData (1.60.0)

public interface IUploadSessionData

Interface IUploadSessionData: Provides UploadUri for client to persist. Allows resuming an upload after a program restart for seekable ContentStreams.

Namespace

GoogleApisUpload

Assembly

Google.Apis.dll

Remarks

Defines the data passed from the ResumeableUpload class upon initiation of an upload. When the client application adds an event handler for the UploadSessionData event, the data defined in this interface (currently the UploadURI) is passed as a parameter to the event handler procedure. An event handler for the UploadSessionData event is only required if the application will support resuming the upload after a program restart.

Properties

UploadUri

Uri UploadUri { get; }

The resumable session URI (UploadUri)

Property Value
TypeDescription
Uri

Extension Method