function id(property-container)

Returns the id of the relationship or node.

Arguments:
property-container: A node or a relationship.

Example Query:
    MATCH (a)
    RETURN id(a)