Table of Contents

Class ResourceProviderEventData

Namespace
FoundationaLLM.Common.Models.Events
Assembly
FoundationaLLM.Common.dll

Represents the data for a resource provider event.

public class ResourceProviderEventData
Inheritance
ResourceProviderEventData
Inherited Members
Extension Methods

Properties

Data

Gets or sets the data associated with the event.

public object? Data { get; set; }

Property Value

object

TargetServiceName

Gets or sets the name of the service that is targeted by the event.

public string? TargetServiceName { get; set; }

Property Value

string

Timestamp

Gets or sets the UTC timestamp of the event.

public DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset