public sealed class MapValue : IMessage<MapValue>, IEquatable<MapValue>, IDeepCloneable<MapValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class MapValue.
A map value.
Namespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
MapValue()
public MapValue()
MapValue(MapValue)
public MapValue(MapValue other)
Parameter | |
---|---|
Name | Description |
other |
MapValue |
Properties
Fields
public MapField<string, Value> Fields { get; }
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.
Property Value | |
---|---|
Type | Description |
MapFieldstringValue |