Table of Contents

Class ResourceProviderOperationOptionsBase

Namespace
FoundationaLLM.Common.Models.ResourceProviders
Assembly
FoundationaLLM.Common.dll

Provides options common to all resource provider operations.

public class ResourceProviderOperationOptionsBase
Inheritance
ResourceProviderOperationOptionsBase
Derived
Inherited Members
Extension Methods

Properties

Parameters

Gets or sets a dictionary of parameters to be used in the resource provider operation request.

public Dictionary<string, object> Parameters { get; set; }

Property Value

Dictionary<string, object>