Package com.backblaze.b2.client
Interface B2ListFilesIterable
-
- All Superinterfaces:
java.lang.Iterable<B2FileVersion>
- All Known Implementing Classes:
B2ListFileNamesIterable
,B2ListFilesIterableBase
,B2ListFileVersionsIterable
,B2ListUnfinishedLargeFilesIterable
public interface B2ListFilesIterable extends java.lang.Iterable<B2FileVersion>
This interface collects the APIs we provide on our B2FileVersion iterables. For now, it's just the Iterable-ness. Someday, I expect it, or some interfaces to provide some kind of "get resume point" functionality.