Hello, i need a property for a vertex containing multiple values, so i tried to find out if i can create something like that. I found this:
this.graph.createProperty(vertexType, "name", OType.EMBEDDEDLIST); But in the documentation is written: this is a container and needs the parameter *linked-type* or *linked-class* But i need to store Strings inside the list. How can i create a property of a type like collection containing strings? -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
