Dataform v1beta1 API - Class MoveFolderMetadata (1.0.0-beta11)

public sealed class MoveFolderMetadata : IMessage<MoveFolderMetadata>, IEquatable<MoveFolderMetadata>, IDeepCloneable<MoveFolderMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class MoveFolderMetadata.

Contains metadata about the progress of the MoveFolder Long-running operations.

Inheritance

object > MoveFolderMetadata

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

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