public sealed class DocumentTransform : IMessage<DocumentTransform>, IEquatable<DocumentTransform>, IDeepCloneable<DocumentTransform>, IBufferMessage, IMessage
A transformation of a document.
Implements
IMessage<DocumentTransform>, IEquatable<DocumentTransform>, IDeepCloneable<DocumentTransform>, 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 |
RepeatedField<DocumentTransform.Types.FieldTransform> |