We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678a155 commit 4b89c6aCopy full SHA for 4b89c6a
src/main/scala/algoliasearch/search/FetchedIndex.scala
@@ -66,8 +66,8 @@ case class FetchedIndex(
66
createdAt: String,
67
updatedAt: String,
68
entries: Int,
69
- dataSize: Int,
70
- fileSize: Int,
+ dataSize: Long,
+ fileSize: Long,
71
lastBuildTimeS: Int,
72
numberOfPendingTasks: Int,
73
pendingTask: Boolean,
0 commit comments