Database Migration v1 API - Enum DatabaseEntityType (2.1.0)

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.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Fields

NameDescription
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.