Interface RelationshipPropertySchema

    • Method Detail

      • aggregation

        org.neo4j.gds.core.Aggregation aggregation()
      • of

        static RelationshipPropertySchema of​(java.lang.String propertyKey,
                                             org.neo4j.gds.api.nodeproperties.ValueType valueType)
      • of

        static RelationshipPropertySchema of​(java.lang.String propertyKey,
                                             org.neo4j.gds.api.nodeproperties.ValueType valueType,
                                             org.neo4j.gds.core.Aggregation aggregation)
      • of

        static RelationshipPropertySchema of​(java.lang.String propertyKey,
                                             org.neo4j.gds.api.nodeproperties.ValueType valueType,
                                             org.neo4j.gds.api.DefaultValue defaultValue,
                                             PropertyState propertyState,
                                             org.neo4j.gds.core.Aggregation aggregation)