Click or drag to resize

LinkPropertiesFields Property

Fields that should be processed at each level of the document. Each key specifies the document attribute/field to be processed. Note that the value of includeAllFields is also consulted when selecting fields to be processed. Each value specifies the Link properties directives to be used when processing the specified field, an empty/null value denotes inheritance of all (except fields) directives from the current level.

Namespace:  ArangoDBNetStandard.ViewApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public IDictionary<string, LinkProperties> Fields { get; set; }

Property Value

Type: IDictionaryString, LinkProperties
See Also