{ "sections": [ "title", "description", "usage" ], "title": "StandardObjectNameChangeEvent - Data API", "description": "A ChangeEvent object is available for each object that supports Change Data Capture. You can subscribe to a stream of change events using Change Data Capture to receive data tied to record changes in Salesforce. Changes include record creation, updates to an existing record, deletion of a record, and undeletion of a record. A change event isn’t a Salesforce object—it doesn’t support CRUD operations or queries. It’s included in the object reference so you can discover which Salesforce objects support change events.", "usage": "For more information about Change Data Capture, see Change Data Capture Developer Guide." }