Interface GraphRemoveNodePropertiesConfig

  • All Superinterfaces:
    org.neo4j.gds.config.BaseConfig, ConcurrencyConfig, org.neo4j.gds.config.ToMapConvertible

    @Configuration
    public interface GraphRemoveNodePropertiesConfig
    extends org.neo4j.gds.config.BaseConfig, ConcurrencyConfig
    • Method Detail

      • graphName

        @Parameter
        java.util.Optional<java.lang.String> graphName()
      • nodeProperties

        @Parameter
        java.util.List<java.lang.String> nodeProperties()
      • of

        static GraphRemoveNodePropertiesConfig of​(java.lang.String graphName,
                                                  java.util.List<java.lang.String> nodeProperties,
                                                  org.neo4j.gds.core.CypherMapWrapper config)
      • validate

        @Ignore
        default void validate​(GraphStore graphStore)