Interface PropertySchema

    • Method Detail

      • key

        java.lang.String key()
      • valueType

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

        org.neo4j.gds.api.DefaultValue defaultValue()
      • of

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

        static PropertySchema of​(java.lang.String propertyKey,
                                 org.neo4j.gds.api.nodeproperties.ValueType valueType,
                                 org.neo4j.gds.api.DefaultValue defaultValue,
                                 GraphStore.PropertyState propertyState)