Class Attributes
A set of attributes, each in the format [KEY]:[VALUE]
.
Implements
Inherited Members
Namespace: Google.Apis.ServiceControl.v1.Data
Assembly: Google.Apis.ServiceControl.v1.dll
Syntax
public class Attributes : IDirectResponseSchema
Properties
AttributeMap
The 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
and false
. For example: "/instance_id":
"my-instance" "/http/user_agent": "" "/http/request_bytes": 300 "abc.com/myattribute": true
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 |