Package org.neo4j.gds.config
Interface GraphStreamGraphPropertiesConfig
-
- All Superinterfaces:
org.neo4j.gds.config.BaseConfig,GraphAccessGraphPropertiesConfig,org.neo4j.gds.config.ToMapConvertible
@Configuration public interface GraphStreamGraphPropertiesConfig extends GraphAccessGraphPropertiesConfig
-
-
Method Summary
Static Methods Modifier and Type Method Description static GraphStreamGraphPropertiesConfigof(java.lang.String graphName, java.lang.String graphProperty, org.neo4j.gds.core.CypherMapWrapper config)-
Methods inherited from interface org.neo4j.gds.config.BaseConfig
configKeys, sudo, toMap, usernameOverride
-
Methods inherited from interface org.neo4j.gds.config.GraphAccessGraphPropertiesConfig
graphName, graphProperty, validate
-
-
-
-
Method Detail
-
of
static GraphStreamGraphPropertiesConfig of(java.lang.String graphName, java.lang.String graphProperty, org.neo4j.gds.core.CypherMapWrapper config)
-
-