Skip to content
DocsTry Aspire
DocsTry

SolrConfigSetAnnotation Constructors

ClassConstructors1 member
Represents an annotation for defining a config set for a Solr resource.
Initializes a new instance of the SolrConfigSetAnnotation class.
public sealed class SolrConfigSetAnnotation
{
public SolrConfigSetAnnotation(
string configSetName,
string configSetPath)
{
// ...
}
}
configSetNamestringThe name of the config set.
configSetPathstringThe path to the config set directory.