Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

Sets to buffer size for partial upload fragment size.

RestRequest myRestRequest.SetFileFragment(size: number)

Arguments

number size
Size of fragment size.

Remarks

This method used to send body file uploads in small fragments (chunks)

Before using this method, please ensure target rest service is supports the "Content-Range" header.

  • No labels