Show / Hide Table of Contents

Class Links

A collection of links, which are references from this span to a span in the same or different trace.

Inheritance
object
Links
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTrace.v2.Data
Assembly: Google.Apis.CloudTrace.v2.dll
Syntax
public class Links : IDirectResponseSchema

Properties

DroppedLinksCount

The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.

Declaration
[JsonProperty("droppedLinksCount")]
public virtual int? DroppedLinksCount { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Link

A collection of links.

Declaration
[JsonProperty("link")]
public virtual IList<Link> Link { get; set; }
Property Value
Type Description
IList<Link>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX