PostCollectionBodySmartJoinAttribute Property |
In an Enterprise Edition cluster,
this attribute determines an attribute of the collection
that must contain the shard key value of the referred-to SmartJoin collection.
Additionally, the shard key for a document in this collection must contain
the value of this attribute, followed by a colon,
followed by the actual primary key of the document.
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string SmartJoinAttribute { get; set; }
Public Property SmartJoinAttribute As String
Get
Set
public:
property String^ SmartJoinAttribute {
String^ get ();
void set (String^ value);
}
member SmartJoinAttribute : string with get, set
Property Value
Type:
StringSee Also