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 reference documentation for the `DocumentTransform` class within the Google Cloud Firestore v1 API for .NET."],["`DocumentTransform` represents a transformation of a document, and it is implemented by several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API available is 3.10.0, while the current page's version is focused on version 3.4.0."],["The `DocumentTransform` class includes properties for specifying the target document name and a list of field transformations to apply."],["This class has two constructors, a default one, and another one taking another `DocumentTransform` as a parameter to copy values from."]]],[]]