You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format 'start-end' (e.g. '0-26' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value '{start}', the location in the file where the next upload should begin.
30
30
* @return the Next Expected Ranges.
31
31
*/
32
-
@Nonnull
32
+
@Nullable
33
33
List<String> getNextExpectedRanges();
34
34
/**
35
35
* Sets the ranges that are yet to be uploaded.
36
36
* @param nextExpectedRanges the byte ranges yet to be uploaded.
0 commit comments