Builder

class Builder(val databaseName: String, val objectStoreName: String, val skipCount: Int, val pageSize: Int)

A builder for RequestDataRequest, which allows setting the optional parameters of the IndexedDBDomain.requestData command via a lambda.

Constructors

Link copied to clipboard
constructor(databaseName: String, objectStoreName: String, skipCount: Int, pageSize: Int)

Properties

Link copied to clipboard

Database name.

Link copied to clipboard

Index name. If not specified, it performs an object store data request.

Link copied to clipboard

Key range.

Link copied to clipboard

Object store name.

Link copied to clipboard

Number of records to fetch.

Link copied to clipboard

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

Link copied to clipboard

Number of records to skip.

Link copied to clipboard

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

Link copied to clipboard

Storage key.

Functions

Link copied to clipboard