AdminDatabaseInfo
Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class AdminDatabaseInfo : IMeta
Properties
QueryLimit
View Source
Declaration
public int QueryLimit { get; set; }
Databases
View Source
Declaration
public List<DatabaseInfo> Databases { get; set; }
Meta
View Source
Declaration
public Dictionary<string, string> Meta { get; set; }