Closed Shouheng88 closed 6 years ago
What does final Option option = new QueryOption("@name.conflictBehavior", "fail"); mean? Will be failed if the name is conflict? Are there any other available options?
final Option option = new QueryOption("@name.conflictBehavior", "fail");
What value should I use if I want to replace the file with the same name?
I got the available values from error message.
What does
final Option option = new QueryOption("@name.conflictBehavior", "fail");
mean? Will be failed if the name is conflict? Are there any other available options?