Interface GraphDropNodePropertiesConfig

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

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

      • graphName

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

        @Parameter
        @ConvertWith(method="org.neo4j.gds.config.GraphDropNodePropertiesConfig#parseNodeProperties")
        java.util.List<java.lang.String> nodeProperties()
      • parseNodeProperties

        static java.util.List<java.lang.String> parseNodeProperties​(java.lang.Object userInput)
      • of

        static GraphDropNodePropertiesConfig of​(java.lang.String graphName,
                                                java.lang.Object nodeProperties,
                                                org.neo4j.gds.core.CypherMapWrapper config)