Cloud Dataplex v1 API - Class Aspect (2.15.0)

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

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

An aspect is a single piece of metadata describing an entry.

Inheritance

object > Aspect

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Aspect()

public Aspect()

Aspect(Aspect)

public Aspect(Aspect other)
Parameter
NameDescription
otherAspect

Properties

AspectSource

public AspectSource AspectSource { get; set; }
Property Value
TypeDescription
AspectSource

AspectType

public string AspectType { get; set; }

Output only. The resource name of the type used to create this Aspect.

Property Value
TypeDescription
string

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the Aspect was created.

Property Value
TypeDescription
Timestamp

Data

public Struct Data { get; set; }

Required. The content of the aspect, according to its aspect type schema. This will replace content. The maximum size of the field is 120KB (encoded as UTF-8).

Property Value
TypeDescription
Struct

Path

public string Path { get; set; }

Output only. The path in the entry under which the aspect is attached.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the Aspect was last updated.

Property Value
TypeDescription
Timestamp