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 documentation for the `DocumentTransform` class within the Google Cloud Firestore V1 API, specifically for version 3.7.0."],["`DocumentTransform` is used to define a transformation operation on a Firestore document and is part of the `Google.Cloud.Firestore.V1` namespace."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffer management."],["It includes properties like `Document` (the name of the document to be transformed) and `FieldTransforms` (a list of transformations to be applied to the document's fields)."],["The documentation also provides links to previous versions of `DocumentTransform` from version 2.3.0 up until the latest version 3.10.0, as well as information about the inherited members and constructors."]]],[]]