Interface GraphFactory.PropertyConfig

  • Enclosing class:
    GraphFactory

    public static interface GraphFactory.PropertyConfig
    • Method Detail

      • propertyKey

        java.lang.String propertyKey()
      • aggregation

        @Default
        default org.neo4j.gds.core.Aggregation aggregation()
      • defaultValue

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

        @Default
        default org.neo4j.gds.api.PropertyState propertyState()
      • builder

        static org.neo4j.gds.core.loading.construction.ImmutablePropertyConfig.Builder builder()
      • of

        static GraphFactory.PropertyConfig of​(java.lang.String propertyKey,
                                              org.neo4j.gds.core.Aggregation aggregation,
                                              org.neo4j.gds.api.DefaultValue defaultValue)