Class MessageEvent
An event describing a message sent/received between Spans.
Implements
Inherited Members
Namespace: Google.Apis.CloudTrace.v2.Data
Assembly: Google.Apis.CloudTrace.v2.dll
Syntax
public class MessageEvent : IDirectResponseSchema
Properties
CompressedSizeBytes
The number of compressed bytes sent or received. If missing, the compressed size is assumed to be the same size as the uncompressed size.
Declaration
[JsonProperty("compressedSizeBytes")]
public virtual long? CompressedSizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
An identifier for the MessageEvent's message that can be used to match SENT
and RECEIVED
MessageEvents.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Type
Type of MessageEvent. Indicates whether the message was sent or received.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
UncompressedSizeBytes
The number of uncompressed bytes sent or received.
Declaration
[JsonProperty("uncompressedSizeBytes")]
public virtual long? UncompressedSizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |