database.RawRTDBCloudEventData interface
Stay organized with collections
Save and categorize content based on your preferences.
Signature:
export interface RawRTDBCloudEventData
Properties
Property |
Type |
Description |
"@type" |
"type.googleapis.com/google.events.firebase.database.v1.ReferenceEventData" |
|
data |
any |
|
delta |
any |
|
database.RawRTDBCloudEventData."@type"
Signature:
database.RawRTDBCloudEventData.data
Signature:
data: any;
database.RawRTDBCloudEventData.delta
Signature:
delta: any;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-03-21 UTC."],[],[],null,["# database.RawRTDBCloudEventData interface\n\n**Signature:** \n\n export interface RawRTDBCloudEventData \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------|-------------|\n| [\"@type\"](./firebase-functions.database.rawrtdbcloudeventdata.md#databaserawrtdbcloudeventdata%22@type%22) | \"type.googleapis.com/google.events.firebase.database.v1.ReferenceEventData\" | |\n| [data](./firebase-functions.database.rawrtdbcloudeventdata.md#databaserawrtdbcloudeventdatadata) | any | |\n| [delta](./firebase-functions.database.rawrtdbcloudeventdata.md#databaserawrtdbcloudeventdatadelta) | any | |\n\ndatabase.RawRTDBCloudEventData.\"@type\"\n--------------------------------------\n\n**Signature:** \n\n```typescript\n\n```\n\ndatabase.RawRTDBCloudEventData.data\n-----------------------------------\n\n**Signature:** \n\n data: any;\n\ndatabase.RawRTDBCloudEventData.delta\n------------------------------------\n\n**Signature:** \n\n delta: any;"]]