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; }
Public Property Fields As IDictionary(Of String, LinkProperties)
Get
Set
public:
property IDictionary<String^, LinkProperties^>^ Fields {
IDictionary<String^, LinkProperties^>^ get ();
void set (IDictionary<String^, LinkProperties^>^ value);
}
member Fields : IDictionary<string, LinkProperties> with get, set
Property Value
Type:
IDictionaryString,
LinkPropertiesSee Also