public static final class Storage.Results extends Storage.BaseResult
| Modifier and Type | Field and Description |
|---|---|
List<Storage.Result> |
results
List of single results where each of them was obtained by invoking storage API method which
accepts single path as parameter for each of the passed paths which were passed to
the method for which was this result created.
|
int |
succeeded
The count determining how many operations were successfully performed for the paths passed
to the bulk method for which was this result created.
|
public final int succeeded
public final List<Storage.Result> results
This list of results will be always the same size as the size of provided paths.