Table of Contents

Enum AzureSqlDatabaseSyncGroupConflictResolutionPolicy

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the conflict resolution policy of an Azure SQL database sync group.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureSqlDatabaseSyncGroupConflictResolutionPolicy

Fields

HubWin = 1

The conflict resolution policy is hub win.

MemberWin = 2

The conflict resolution policy is member win.

Unknown = 0

The conflict resolution policy is unknown.