Click or drag to resize

PutDocumentResponseTOld Property

Deserialized copy of the old document object. This will only be present if requested with the ReturnOld option.

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

Property Value

Type: T
See Also