HI Ravinder, to change edge properties (eg. number, string, date properties) you can just execute an UPDATE on the edge document. To change edge type (edge class) you have to remove and re-create the edge
Luigi 2015-09-25 5:56 GMT+02:00 Ravinder Payal <[email protected]>: > > hey what if we want to update other properties of edge for example i have > edge connection between peoples now the connection type may change time to > time and can have many types for example classmate , friend,family member > now let if type classmate have changed than have i need to remove whole > edge and re add all these properties also. > > Note:- I want to add all these properties with a single edge > > > On Sunday, October 14, 2012 at 5:40:15 AM UTC+5:30, jstorm wrote: >> >> I understand that there is CREATE EDGE and DELETE EDGE which handles the >> IN/OUT properties of the respective edges and vertices. >> What is the correct way to update the IN/OUT property of an edge and have >> the change automatically updated for the IN/OUT properties of edges and >> vertices that will be affected by the update? >> > -- > > --- > 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. > -- --- 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.
