AdminDatabaseFeature
Assembly: ServiceStack.Server.dll
View Source
Declaration
public class AdminDatabaseFeature : object, IPlugin, IHasStringId, IHasId<string>, IPreInitPlugin
Properties
Id
View Source
Declaration
public string Id { get; set; }
AdminRole
View Source
Declaration
public string AdminRole { get; set; }
DatabasesFilter
View Source
Declaration
public Action<List<DatabaseInfo>>? DatabasesFilter { get; set; }
SchemasFilter
View Source
Declaration
public Action<List<SchemaInfo>>? SchemasFilter { get; set; }
QueryLimit
View Source
Declaration
public int QueryLimit { get; set; }
Methods
Register(IAppHost)
View Source
Declaration
public void Register(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |
BeforePluginsLoaded(IAppHost)
View Source
Declaration
public void BeforePluginsLoaded(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |