apoc.any.properties(object Any, keys [String]) - returns all properties of the given object.
The object can be a virtual node, a real node, a virtual relationship, a real relationship, or a map.
apoc.any.property(object Any, key String) - returns the property for the given key from an object.
The object can be a virtual node, a real node, a virtual relationship, a real relationship, or a map.