Method
getMaxPartCount
Returns the maximum number of parts that will be accepted in a multipart request. @return the maximum part count
()
Source from the content-addressed store, hash-verified
| 545 | * @return the maximum part count |
| 546 | */ |
| 547 | public int getMaxPartCount() { |
| 548 | return maxPartCount; |
| 549 | } |
| 550 | |
| 551 | |
| 552 | /** |
Tested by
no test coverage detected