DocumentChange
public struct DocumentChange
Document change information.
-
The database.
Declaration
Swift
@available(*, deprecated, message: "Use collection instead.") public let database: Database
-
The ID of the document that changed.
Declaration
Swift
public let documentID: String
-
Collection.
Declaration
Swift
public let collection: Collection