Table of Contents

Class RequestSourceServiceSettings

Namespace
FoundationaLLM.Vectorization.Models.Configuration
Assembly
FoundationaLLM.Vectorization.Engine.dll

Provides configuration settings to initialize a request source service.

public class RequestSourceServiceSettings
Inheritance
RequestSourceServiceSettings
Inherited Members
Extension Methods

Properties

AccountName

The name of the storage account.

public required string AccountName { get; set; }

Property Value

string

Name

The name of the request source.

public required string Name { get; set; }

Property Value

string

VisibilityTimeoutSeconds

The timeout in seconds available for the processing of each request provided by the request source. If a request is not processed within the timeout window it will become visible again to request managers and might be picked up for processing again.

public required int VisibilityTimeoutSeconds { get; set; }

Property Value

int