Share via


PostgreSqlMigrationMode Enum

Definition

Mode used to perform the migration: Online or Offline.

public enum PostgreSqlMigrationMode
type PostgreSqlMigrationMode = 
Public Enum PostgreSqlMigrationMode
Inheritance
PostgreSqlMigrationMode

Fields

Name Value Description
Offline 0

Offline.

Online 1

Online.

Applies to