public class MultiUploadOptions extends Object
| Constructor and Description |
|---|
MultiUploadOptions() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMultipartThreshold() |
Integer |
getPartParallel() |
Integer |
getPartSize() |
void |
setMultipartThreshold(Integer multipartThreshold) |
void |
setPartParallel(Integer partParallel) |
void |
setPartSize(Integer partSize) |
String |
toString() |
public Integer getMultipartThreshold()
public void setMultipartThreshold(Integer multipartThreshold)
public Integer getPartSize()
public void setPartSize(Integer partSize)
public Integer getPartParallel()
public void setPartParallel(Integer partParallel)
Copyright © 2023. All rights reserved.