Firestore v1 API - Class MapValue (3.6.0)

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.

Inheritance

object > MapValue

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

MapValue()

public MapValue()

MapValue(MapValue)

public MapValue(MapValue other)
Parameter
NameDescription
otherMapValue

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
TypeDescription
MapFieldstringValue