Class DocumentTransform
A transformation of a document.
Implements
Inherited Members
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> |