IndexedDBClientGetMetadataAsync Method  | 
Version 106.0.290 
            Gets metadata of an object store
            
 
    Namespace: 
   CefSharp.DevTools.IndexedDB
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic 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