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.
Implements
IMessageAspectSource, IEquatableAspectSource, IDeepCloneableAspectSource, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
AspectSource()
public AspectSource()
AspectSource(AspectSource)
public AspectSource(AspectSource other)
Parameter | |
---|---|
Name | Description |
other |
AspectSource |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
The create time of the aspect in the source system.
Property Value | |
---|---|
Type | Description |
Timestamp |
UpdateTime
public Timestamp UpdateTime { get; set; }
The update time of the aspect in the source system.
Property Value | |
---|---|
Type | Description |
Timestamp |