Show / Hide Table of Contents

Class DocumentTransform

A transformation of a document.

Inheritance
object
DocumentTransform
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 DocumentTransform : IDirectResponseSchema

Properties

Document

The name of the document to transform.

Declaration
[JsonProperty("document")]
public virtual string Document { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldTransforms

The list of transformations to apply to the fields of the document, in order. This must not be empty.

Declaration
[JsonProperty("fieldTransforms")]
public virtual IList<FieldTransform> FieldTransforms { get; set; }
Property Value
Type Description
IList<FieldTransform>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX