Class GoogleBigtableAdminV2TypeMap
A mapping of keys to values of a given type. Values of type Map
are stored in a Value.array_value
where each
entry is another Value.array_value
with two elements (the key and the value, in that order). Normally encoded
Map values won't have repeated keys, however, clients are expected to handle the case in which they do. If the
same key appears multiple times, the last value takes precedence.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class GoogleBigtableAdminV2TypeMap : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeyType
The type of a map key. Only Bytes
, String
, and Int64
are allowed as key types.
Declaration
[JsonProperty("keyType")]
public virtual Type KeyType { get; set; }
Property Value
Type | Description |
---|---|
Type |
ValueType
The type of the values in a map.
Declaration
[JsonProperty("valueType")]
public virtual Type ValueType { get; set; }
Property Value
Type | Description |
---|---|
Type |