Cloud Dataplex v1 API - Class AspectSource (3.4.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.

Information related to the source system of 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
Name Description
other AspectSource

Properties

CreateTime

public Timestamp CreateTime { get; set; }

The time the aspect was created in the source system.

Property Value
Type Description
Timestamp

DataVersion

public string DataVersion { get; set; }

The version of the data format used to produce this data. This field is used to indicated when the underlying data format changes (e.g., schema modifications, changes to the source URL format definition, etc).

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

The time the aspect was last updated in the source system.

Property Value
Type Description
Timestamp