[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IndexedDB](./puppeteer.protocol.indexeddb.md) > [GetMetadataRequest](./puppeteer.protocol.indexeddb.getmetadatarequest.md) ## Protocol.IndexedDB.GetMetadataRequest interface Signature: ```typescript export interface GetMetadataRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [databaseName](./puppeteer.protocol.indexeddb.getmetadatarequest.databasename.md) | string | Database name. | | [objectStoreName](./puppeteer.protocol.indexeddb.getmetadatarequest.objectstorename.md) | string | Object store name. | | [securityOrigin](./puppeteer.protocol.indexeddb.getmetadatarequest.securityorigin.md) | string | Security origin. |