public sealed class MoveFolderMetadata : IMessage<MoveFolderMetadata>, IEquatable<MoveFolderMetadata>, IDeepCloneable<MoveFolderMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class MoveFolderMetadata.
Contains metadata about the progress of the MoveFolder Long-running operations.
Implements
IMessageMoveFolderMetadata, IEquatableMoveFolderMetadata, IDeepCloneableMoveFolderMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
MoveFolderMetadata()
public MoveFolderMetadata()MoveFolderMetadata(MoveFolderMetadata)
public MoveFolderMetadata(MoveFolderMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
MoveFolderMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time the operation was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EndTime
public Timestamp EndTime { get; set; }Output only. The time the operation finished running.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
PercentComplete
public int PercentComplete { get; set; }Percent complete of the move [0, 100].
| Property Value | |
|---|---|
| Type | Description |
int |
|
State
public MoveFolderMetadata.Types.State State { get; set; }The state of the move.
| Property Value | |
|---|---|
| Type | Description |
MoveFolderMetadataTypesState |
|
Target
public string Target { get; set; }Output only. Server-defined resource path for the target of the operation.
| Property Value | |
|---|---|
| Type | Description |
string |
|