Class MapValue
A map value.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class MapValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fields
The map's fields. The map keys represent field names. Field names matching the regular expression __.*__
are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys,
represented as UTF-8, must not exceed 1,500 bytes and cannot be empty.
Declaration
[JsonProperty("fields")]
public virtual IDictionary<string, Value> Fields { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, Value> |