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, detailing its functionality for transforming documents."],["The latest version of the API documented is 3.10.0, with a history of versions available, including the initially shown 3.2.0."],["The `DocumentTransform` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and structure."],["Key properties of `DocumentTransform` include `Document`, representing the name of the document to be transformed, and `FieldTransforms`, a list of transformations to be applied to the document's fields."],["It contains information about the constructors and inherited members, specifically within the context of the `Google.Cloud.Firestore.V1` namespace and related assembly."]]],[]]