DataStoreAdvancedSiteSearchConfig

data class DataStoreAdvancedSiteSearchConfig(val disableAutomaticRefresh: Boolean? = null, val disableInitialIndex: Boolean? = null)

Constructors

Link copied to clipboard
constructor(disableAutomaticRefresh: Boolean? = null, disableInitialIndex: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If set true, automatic refresh is disabled for the DataStore.

Link copied to clipboard

If set true, initial indexing is disabled for the DataStore.