Search Results for

    Show / Hide Table of Contents

    Class GoogleSheetSource

    Inheritance
    object
    CsvTableSourceBase
    GoogleSheetSource
    Implements
    ITableSource
    Inherited Members
    CsvTableSourceBase.Schema
    CsvTableSourceBase.LoadRowsAsync(CancellationToken)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    public sealed class GoogleSheetSource : CsvTableSourceBase, ITableSource

    Constructors

    | Edit this page View Source

    GoogleSheetSource(string, string, string, int)

    Declaration
    public GoogleSheetSource(string spreadsheetId, string sheetName, string keyColumnName = null, int headerRowIndex = 0)
    Parameters
    Type Name Description
    string spreadsheetId
    string sheetName
    string keyColumnName
    int headerRowIndex

    Implements

    ITableSource

    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)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation