UploadRange
The range of part indexes for which to return presigned upload URLs from GetAttachmentUploadLinks.
Contents
- startIndex
-
The starting part index of the range, inclusive. Part indexes start at 1.
Type: Integer
Valid Range: Minimum value of 1.
- endIndex
-
The ending part index of the range, exclusive. The range is half-open:
startIndexis inclusive andendIndexis exclusive. For example, a range withstartIndexof 1 andendIndexof 4 requests URLs for parts 1, 2, and 3. The range size (endIndex-startIndex) must not exceed 10. If you omitendIndex, the service defaults tostartIndex+ 10, capped by the total number of parts.Type: Integer
Valid Range: Minimum value of 2.
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: