transferStatus property

String? transferStatus
getter/setter pair

Denotes the transfer status of the Aspect Type.

It is unspecified for Aspect Types created from Dataplex API.

Output only. Possible string values are:

  • "TRANSFER_STATUS_UNSPECIFIED" : The default value. It is set for resources that were not subject for migration from Data Catalog service.
  • "TRANSFER_STATUS_MIGRATED" : Indicates that a resource was migrated from Data Catalog service but it hasn't been transferred yet. In particular the resource cannot be updated from Dataplex API.
  • "TRANSFER_STATUS_TRANSFERRED" : Indicates that a resource was transferred from Data Catalog service. The resource can only be updated from Dataplex API.

Implementation

core.String? transferStatus;