SyncGroupLogProperties Class

Definition

Properties of an Azure SQL Database sync group log.

public class SyncGroupLogProperties
type SyncGroupLogProperties = class
Public Class SyncGroupLogProperties
Inheritance
SyncGroupLogProperties

Constructors

SyncGroupLogProperties()

Initializes a new instance of the SyncGroupLogProperties class.

SyncGroupLogProperties(Nullable<DateTime>, SyncGroupLogType, String, String, Nullable<Guid>, String)

Initializes a new instance of the SyncGroupLogProperties class.

Properties

Details

Gets details of the sync group log.

OperationStatus

Gets operationStatus of the sync group log.

Source

Gets source of the sync group log.

Timestamp

Gets timestamp of the sync group log.

TracingId

Gets tracingId of the sync group log.

Type

Gets type of the sync group log. Possible values include: 'All', 'Error', 'Warning', 'Success'

Applies to