Class FieldReference
A reference to a field in a document, ex: stats.operations.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class FieldReference : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FieldPath
A reference to a field in a document. Requires: * MUST be a dot-delimited (.) string of segments, where
each segment conforms to document field name limitations.
Declaration
[JsonProperty("fieldPath")]
public virtual string FieldPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |