public sealed class CreateProjectMetadata : IMessage<CreateProjectMetadata>, IEquatable<CreateProjectMetadata>, IDeepCloneable<CreateProjectMetadata>, IBufferMessage, IMessage
A status object which is used as the metadata field for the Operation
returned by CreateProject. It provides insight for when significant phases of
Project creation have completed.
True if the project can be retrieved using GetProject. No other
operations on the project are guaranteed to work until the project creation
is complete.
[[["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 `CreateProjectMetadata` class is a status object used as metadata for the Operation returned by `CreateProject`, providing insights into the project creation process."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `CreateProjectMetadata` class offers two constructors: a default constructor and one that accepts another `CreateProjectMetadata` object as a parameter."],["It includes properties like `CreateTime`, which represents the creation time of the project creation workflow, `Gettable`, indicating if the project can be retrieved, and `Ready`, showing if the project creation process is complete."],["The latest version for this class is 2.5.0, with older versions ranging back to 1.0.0, and can be found through their corresponding links."]]],[]]