Class MapValue (2.3.0)

public sealed class MapValue : IMessage<MapValue>, IEquatable<MapValue>, IDeepCloneable<MapValue>, IBufferMessage, IMessage

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
MapField<String, Value>