Show / Hide Table of Contents

Class BatchWriteSpansRequest

The request message for the BatchWriteSpans method.

Inheritance
object
BatchWriteSpansRequest
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 BatchWriteSpansRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Spans

Required. A list of new spans. The span names must not match existing spans, otherwise the results are undefined.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX