Click or drag to resize

ISynchronizationLogQuery Interface

Represents a specialized log entry which is a query

Namespace:  SanteDB.DisconnectedClient.Synchronization
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public interface ISynchronizationLogQuery : ISynchronizationLogEntry

The ISynchronizationLogQuery type exposes the following members.

Properties
  NameDescription
Public propertyFilter
Gets the filter
(Inherited from ISynchronizationLogEntry.)
Public propertyLastETag
Get the last etag
(Inherited from ISynchronizationLogEntry.)
Public propertyLastSuccess
Last successful record number
Public propertyLastSync
Gets the last sync time
(Inherited from ISynchronizationLogEntry.)
Public propertyResourceType
Gets the type of resource
(Inherited from ISynchronizationLogEntry.)
Public propertyStartTime
Start time of the query
Public propertyUuid
Gets or sets the UUID of the query
Top
See Also