Table of Contents

Class SharePointOnlineSiteDataSource

Namespace
FoundationaLLM.Common.Models.ResourceProviders.DataSource
Assembly
FoundationaLLM.Common.dll

SharePoint Online Site data source.

public class SharePointOnlineSiteDataSource : DataSourceBase
Inheritance
SharePointOnlineSiteDataSource
Inherited Members
Extension Methods

Constructors

SharePointOnlineSiteDataSource()

Creates a new instance of the SharePointOnlineSiteDataSource data source.

public SharePointOnlineSiteDataSource()

Properties

DocumentLibraries

The list of paths of document libraries from the SharePoint online site. The paths must be relative to the site URL.

[JsonPropertyName("document_libraries")]
public List<string> DocumentLibraries { get; set; }

Property Value

List<string>

SiteUrl

The URL of the SharePoint Online site.

[JsonPropertyName("site_url")]
public string? SiteUrl { get; set; }

Property Value

string