Click or drag to resize

PostEdgeResponseTNew Property

The complete newly written edge document. Includes all written attributes in T and all internal attributes generated by ArangoDB. Will only be present if ReturnNew is true.

Namespace:  ArangoDBNetStandard.GraphApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public T New { get; set; }

Property Value

Type: T
See Also