UploadBlockRequest.FileContinuationToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A token that uniquely identifies a sequence of related data uploads.
public:
property System::String ^ FileContinuationToken { System::String ^ get(); void set(System::String ^ value); };
public string FileContinuationToken { get; set; }
member this.FileContinuationToken : string with get, set
Public Property FileContinuationToken As String
Property Value
Remarks
This is the value that was returned by InitializeFileBlocksUploadResponse. FileContinuationToken when the upload was initialized.