Class SourceResponse
Inheritance
SourceResponse
Assembly: Seclai.dll
Syntax
public sealed class SourceResponse
Properties
AccountId
Declaration
[JsonPropertyName("account_id")]
public Guid AccountId { get; set; }
Property Value
AvgEpisodesPerMonth
Declaration
[JsonPropertyName("avg_episodes_per_month")]
public float? AvgEpisodesPerMonth { get; set; }
Property Value
AvgWordsPerEpisode
Declaration
[JsonPropertyName("avg_words_per_episode")]
public int? AvgWordsPerEpisode { get; set; }
Property Value
ChunkLanguage
Declaration
[JsonPropertyName("chunk_language")]
public string? ChunkLanguage { get; set; }
Property Value
ChunkOverlap
Declaration
[JsonPropertyName("chunk_overlap")]
public int? ChunkOverlap { get; set; }
Property Value
ChunkRegexSeparators
Declaration
[JsonPropertyName("chunk_regex_separators")]
public bool? ChunkRegexSeparators { get; set; }
Property Value
ChunkSeparators
Declaration
[JsonPropertyName("chunk_separators")]
public string? ChunkSeparators { get; set; }
Property Value
ChunkSize
Declaration
[JsonPropertyName("chunk_size")]
public int? ChunkSize { get; set; }
Property Value
ContentCount
Declaration
[JsonPropertyName("content_count")]
public int? ContentCount { get; set; }
Property Value
ContentFilter
Declaration
[JsonPropertyName("content_filter")]
public string? ContentFilter { get; set; }
Property Value
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
Dimensions
Declaration
[JsonPropertyName("dimensions")]
public int? Dimensions { get; set; }
Property Value
EmbeddingModel
Declaration
[JsonPropertyName("embedding_model")]
public string? EmbeddingModel { get; set; }
Property Value
EmbeddingModelType
Declaration
[JsonPropertyName("embedding_model_type")]
public string? EmbeddingModelType { get; set; }
Property Value
HasHistoricalData
Declaration
[JsonPropertyName("has_historical_data")]
public bool? HasHistoricalData { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
NextPollAt
Declaration
[JsonPropertyName("next_poll_at")]
public string? NextPollAt { get; set; }
Property Value
Polling
Declaration
[JsonPropertyName("polling")]
public string? Polling { get; set; }
Property Value
PollingAction
Declaration
[JsonPropertyName("polling_action")]
public string? PollingAction { get; set; }
Property Value
PollingMaxItems
Declaration
[JsonPropertyName("polling_max_items")]
public int? PollingMaxItems { get; set; }
Property Value
PulledAt
Declaration
[JsonPropertyName("pulled_at")]
public string? PulledAt { get; set; }
Property Value
Readonly
Declaration
[JsonPropertyName("readonly")]
public bool? Readonly { get; set; }
Property Value
Retention
Declaration
[JsonPropertyName("retention")]
public int? Retention { get; set; }
Property Value
SourceType
Declaration
[JsonPropertyName("source_type")]
public string? SourceType { get; set; }
Property Value
UpdatedAt
Declaration
[JsonPropertyName("updated_at")]
public string? UpdatedAt { get; set; }
Property Value
Url
Declaration
[JsonPropertyName("url")]
public string? Url { get; set; }
Property Value