Skip to main content

AdminDatabaseResponse

Assembly: ServiceStack.Server.dll
View Source
Declaration
public class AdminDatabaseResponse : object, IHasResponseStatus

Properties

Results

View Source
Declaration
public List<Dictionary<string, object?>> Results { get; set; }

Total

View Source
Declaration
public long? Total { get; set; }

Columns

View Source
Declaration
public List<MetadataPropertyType>? Columns { get; set; }

ResponseStatus

View Source
Declaration
public ResponseStatus ResponseStatus { get; set; }

Implements