Show / Hide Table of Contents

Class QueryResultsTopologyInfo

The structure that provides the metadata of a topology query.

Inheritance
object
QueryResultsTopologyInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class QueryResultsTopologyInfo

Properties

Nodes

Declaration
[JsonProperty(PropertyName = "nodes")]
public List<QueryResultsTopologyNodeInfo> Nodes { get; set; }
Property Value
Type Description
List<QueryResultsTopologyNodeInfo>

The information about the attributes of the topology nodes.

In this article
Back to top