FeatureStorageConfiguration - DataDog/dd-sdk-android GitHub Wiki
data class FeatureStorageConfiguration(val maxItemSize: Long, val maxItemsPerBatch: Int, val maxBatchSize: Long, val oldBatchThreshold: Long)
Contains the storage configuration for an FeatureScope instance.
Types
FeatureStorageConfiguration.Companion
Constructors
FeatureStorageConfiguration
constructor(maxItemSize: Long, maxItemsPerBatch: Int, maxBatchSize: Long, oldBatchThreshold: Long)
Properties
maxBatchSize
val maxBatchSize: Long
maxItemSize
val maxItemSize: Long
maxItemsPerBatch
val maxItemsPerBatch: Int
oldBatchThreshold
val oldBatchThreshold: Long