Click or drag to resize

ISynchronizationLogQuery Interface

Represents a specialized log entry which is a query

Namespace: SanteDB.Client.Disconnected.Data.Synchronization
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public interface ISynchronizationLogQuery : ISynchronizationLogEntry

The ISynchronizationLogQuery type exposes the following members.

Properties
 NameDescription
Public propertyFilter Gets the filter that applies to this entry. The filter may be null when no filter for the resource is specified.
(Inherited from ISynchronizationLogEntry)
Public propertyKey Get the uuid for the log entry
(Inherited from ISynchronizationLogEntry)
Public propertyLastError Gets the last error encountered
(Inherited from ISynchronizationLogEntry)
Public propertyLastETag Get the last etag that was successfully fetched.
(Inherited from ISynchronizationLogEntry)
Public propertyLastSync Gets the last sync time that this was successfully completed.
(Inherited from ISynchronizationLogEntry)
Public propertyQueryId Gets or sets the UUID of the query
Public propertyQueryOffset Last successful record number
Public propertyQueryStartTime Start time of the query
Public propertyResourceType Gets the type of resource that this entry referrs.
(Inherited from ISynchronizationLogEntry)
Top
See Also