Interface RelationshipProperty


  • public interface RelationshipProperty
    • Method Detail

      • propertySchema

        org.neo4j.gds.api.schema.RelationshipPropertySchema propertySchema()
      • key

        @Ignore
        default java.lang.String key()
      • valueType

        @Ignore
        default org.neo4j.gds.api.nodeproperties.ValueType valueType()
      • defaultValue

        @Ignore
        default org.neo4j.gds.api.DefaultValue defaultValue()
      • propertyState

        @Ignore
        default org.neo4j.gds.api.PropertyState propertyState()
      • aggregation

        @Ignore
        default org.neo4j.gds.core.Aggregation aggregation()
      • of

        static RelationshipProperty of​(java.lang.String key,
                                       org.neo4j.values.storable.NumberType type,
                                       org.neo4j.gds.api.PropertyState state,
                                       Relationships.Properties values,
                                       org.neo4j.gds.api.DefaultValue defaultValue,
                                       org.neo4j.gds.core.Aggregation aggregation)