SolrConfigSetAnnotation
Class sealed net10.0
Represents an annotation for defining a config set for a Solr resource.
namespace Aspire.Hosting;
public sealed class SolrConfigSetAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...} IResourceAnnotation
Constructors1
Section titled ConstructorsSolrConfigSetAnnotation(string, string) Initializes a new instance of the
SolrConfigSetAnnotation class. Properties2
Section titled PropertiesConfigSetNamegetstring Gets the name of the config set.
ConfigSetPathgetstring Gets the path to the config set directory.