Dataform v1beta1 API - Class MoveRepositoryMetadata (1.0.0-beta11)

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

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

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

Inheritance

object > MoveRepositoryMetadata

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

MoveRepositoryMetadata()

public MoveRepositoryMetadata()

MoveRepositoryMetadata(MoveRepositoryMetadata)

public MoveRepositoryMetadata(MoveRepositoryMetadata other)
Parameter
Name Description
other MoveRepositoryMetadata

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 MoveRepositoryMetadata.Types.State State { get; set; }

The state of the move.

Property Value
Type Description
MoveRepositoryMetadataTypesState

Target

public string Target { get; set; }

Output only. Server-defined resource path for the target of the operation.

Property Value
Type Description
string