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-21 UTC."],[[["The `IUploadSessionData` interface provides an `UploadUri` for clients to store, enabling the ability to resume uploads after a program restart, specifically when using seekable `ContentStreams`."],["This interface is defined within the `Google.Apis.Upload` namespace and is part of the `Google.Apis.dll` assembly."],["The main property of `IUploadSessionData` is `UploadUri`, which is of type `Uri` and represents the resumable session URI."],["The interface is used by the `ResumeableUpload` class to pass data upon initiation of an upload and is required if the application needs to support resuming uploads."],["The latest version of the documentation is 1.69.0, and there are older documented versions going back to version 1.50.0."]]],[]]