Search Results for

    Show / Hide Table of Contents

    Class CreateSourceRequest

    Inheritance
    object
    CreateSourceRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class CreateSourceRequest

    Properties

    ChunkOverlap

    Declaration
    [JsonPropertyName("chunk_overlap")]
    public int? ChunkOverlap { get; set; }
    Property Value
    Type Description
    int?

    ChunkSize

    Declaration
    [JsonPropertyName("chunk_size")]
    public int? ChunkSize { get; set; }
    Property Value
    Type Description
    int?

    ContentFilter

    Declaration
    [JsonPropertyName("content_filter")]
    public string? ContentFilter { get; set; }
    Property Value
    Type Description
    string

    Dimensions

    Declaration
    [JsonPropertyName("dimensions")]
    public int? Dimensions { get; set; }
    Property Value
    Type Description
    int?

    EmbeddingModel

    Declaration
    [JsonPropertyName("embedding_model")]
    public string? EmbeddingModel { get; set; }
    Property Value
    Type Description
    string

    Name

    Declaration
    [JsonPropertyName("name")]
    public string? Name { get; set; }
    Property Value
    Type Description
    string

    Polling

    Declaration
    [JsonPropertyName("polling")]
    public string? Polling { get; set; }
    Property Value
    Type Description
    string

    PollingAction

    Declaration
    [JsonPropertyName("polling_action")]
    public string? PollingAction { get; set; }
    Property Value
    Type Description
    string

    PollingMaxItems

    Declaration
    [JsonPropertyName("polling_max_items")]
    public int? PollingMaxItems { get; set; }
    Property Value
    Type Description
    int?

    Retention

    Declaration
    [JsonPropertyName("retention")]
    public int? Retention { get; set; }
    Property Value
    Type Description
    int?

    SourceType

    Declaration
    [JsonPropertyName("source_type")]
    public string? SourceType { get; set; }
    Property Value
    Type Description
    string

    UrlId

    Declaration
    [JsonPropertyName("url_id")]
    public string? UrlId { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX