We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d25ca8 commit ded065fCopy full SHA for ded065f
1 file changed
storage/src/include/firebase/storage/storage_reference.h
@@ -331,7 +331,8 @@ class StorageReference {
331
/// @returns The result of the most recent call to PutFile();
332
Future<Metadata> PutFileLastResult();
333
334
- /// @brief Android's maximum limit is 1000, so use this as the default max results.
+ /// @brief Android's maximum limit is 1000, so use this as the default max
335
+ /// results.
336
static const int kDefaultListMaxResultsPerPage = 1000;
337
338
/// @brief List items (files) and prefixes (folders) under this
0 commit comments