Aspect(mapping=None, *, ignore_unknown_fields=False, **kwargs)An aspect is a single piece of metadata describing an entry.
| Attributes | |
|---|---|
| Name | Description | 
| aspect_type | strOutput only. The resource name of the type used to create this Aspect. | 
| path | strOutput only. The path in the entry under which the aspect is attached. | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. The time when the Aspect was created. | 
| update_time | google.protobuf.timestamp_pb2.TimestampOutput only. The time when the Aspect was last updated. | 
| data | google.protobuf.struct_pb2.StructRequired. The content of the aspect, according to its aspect type schema. The maximum size of the field is 120KB (encoded as UTF-8). | 
| aspect_source | google.cloud.dataplex_v1.types.AspectSourceOptional. Information related to the source system of the aspect. |