public sealed class DocumentTransform : IMessage<DocumentTransform>, IEquatable<DocumentTransform>, IDeepCloneable<DocumentTransform>, IBufferMessage, IMessageReference documentation and code samples for the Firestore v1 API class DocumentTransform.
A transformation of a document.
Implements
IMessageDocumentTransform, IEquatableDocumentTransform, IDeepCloneableDocumentTransform, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
DocumentTransform()
public DocumentTransform()DocumentTransform(DocumentTransform)
public DocumentTransform(DocumentTransform other)| Parameter | |
|---|---|
| Name | Description |
other |
DocumentTransform |
Properties
Document
public string Document { get; set; }The name of the document to transform.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FieldTransforms
public RepeatedField<DocumentTransform.Types.FieldTransform> FieldTransforms { get; }The list of transformations to apply to the fields of the document, in order. This must not be empty.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDocumentTransformTypesFieldTransform |
|