WebsiteDataManagerGidBuilderImpl.totalStorageRatio

Set totalStorageRatio property.

class WebsiteDataManagerGidBuilderImpl(T)
T
totalStorageRatio
(
double propval
)

Parameters

propval double

The percentage of volume space that can be used for data storage for all domains. If the maximum storage is reached the eviction will happen. A value of 0.0 means that data storage is not allowed. A value of -1.0, which is the default, means there's no limit for the total storage.

Return Value

Type: T

Builder instance for fluent chaining