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-05-02 UTC."],[[["The `DocumentTransform` class in the Google.Cloud.Firestore.V1 namespace facilitates the transformation of Firestore documents."],["The latest version of the `DocumentTransform` class is 3.10.0, with several older versions available for reference, spanning from 2.3.0 to 3.9.0."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing extensive functionality for document transformation."],["The `DocumentTransform` class contains two main properties, `Document`, which indicates the name of the target document for transformation, and `FieldTransforms`, which specifies the list of transformations to apply to document fields."]]],[]]