Skip to main content

ProfilingInfo

Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class ProfilingInfo : IMeta

Properties

AccessRole

View Source
Declaration
public string AccessRole { get; set; }

DefaultLimit

View Source
Declaration
public int DefaultLimit { get; set; }

SummaryFields

View Source
Declaration
public List<string> SummaryFields { get; set; }

TagLabel

View Source
Declaration
public string TagLabel { get; set; }

Meta

View Source
Declaration
public Dictionary<string, string> Meta { get; set; }

Implements