public sealed class PrepareStepDetails : IMessage<MigrationProgressEvent.Types.PrepareStepDetails>, IEquatable<MigrationProgressEvent.Types.PrepareStepDetails>, IDeepCloneable<MigrationProgressEvent.Types.PrepareStepDetails>, IBufferMessage, IMessage
[[["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."],[[["The latest version available is 2.4.0, with a range of previous versions listed, from 2.3.0 down to 1.1.0."],["`PrepareStepDetails` is a class that provides details for the `PREPARE` step in the migration process, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base .NET `Object` class and has implemented members for `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."],["The `PrepareStepDetails` class can be constructed with no parameters, or by using another instance of `PrepareStepDetails`."],["The class contains a property, `ConcurrencyMode`, which determines the concurrency mode for the database during the `REDIRECT_WRITES` step and uses the `MigrationProgressEvent.Types.ConcurrencyMode` enum."]]],[]]