Class DeltaSyncService
Inheritance
DeltaSyncService
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class DeltaSyncService : CrudServiceBase<GraphClient>, ICrudService
Constructors
|
Edit this page
View Source
DeltaSyncService(GraphClient)
Declaration
public DeltaSyncService(GraphClient client)
Parameters
Methods
|
Edit this page
View Source
SyncDriveRootAsync(string, string, int, CancellationToken)
Runs a delta sync.
- If deltaLink is provided, resumes from it.
- Otherwise starts from /root/delta.
Returns collected items + new deltaLink (cursor).
Declaration
public UniTask<DeltaSyncResult> SyncDriveRootAsync(string driveId, string deltaLink, int pageSize = 200, CancellationToken ct = default)
Parameters
Returns
Implements
Extension Methods