deleteIndex

expect fun deleteIndex(name: String)(source)

Deprecated

Use defaultCollection.deleteIndex()

Replace with

defaultCollection.deleteIndex(name)

Delete the named index from the default collection.

Parameters

name

name of the index to delete

Throws

actual fun deleteIndex(name: String)(source)

Deprecated

Use defaultCollection.deleteIndex()

Replace with

defaultCollection.deleteIndex(name)
actual fun deleteIndex(name: String)(source)

Deprecated

Use defaultCollection.deleteIndex()

Replace with

defaultCollection.deleteIndex(name)