Click or drag to resize

PostVertexResponseTNew Property

The complete newly written vertex document. Includes all written attributes in the request body 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