public sealed class ConversionWorkspaceInfo : IMessage<ConversionWorkspaceInfo>, IEquatable<ConversionWorkspaceInfo>, IDeepCloneable<ConversionWorkspaceInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class ConversionWorkspaceInfo.
[[["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 document provides reference documentation for the `ConversionWorkspaceInfo` class within the Database Migration v1 API, specifically for version 2.2.0."],["The `ConversionWorkspaceInfo` class represents a version of a conversion workspace and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConversionWorkspaceInfo` class has two constructors: a default constructor and one that accepts another `ConversionWorkspaceInfo` object as a parameter."],["Key properties of `ConversionWorkspaceInfo` include `CommitId`, which represents the commit ID of the conversion workspace, and `Name`, which represents the resource name (URI) of the conversion workspace, both being string types."],["The documentation also lists all available versions of the API, ranging from 1.0.0 up to the latest, 2.5.0."]]],[]]