Class AzureCosmosDBResource
- Namespace
- FoundationaLLM.Common.Models.ResourceProviders
- Assembly
- FoundationaLLM.Common.dll
Basic model for resources persisted in Azure Cosmos DB.
public class AzureCosmosDBResource : ResourceBase
- Inheritance
-
AzureCosmosDBResource
- Derived
- Inherited Members
- Extension Methods
Properties
Id
The unique identifier of the conversation mapping.
public required string Id { get; set; }
Property Value
InstanceId
The FoundationaLLM instance identifier
public required string InstanceId { get; set; }
Property Value
UPN
The user principal name (UPN) of the user who created the conversation mapping.
public required string UPN { get; set; }