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."],[[["The latest version available for `DocumentTransform` is 3.10.0, with other listed versions ranging from 2.3.0 to 3.9.0."],["`DocumentTransform` is a class within the Firestore v1 API that represents a transformation of a document."],["The class implements multiple interfaces, including `IMessage`, `IEquatable\u003cDocumentTransform\u003e`, `IDeepCloneable\u003cDocumentTransform\u003e`, and `IBufferMessage`."],["`DocumentTransform` has properties such as `Document`, which is the document name to be transformed, and `FieldTransforms`, which is the list of transformations to apply to the document fields."],["There are two constructors provided, a default one and one that takes another `DocumentTransform` object to copy its values."]]],[]]