public sealed class MoveInstanceMetadata : IMessage<MoveInstanceMetadata>, IEquatable<MoveInstanceMetadata>, IDeepCloneable<MoveInstanceMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class MoveInstanceMetadata.
Metadata type for the operation returned by
[MoveInstance][google.spanner.admin.instance.v1.InstanceAdmin.MoveInstance].
The progress of the
[MoveInstance][google.spanner.admin.instance.v1.InstanceAdmin.MoveInstance]
operation.
[progress_percent][google.spanner.admin.instance.v1.OperationProgress.progress_percent]
is reset when cancellation is requested.
[[["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 reference documentation for the `MoveInstanceMetadata` class within the Google Cloud Spanner Instance Administration v1 API, specifically for the .NET environment."],["The `MoveInstanceMetadata` class is a metadata type used for the operation returned by the `MoveInstance` function, as part of the Google Cloud Spanner API, and it includes properties like `CancelTime`, `Progress`, and `TargetConfig`."],["The latest version of the documented class available is `5.0.0-beta05`, and the page lists the available documentation for previous versions, spanning from `5.0.0-beta04` down to `3.5.0`."],["The class in the API `MoveInstanceMetadata` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering deep clone capabilities, buffer message handling, and message comparisons."],["The documentation lists the class constructors, including the default and copy constructors, along with the properties' data types and what they represent."]]],[]]