Show / Hide Table of Contents

Class Attributes

A set of attributes as key-value pairs.

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

Properties

AttributeMap

A set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the boolean values true or false. For example: "/instance_id": { "string_value": { "value": "my-instance" } } "/http/request_bytes": { "int_value": 300 } "example.com/myattribute": { "bool_value": false }

Declaration
[JsonProperty("attributeMap")]
public virtual IDictionary<string, AttributeValue> AttributeMap { get; set; }
Property Value
Type Description
IDictionary<string, AttributeValue>

DroppedAttributesCount

The number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0 then all attributes are valid.

Declaration
[JsonProperty("droppedAttributesCount")]
public virtual int? DroppedAttributesCount { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX