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-06-12 UTC."],[[["This webpage provides documentation for the `DocumentTransform` class within the Google Cloud Firestore v1 API, specifically for version 3.6.0."],["`DocumentTransform` represents a transformation applied to a Firestore document, and it can be found in the `Google.Cloud.Firestore.V1` namespace."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data management and manipulation."],["Key properties of the `DocumentTransform` class include `Document`, which specifies the document's name, and `FieldTransforms`, which is a list of transformations applied to the document's fields."],["There is a list of previous versions of this documentation accessible, starting from 2.3.0 all the way up to the latest 3.10.0."]]],[]]