Cloud Dataplex v1 API - Class AspectSource (2.15.0)

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

Reference documentation and code samples for the Cloud Dataplex v1 API class AspectSource.

AspectSource contains source system related information for the aspect.

Inheritance

object > AspectSource

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

AspectSource()

public AspectSource()

AspectSource(AspectSource)

public AspectSource(AspectSource other)
Parameter
NameDescription
otherAspectSource

Properties

CreateTime

public Timestamp CreateTime { get; set; }

The create time of the aspect in the source system.

Property Value
TypeDescription
Timestamp

UpdateTime

public Timestamp UpdateTime { get; set; }

The update time of the aspect in the source system.

Property Value
TypeDescription
Timestamp