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."],[[["The webpage provides reference documentation for the `DocumentTransform` class within the Firestore v1 API for .NET."],["`DocumentTransform` is a class that represents a transformation of a document, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API available is 3.10.0, while the current version displayed on the page is 3.9.0, and the page also contains links to older versions all the way to version 2.3.0."],["The `DocumentTransform` class has properties such as `Document`, which defines the document name, and `FieldTransforms`, which specifies the list of transformations to be applied to the document's fields."],["This class has two constructors, one that instantiates an empty object and another that takes another `DocumentTransform` as a parameter."]]],[]]