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.5.1."],["`DocumentTransform` is a class used to define how a document should be transformed, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two main properties: `Document`, which specifies the name of the document to be transformed, and `FieldTransforms`, a list of transformations to apply to the fields of the document."],["The document provides links to various versions of the `DocumentTransform` class, ranging from version 2.3.0 up to the latest version, 3.10.0, allowing users to view documentation for different releases."],["The `DocumentTransform` class provides two constructors, one default constructor, and another to duplicate an existing `DocumentTransform` object."]]],[]]