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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The content details the `IUploadSessionData` interface, which is part of the Google.Apis library, specifically within the `Google.Apis.Upload` namespace."],["This interface is essential for handling resumable uploads, allowing clients to persist the `UploadUri` and resume uploads after program restarts using seekable ContentStreams."],["The `IUploadSessionData` interface includes a single property, `UploadUri`, which provides the URI required to continue a resumable upload session."],["The information provided includes a list of historical version pages for this specific Interface, ranging from version 1.50.0 to the latest version 1.69.0, with version 1.55.0 being the current selected version."],["The content also references an extension method called `Utilities.ThrowIfNull\u003cT\u003e(T, String)` that can be used in conjunction with the IUploadSessionData interface."]]],[]]