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.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Aspect()
public Aspect()
Aspect(Aspect)
public Aspect(Aspect other)
Parameter | |
---|---|
Name | Description |
other |
Aspect |
Properties
AspectSource
public AspectSource AspectSource { get; set; }
Property Value | |
---|---|
Type | Description |
AspectSource |
AspectType
public string AspectType { get; set; }
Output only. The resource name of the type used to create this Aspect.
Property Value | |
---|---|
Type | Description |
string |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the Aspect was created.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Struct |
Path
public string Path { get; set; }
Output only. The path in the entry under which the aspect is attached.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time when the Aspect was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |