public enum DatabaseEntityType
Reference documentation and code samples for the Database Migration v1 API enum DatabaseEntityType.
The type of database entities supported,
Namespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Fields |
|
---|---|
Name | Description |
Column |
Column. |
Constraint |
Constraint. |
Database |
Database. |
DatabasePackage |
Package. |
Function |
Function. |
Index |
Index. |
MaterializedView |
Materialized View. |
Schema |
Schema. |
Sequence |
Sequence. |
StoredProcedure |
Stored Procedure. |
Synonym |
Synonym. |
Table |
Table. |
Trigger |
Trigger. |
Udt |
UDT. |
Unspecified |
Unspecified database entity type. |
View |
View. |