RelationshipDestinationFilter Parameter (Connect-Neo4j Cmdlet)
The type(s) of labels that must be present on the destination nodes of single-hop relationships that the provider will expose as views.
Syntax
Connect-Neo4j -RelationshipDestinationFilter string
Data Type
cstr
Default Value
""
Remarks
By default, the 本製品 will expose all single-hop relationships as views. By setting this property to a valid Cypher node label matching expression, the 本製品 will only expose the single-hop relationships where the destination node has the specified set of labels.