Interface HeaderProperty


  • public interface HeaderProperty
    • Method Detail

      • position

        int position()
      • propertyKey

        java.lang.String propertyKey()
      • valueType

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

        static HeaderProperty parse​(int position,
                                    java.lang.String propertyString)