Show / Hide Table of Contents

Class MapValue

A map value.

Inheritance
object
MapValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX