Class GraphClientSettings
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetEntityId()
Object.GetInstanceID()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Scene)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags
Namespace: Glitch9.AIDevKit.Microsoft.Graph
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class GraphClientSettings : ApiClientSettings
Properties
| Edit this page View SourceCalendarSettings
Declaration
public CalendarSettings CalendarSettings { get; }
Property Value
| Type | Description |
|---|---|
| CalendarSettings |
EmbeddingModel
Declaration
public string EmbeddingModel { get; }
Property Value
| Type | Description |
|---|---|
| string |
MailSettings
Declaration
public MailSettings MailSettings { get; }
Property Value
| Type | Description |
|---|---|
| MailSettings |
MaxChunkChars
Declaration
public int MaxChunkChars { get; }
Property Value
| Type | Description |
|---|---|
| int |
MaxTop
Declaration
public int MaxTop { get; }
Property Value
| Type | Description |
|---|---|
| int |
MinChunkChars
Declaration
public int MinChunkChars { get; }
Property Value
| Type | Description |
|---|---|
| int |
NetworkSettings
Declaration
public NetworkSettings NetworkSettings { get; }
Property Value
| Type | Description |
|---|---|
| NetworkSettings |
OAuthSettings
Declaration
public OAuthSettings OAuthSettings { get; }
Property Value
| Type | Description |
|---|---|
| OAuthSettings |
OAuthType
Declaration
public OAuthType OAuthType { get; }
Property Value
| Type | Description |
|---|---|
| OAuthType |
OneDriveSettings
Declaration
public OneDriveSettings OneDriveSettings { get; }
Property Value
| Type | Description |
|---|---|
| OneDriveSettings |
OverlapChunkChars
Declaration
public int OverlapChunkChars { get; }
Property Value
| Type | Description |
|---|---|
| int |
ReindexChangedFiles
Declaration
public bool ReindexChangedFiles { get; }
Property Value
| Type | Description |
|---|---|
| bool |
SharePointSettings
Declaration
public SharePointSettings SharePointSettings { get; }
Property Value
| Type | Description |
|---|---|
| SharePointSettings |
SyncTop
Declaration
public int SyncTop { get; }
Property Value
| Type | Description |
|---|---|
| int |
TodoSettings
Declaration
public TodoSettings TodoSettings { get; }
Property Value
| Type | Description |
|---|---|
| TodoSettings |
UseGlobalNetworkSettings
Declaration
public bool UseGlobalNetworkSettings { get; }
Property Value
| Type | Description |
|---|---|
| bool |
VectorStoreId
Declaration
public string VectorStoreId { get; }
Property Value
| Type | Description |
|---|---|
| string |
VectorStoreSettings
Declaration
public VectorStoreSettings VectorStoreSettings { get; }
Property Value
| Type | Description |
|---|---|
| VectorStoreSettings |
Methods
| Edit this page View SourceGetClientInstance()
Declaration
public override IApiClient GetClientInstance()
Returns
| Type | Description |
|---|---|
| IApiClient |
Overrides
| Edit this page View SourceGetDefaultSettings()
Declaration
public override DefaultApiSettings GetDefaultSettings()
Returns
| Type | Description |
|---|---|
| DefaultApiSettings |