public sealed class DocumentTransform : IMessage<DocumentTransform>, IEquatable<DocumentTransform>, IDeepCloneable<DocumentTransform>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class DocumentTransform.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `DocumentTransform` class within the Google Cloud Firestore V1 API, with version 3.10.0 being the most recent."],["`DocumentTransform` is a sealed class representing a transformation operation on a Firestore document, and it implements multiple interfaces for message handling and cloning."],["The class includes two constructors: a default constructor and one that accepts another `DocumentTransform` object for copying."],["The `DocumentTransform` class contains two key properties: `Document`, which specifies the document to transform, and `FieldTransforms`, which is a list of the transformations to apply."],["The document lists the complete version history for the `DocumentTransform` class in this API, starting from version 2.3.0 to the current version of 3.10.0."]]],[]]