Search Results for

    Show / Hide Table of Contents

    Class GraphClientSettings

    Inheritance
    object
    Object
    ScriptableObject
    ApiClientSettings
    GraphClientSettings
    Inherited Members
    ApiClientSettings.RequiresApiKey
    ApiClientSettings.IsEnabled
    ApiClientSettings.GetSecureToken()
    ApiClientSettings.HasSecureToken()
    ApiClientSettings.HasBaseUrl()
    ApiClientSettings.GetApiName()
    ApiClientSettings.GetBaseUrl()
    ApiClientSettings.GetVersion()
    ApiClientSettings.GetBetaVersion()
    ApiClientSettings.GetAuthValidationUrl()
    ApiClientSettings.CheckConnectionAsync()
    ApiClientSettings.ResetToDefaults()
    ScriptableObject.SetDirty()
    ScriptableObject.CreateInstance(string)
    ScriptableObject.CreateInstance(Type)
    ScriptableObject.CreateInstance<T>()
    Object.GetEntityId()
    Object.GetInstanceID()
    Object.GetHashCode()
    Object.Equals(object)
    Object.InstantiateAsync<T>(T)
    Object.InstantiateAsync<T>(T, Transform)
    Object.InstantiateAsync<T>(T, Vector3, Quaternion)
    Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
    Object.InstantiateAsync<T>(T, int)
    Object.InstantiateAsync<T>(T, int, Transform)
    Object.InstantiateAsync<T>(T, int, Vector3, Quaternion)
    Object.InstantiateAsync<T>(T, int, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>)
    Object.InstantiateAsync<T>(T, int, Transform, Vector3, Quaternion)
    Object.InstantiateAsync<T>(T, int, Transform, Vector3, Quaternion, CancellationToken)
    Object.InstantiateAsync<T>(T, int, Transform, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>)
    Object.InstantiateAsync<T>(T, int, Transform, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>, CancellationToken)
    Object.InstantiateAsync<T>(T, InstantiateParameters, CancellationToken)
    Object.InstantiateAsync<T>(T, int, InstantiateParameters, CancellationToken)
    Object.InstantiateAsync<T>(T, Vector3, Quaternion, InstantiateParameters, CancellationToken)
    Object.InstantiateAsync<T>(T, int, Vector3, Quaternion, InstantiateParameters, CancellationToken)
    Object.InstantiateAsync<T>(T, int, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>, InstantiateParameters, CancellationToken)
    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(Object, Transform, bool)
    Object.Instantiate<T>(T)
    Object.Instantiate<T>(T, Vector3, Quaternion)
    Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
    Object.Instantiate<T>(T, Transform)
    Object.Instantiate<T>(T, Transform, bool)
    Object.Destroy(Object, float)
    Object.Destroy(Object)
    Object.DestroyImmediate(Object, bool)
    Object.DestroyImmediate(Object)
    Object.FindObjectsOfType(Type)
    Object.FindObjectsOfType(Type, bool)
    Object.FindObjectsByType(Type, FindObjectsSortMode)
    Object.FindObjectsByType(Type, FindObjectsInactive, FindObjectsSortMode)
    Object.DontDestroyOnLoad(Object)
    Object.DestroyObject(Object, float)
    Object.DestroyObject(Object)
    Object.FindSceneObjectsOfType(Type)
    Object.FindObjectsOfTypeIncludingAssets(Type)
    Object.FindObjectsOfType<T>()
    Object.FindObjectsByType<T>(FindObjectsSortMode)
    Object.FindObjectsOfType<T>(bool)
    Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
    Object.FindObjectOfType<T>()
    Object.FindObjectOfType<T>(bool)
    Object.FindFirstObjectByType<T>()
    Object.FindAnyObjectByType<T>()
    Object.FindFirstObjectByType<T>(FindObjectsInactive)
    Object.FindAnyObjectByType<T>(FindObjectsInactive)
    Object.FindObjectsOfTypeAll(Type)
    Object.FindObjectOfType(Type)
    Object.FindFirstObjectByType(Type)
    Object.FindAnyObjectByType(Type)
    Object.FindObjectOfType(Type, bool)
    Object.FindFirstObjectByType(Type, FindObjectsInactive)
    Object.FindAnyObjectByType(Type, FindObjectsInactive)
    Object.ToString()
    Object.name
    Object.hideFlags
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.Microsoft.Graph
    Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
    Syntax
    public sealed class GraphClientSettings : ApiClientSettings

    Properties

    | Edit this page View Source

    CalendarSettings

    Declaration
    public CalendarSettings CalendarSettings { get; }
    Property Value
    Type Description
    CalendarSettings
    | Edit this page View Source

    EmbeddingModel

    Declaration
    public string EmbeddingModel { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MailSettings

    Declaration
    public MailSettings MailSettings { get; }
    Property Value
    Type Description
    MailSettings
    | Edit this page View Source

    MaxChunkChars

    Declaration
    public int MaxChunkChars { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    MaxTop

    Declaration
    public int MaxTop { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    MinChunkChars

    Declaration
    public int MinChunkChars { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    NetworkSettings

    Declaration
    public NetworkSettings NetworkSettings { get; }
    Property Value
    Type Description
    NetworkSettings
    | Edit this page View Source

    OAuthSettings

    Declaration
    public OAuthSettings OAuthSettings { get; }
    Property Value
    Type Description
    OAuthSettings
    | Edit this page View Source

    OAuthType

    Declaration
    public OAuthType OAuthType { get; }
    Property Value
    Type Description
    OAuthType
    | Edit this page View Source

    OneDriveSettings

    Declaration
    public OneDriveSettings OneDriveSettings { get; }
    Property Value
    Type Description
    OneDriveSettings
    | Edit this page View Source

    OverlapChunkChars

    Declaration
    public int OverlapChunkChars { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ReindexChangedFiles

    Declaration
    public bool ReindexChangedFiles { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    SharePointSettings

    Declaration
    public SharePointSettings SharePointSettings { get; }
    Property Value
    Type Description
    SharePointSettings
    | Edit this page View Source

    SyncTop

    Declaration
    public int SyncTop { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    TodoSettings

    Declaration
    public TodoSettings TodoSettings { get; }
    Property Value
    Type Description
    TodoSettings
    | Edit this page View Source

    UseGlobalNetworkSettings

    Declaration
    public bool UseGlobalNetworkSettings { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    VectorStoreId

    Declaration
    public string VectorStoreId { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    VectorStoreSettings

    Declaration
    public VectorStoreSettings VectorStoreSettings { get; }
    Property Value
    Type Description
    VectorStoreSettings

    Methods

    | Edit this page View Source

    GetClientInstance()

    Declaration
    public override IApiClient GetClientInstance()
    Returns
    Type Description
    IApiClient
    Overrides
    ApiClientSettings.GetClientInstance()
    | Edit this page View Source

    GetDefaultSettings()

    Declaration
    public override DefaultApiSettings GetDefaultSettings()
    Returns
    Type Description
    DefaultApiSettings
    Overrides
    ApiClientSettings.GetDefaultSettings()

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    FileExtensions.ToFile<T>(T, string)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    UnityObjectExtensions.EncodeToBase64(Object)
    UnityObjectExtensions.ToBytes(Object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation