class InsightsConfig extends Model (View source)

Properties

bool $queryInsightsEnabled
int $queryPlansPerMinute
int $queryStringLength
bool $recordApplicationTags
bool $recordClientAddress

Methods

setQueryInsightsEnabled($queryInsightsEnabled)

No description

bool
getQueryInsightsEnabled()

No description

setQueryPlansPerMinute($queryPlansPerMinute)

No description

int
getQueryPlansPerMinute()

No description

setQueryStringLength($queryStringLength)

No description

int
getQueryStringLength()

No description

setRecordApplicationTags($recordApplicationTags)

No description

bool
getRecordApplicationTags()

No description

setRecordClientAddress($recordClientAddress)

No description

bool
getRecordClientAddress()

No description

Details

setQueryInsightsEnabled($queryInsightsEnabled)

No description

Parameters

$queryInsightsEnabled

bool getQueryInsightsEnabled()

No description

Return Value

bool

setQueryPlansPerMinute($queryPlansPerMinute)

No description

Parameters

$queryPlansPerMinute

int getQueryPlansPerMinute()

No description

Return Value

int

setQueryStringLength($queryStringLength)

No description

Parameters

$queryStringLength

int getQueryStringLength()

No description

Return Value

int

setRecordApplicationTags($recordApplicationTags)

No description

Parameters

$recordApplicationTags

bool getRecordApplicationTags()

No description

Return Value

bool

setRecordClientAddress($recordClientAddress)

No description

Parameters

$recordClientAddress

bool getRecordClientAddress()

No description

Return Value

bool