apoc.any.properties(object ANY, keys LIST<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.