OracleServiceCollectionExtensions Class
OracleServiceCollectionExtensions
class is for extension methods to register OracleVectorStore
or OracleCollection
instances on an IServiceCollection
. It extends the .NET IServiceCollection
class through dependency injection to provide the application a service to register either OracleVectorStore
or OracleCollection
services.
Class Inheritance
System.Object
Microsoft.Extensions.DependencyInjection.OracleServiceCollectionExtensions
Declaration
// C#
public static class OracleServiceCollectionExtensions
Thread Safety
All public methods are thread-safe, unless stated otherwise.