Class GraphStorageSettingsBase
Inheritance
GraphStorageSettingsBase
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
[Serializable]
public abstract class GraphStorageSettingsBase
Properties
|
Edit this page
View Source
AllowedFileTypes
Declaration
public ExtractionFileTypes AllowedFileTypes { get; }
Property Value
|
Edit this page
View Source
DebugMode
Declaration
public bool DebugMode { get; }
Property Value
|
Edit this page
View Source
DefaultDownloadPath
Declaration
protected abstract string DefaultDownloadPath { get; }
Property Value
|
Edit this page
View Source
DownloadPath
Declaration
public string DownloadPath { get; }
Property Value
|
Edit this page
View Source
DownloadPathRoot
Declaration
public PathType DownloadPathRoot { get; }
Property Value
|
Edit this page
View Source
ExcludeFolders
Declaration
public string[] ExcludeFolders { get; }
Property Value
|
Edit this page
View Source
FileCachePolicy
Declaration
public FileCachePolicy FileCachePolicy { get; }
Property Value
|
Edit this page
View Source
IncludeFolders
Declaration
public string[] IncludeFolders { get; }
Property Value
Extension Methods