App Topology v1 API - Class ConnectedNodePattern (1.0.0-beta01)

public sealed class ConnectedNodePattern : IMessage<ConnectedNodePattern>, IEquatable<ConnectedNodePattern>, IDeepCloneable<ConnectedNodePattern>, IBufferMessage, IMessage

Reference documentation and code samples for the App Topology v1 API class ConnectedNodePattern.

Edge pattern matcher to match the edge direction, labels and properties.

Inheritance

object > ConnectedNodePattern

Namespace

Google.Cloud.AppTopology.V1

Assembly

Google.Cloud.AppTopology.V1.dll

Constructors

ConnectedNodePattern()

public ConnectedNodePattern()

ConnectedNodePattern(ConnectedNodePattern)

public ConnectedNodePattern(ConnectedNodePattern other)
Parameter
Name Description
other ConnectedNodePattern

Properties

Edge

public EdgePattern Edge { get; set; }

Required. To match the edge connected the neighbor subgraph.

Property Value
Type Description
EdgePattern

Graph

public GraphPattern Graph { get; set; }

Required. Recursive matcher to match the neighbor subgraph.

Property Value
Type Description
GraphPattern