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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eIUploadSessionData\u003c/code\u003e interface provides an \u003ccode\u003eUploadUri\u003c/code\u003e for clients to store, enabling the ability to resume uploads after a program restart, specifically when using seekable \u003ccode\u003eContentStreams\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis interface is defined within the \u003ccode\u003eGoogle.Apis.Upload\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Apis.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe main property of \u003ccode\u003eIUploadSessionData\u003c/code\u003e is \u003ccode\u003eUploadUri\u003c/code\u003e, which is of type \u003ccode\u003eUri\u003c/code\u003e and represents the resumable session URI.\u003c/p\u003e\n"],["\u003cp\u003eThe interface is used by the \u003ccode\u003eResumeableUpload\u003c/code\u003e class to pass data upon initiation of an upload and is required if the application needs to support resuming uploads.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation is 1.69.0, and there are older documented versions going back to version 1.50.0.\u003c/p\u003e\n"]]],[],null,[]]