Show / Hide Table of Contents

Class VersionPropertyNames

String constants for VersionProperties. Please add new constants here, this is the only place we have for their documentation

Inheritance
object
VersionPropertyNames
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class VersionPropertyNames

Fields

AppiAllSqlCalls

All SQL calls will be logged to Application Insights as an SQL Dependence telemetry item. Enable this to override any other filtering criterias. CAUTION! This will produce a lot of SQL Dependency telemetry items.

Declaration
public const string AppiAllSqlCalls = "AppiAllSqlCalls"
Field Value
Type Description
string

AppiSqlQueryText

SQL calls being logged to Application Insights will have the SQL Query text (parameterized, no parameter values) set on the Command Text property of the SQL Dependency telemetry item. CAUTION! This will add a lot of bytes to each SQL Dependency telemetry item.

Declaration
public const string AppiSqlQueryText = "AppiSqlQueryText"
Field Value
Type Description
string

DebugUser

Associate id (integer) provided will enable AppiAllSqlCalls, AppiSqlQueryText, DecorateSqlWithCallstack, override Appi adaptive sampling result to include telemetry, log all API parameters to Appi customDimensions.

Declaration
public const string DebugUser = "DebugUser"
Field Value
Type Description
string

DecorateSql

Turn on decoration of SQL queries with Origin, User and whatever else we may know. Negatively impacts reuse of query plans, since cached query plans are keyed by the sql text including comments.

Declaration
public const string DecorateSql = "DecorateSql"
Field Value
Type Description
string

DecorateSqlWithCallstack

Decorate any sql that contains the value text with a full call stack. This can seriously impact performance!. The value needs to be at least 10 characters long to be taken into account, this to avoid really bad accidents

Declaration
public const string DecorateSqlWithCallstack = "DecorateSqlWithCallstack"
Field Value
Type Description
string

SampleInCustomCrmScript

Set to false to disable the logic forcing that all custom CRMScripts are sampled in. Default value is true.

Declaration
public const string SampleInCustomCrmScript = "SampleInCustomCrmScript"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top