SyncGroupLogProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>, String, 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
Azure SDK for .NET