Class OnDiskDeltaLinkStore
Inheritance
OnDiskDeltaLinkStore
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class OnDiskDeltaLinkStore : IDeltaLinkStore
Constructors
|
Edit this page
View Source
OnDiskDeltaLinkStore(string)
Declaration
public OnDiskDeltaLinkStore(string rootDir)
Parameters
| Type |
Name |
Description |
| string |
rootDir |
|
Methods
|
Edit this page
View Source
GetAsync(string, CancellationToken)
Declaration
public UniTask<string> GetAsync(string driveId, CancellationToken ct)
Parameters
Returns
| Type |
Description |
| UniTask<string> |
|
|
Edit this page
View Source
SetAsync(string, string, CancellationToken)
Declaration
public UniTask SetAsync(string driveId, string deltaLink, CancellationToken ct)
Parameters
Returns
Implements
Extension Methods