IndexedDBClientGetMetadataAsync Method |
Version 109.1.110
Gets metadata of an object store
Namespace:
CefSharp.DevTools.IndexedDB
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public Task<GetMetadataResponse> GetMetadataAsync(
string databaseName,
string objectStoreName,
string securityOrigin = null,
string storageKey = null
)
public:
Task<GetMetadataResponse^>^ GetMetadataAsync(
String^ databaseName,
String^ objectStoreName,
String^ securityOrigin = nullptr,
String^ storageKey = nullptr
)
Parameters
- databaseName
- Type: SystemString
Database name. - objectStoreName
- Type: SystemString
Object store name. - securityOrigin (Optional)
- Type: SystemString
At least and at most one of securityOrigin, storageKey must be specified.Security origin. - storageKey (Optional)
- Type: SystemString
Storage key.
Return Value
Type:
TaskGetMetadataResponsereturns System.Threading.Tasks.Task<GetMetadataResponse>
See Also