DeleteObjectStoreEntriesParameter

@Serializable
data class DeleteObjectStoreEntriesParameter(val securityOrigin: String? = null, val storageKey: String? = null, val storageBucket: Storage.StorageBucket? = null, val databaseName: String, val objectStoreName: String, val keyRange: IndexedDB.KeyRange)

Constructors

Link copied to clipboard
constructor(securityOrigin: String? = null, storageKey: String? = null, storageBucket: Storage.StorageBucket? = null, databaseName: String, objectStoreName: String, keyRange: IndexedDB.KeyRange)

Properties

Link copied to clipboard
Link copied to clipboard

Range of entry keys to delete

Link copied to clipboard
Link copied to clipboard
val securityOrigin: String? = null

At least and at most one of securityOrigin, storageKey, or storageBucket must be specified. Security origin.

Link copied to clipboard

Storage bucket. If not specified, it uses the default bucket.

Link copied to clipboard
val storageKey: String? = null

Storage key.