Share via


PostgreSqlMigrationMode Enum

Definition

There are two types of migration modes Online and Offline.

public enum PostgreSqlMigrationMode
type PostgreSqlMigrationMode = 
Public Enum PostgreSqlMigrationMode
Inheritance
PostgreSqlMigrationMode

Fields

Name Value Description
Offline 0

Offline.

Online 1

Online.

Applies to