Skip navigation links
A C D E G I L M N O P R S T U V W 

A

addToHashMap(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.Application
Adds all members of this class to a hashmap
addToHashMap(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.Device
Adds all members of this class to a hashmap
addToHashMap(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.Internal
Adds all members of this class to a hashmap
addToHashMap(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.Location
Adds all members of this class to a hashmap
addToHashMap(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.Operation
Adds all members of this class to a hashmap
addToHashMap(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.Session
Adds all members of this class to a hashmap
addToHashMap(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.User
Adds all members of this class to a hashmap
Application - Class in com.microsoft.applicationinsights.contracts
Data contract class Application.
Application() - Constructor for class com.microsoft.applicationinsights.contracts.Application
Initializes a new instance of the Application class.
ApplicationInsights - Enum in com.microsoft.applicationinsights.library
 
AvailabilityData - Class in com.microsoft.applicationinsights.contracts
Data contract class AvailabilityData.
AvailabilityData() - Constructor for class com.microsoft.applicationinsights.contracts.AvailabilityData
Initializes a new instance of the AvailabilityData class.

C

ChannelManager - Class in com.microsoft.applicationinsights.library
A single class that manages the different types of channels we support
ChannelManager(ChannelType) - Constructor for class com.microsoft.applicationinsights.library.ChannelManager
Instantiates a new INSTANCE of ChannelManager
ChannelType - Enum in com.microsoft.applicationinsights.library
An enum for the different channel types supported
com.microsoft.applicationinsights.contracts - package com.microsoft.applicationinsights.contracts
 
com.microsoft.applicationinsights.library - package com.microsoft.applicationinsights.library
 
com.microsoft.applicationinsights.library.config - package com.microsoft.applicationinsights.library.config
 
com.microsoft.applicationinsights.logging - package com.microsoft.applicationinsights.logging
 
configAppContext(Context) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
Sets the application telemetryContext tags
configDeviceContext(Context) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
Sets the device telemetryContext tags
configInternalContext(Context) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
Sets the internal package context
configSessionContext() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
Sets the session context
Configuration - Class in com.microsoft.applicationinsights.library.config
 
Configuration() - Constructor for class com.microsoft.applicationinsights.library.config.Configuration
Constructs a new INSTANCE of a config
configUserContext(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
Sets the user Id.
configUserContext(User) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
set the user for the user context associated with telemetry data.
CrashData - Class in com.microsoft.applicationinsights.contracts
Data contract class CrashData.
CrashData() - Constructor for class com.microsoft.applicationinsights.contracts.CrashData
Initializes a new instance of the CrashData class.
CrashDataBinary - Class in com.microsoft.applicationinsights.contracts
Data contract class CrashDataBinary.
CrashDataBinary() - Constructor for class com.microsoft.applicationinsights.contracts.CrashDataBinary
Initializes a new instance of the CrashDataBinary class.
CrashDataHeaders - Class in com.microsoft.applicationinsights.contracts
Data contract class CrashDataHeaders.
CrashDataHeaders() - Constructor for class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Initializes a new instance of the CrashDataHeaders class.
CrashDataThread - Class in com.microsoft.applicationinsights.contracts
Data contract class CrashDataThread.
CrashDataThread() - Constructor for class com.microsoft.applicationinsights.contracts.CrashDataThread
Initializes a new instance of the CrashDataThread class.
CrashDataThreadFrame - Class in com.microsoft.applicationinsights.contracts
Data contract class CrashDataThreadFrame.
CrashDataThreadFrame() - Constructor for class com.microsoft.applicationinsights.contracts.CrashDataThreadFrame
Initializes a new instance of the CrashDataThreadFrame class.

D

DataPoint - Class in com.microsoft.applicationinsights.contracts
Data contract class DataPoint.
DataPoint() - Constructor for class com.microsoft.applicationinsights.contracts.DataPoint
Initializes a new instance of the DataPoint class.
DataPointType - Enum in com.microsoft.applicationinsights.contracts
Enum DataPointType.
DEFAULT_SESSION_INTERVAL - Static variable in class com.microsoft.applicationinsights.library.config.Configuration
 
DependencyKind - Enum in com.microsoft.applicationinsights.contracts
Enum DependencyKind.
DependencySourceType - Enum in com.microsoft.applicationinsights.contracts
Enum DependencySourceType.
Device - Class in com.microsoft.applicationinsights.contracts
Data contract class Device.
Device() - Constructor for class com.microsoft.applicationinsights.contracts.Device
Initializes a new instance of the Device class.
disableAutoAppearanceTracking() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Disable auto appearance management tracking before calling ApplicationInsights.start() or at runtime.
disableAutoAppearanceTracking() - Method in class com.microsoft.applicationinsights.library.TelemetryClient
Disable auto appearance management tracking.
disableAutoCollection() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
disables all auto-collection features
disableAutoPageViewTracking() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Disable auto page view tracking before calling ApplicationInsights.start() or at runtime.
disableAutoPageViewTracking() - Method in class com.microsoft.applicationinsights.library.TelemetryClient
Disable auto page view tracking.
disableAutoSessionManagement() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Disable auto session management tracking before calling ApplicationInsights.start() or at runtime.
disableAutoSessionManagement() - Method in class com.microsoft.applicationinsights.library.TelemetryClient
Disable auto session management tracking.

E

enableAutoAppearanceTracking() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Enable auto appearance management tracking before calling ApplicationInsights.start() or at runtime.
enableAutoAppearanceTracking() - Method in class com.microsoft.applicationinsights.library.TelemetryClient
Enable auto appearance management tracking.
enableAutoCollection() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Enables all auto-collection features.
enableAutoPageViewTracking() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Enable auto page view tracking before calling ApplicationInsights.start() or at runtime.
enableAutoPageViewTracking() - Method in class com.microsoft.applicationinsights.library.TelemetryClient
Enable auto page view tracking.
enableAutoSessionManagement() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Enable auto session management tracking before calling ApplicationInsights.start() or at runtime.
enableAutoSessionManagement() - Method in class com.microsoft.applicationinsights.library.TelemetryClient
Enable auto session management tracking.
error(String, String) - Static method in class com.microsoft.applicationinsights.logging.InternalLogging
Log critical SDK error
EventData - Class in com.microsoft.applicationinsights.contracts
Data contract class EventData.
EventData() - Constructor for class com.microsoft.applicationinsights.contracts.EventData
Initializes a new instance of the EventData class.
ExceptionData - Class in com.microsoft.applicationinsights.contracts
Data contract class ExceptionData.
ExceptionData() - Constructor for class com.microsoft.applicationinsights.contracts.ExceptionData
Initializes a new instance of the ExceptionData class.
ExceptionDetails - Class in com.microsoft.applicationinsights.contracts
Data contract class ExceptionDetails.
ExceptionDetails() - Constructor for class com.microsoft.applicationinsights.contracts.ExceptionDetails
Initializes a new instance of the ExceptionDetails class.

G

getAccountAcquisitionDate() - Method in class com.microsoft.applicationinsights.contracts.User
Gets the AccountAcquisitionDate property.
getAccountId() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the AccountId property.
getAccountId() - Method in class com.microsoft.applicationinsights.contracts.User
Gets the AccountId property.
getAccountId() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getAddress() - Method in class com.microsoft.applicationinsights.contracts.CrashDataThreadFrame
Gets the Address property.
getAgentVersion() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the AgentVersion property.
getAnonUserAcquisitionDate() - Method in class com.microsoft.applicationinsights.contracts.User
Gets the AnonUserAcquisitionDate property.
getAnonymousUserAcquisitionDate() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getApplicationBuild() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Gets the ApplicationBuild property.
getApplicationIdentifier() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Gets the ApplicationIdentifier property.
getApplicationName() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the ApplicationName property.
getApplicationPath() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Gets the ApplicationPath property.
getApplicationType() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the ApplicationType property.
getAppVersion() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getAssembly() - Method in class com.microsoft.applicationinsights.contracts.StackFrame
Gets the Assembly property.
getAsync() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the Async property.
getAuthenticatedUserAcquisitionDate() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getAuthenticatedUserId() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getAuthUserAcquisitionDate() - Method in class com.microsoft.applicationinsights.contracts.User
Gets the AuthUserAcquisitionDate property.
getAuthUserId() - Method in class com.microsoft.applicationinsights.contracts.User
Gets the AuthUserId property.
getBaseType() - Method in class com.microsoft.applicationinsights.contracts.CrashData
Base Type for this telemetry.
getBaseType() - Method in class com.microsoft.applicationinsights.contracts.EventData
Base Type for this telemetry.
getBaseType() - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Base Type for this telemetry.
getBaseType() - Method in class com.microsoft.applicationinsights.contracts.MessageData
Base Type for this telemetry.
getBaseType() - Method in class com.microsoft.applicationinsights.contracts.MetricData
Base Type for this telemetry.
getBaseType() - Method in class com.microsoft.applicationinsights.contracts.PageViewData
Base Type for this telemetry.
getBaseType() - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Base Type for this telemetry.
getBaseType() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Base Type for this telemetry.
getBaseType() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Base Type for this telemetry.
getBaseType() - Method in class com.microsoft.applicationinsights.contracts.SessionStateData
Base Type for this telemetry.
getBinaries() - Method in class com.microsoft.applicationinsights.contracts.CrashData
Gets the Binaries property.
getBuild() - Method in class com.microsoft.applicationinsights.contracts.Application
Gets the Build property.
getChannel() - Method in class com.microsoft.applicationinsights.library.ChannelManager
Returns the current channel
getChannelType() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Gets the currently used channel type
getCommandName() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the CommandName property.
getCommonProperties() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Gets the properties which are common to all telemetry sent from this client.
getConfiguration() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Gets the configuration for the ApplicationInsights instance
getContextTags() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getCount() - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Gets the Count property.
getCount() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the Count property.
getCpuSubType() - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Gets the CpuSubType property.
getCpuType() - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Gets the CpuType property.
getCrashThread() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Gets the CrashThread property.
getCrashThreadId() - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Gets the CrashThreadId property.
getDataCollectorReceivedTime() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the DataCollectorReceivedTime property.
getDataSize() - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Gets the DataSize property.
getDependencyKind() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the DependencyKind property.
getDependencySource() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the DependencySource property.
getDependencyTypeName() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the DependencyTypeName property.
getDeviceId() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getDeviceModel() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getDeviceOemName() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getDeviceType() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getDomProcessing() - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Gets the DomProcessing property.
getDuration() - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Gets the Duration property.
getDuration() - Method in class com.microsoft.applicationinsights.contracts.PageViewData
Gets the Duration property.
getDuration() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Gets the Duration property.
getEndAddress() - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Gets the EndAddress property.
getEndpointUrl() - Method in class com.microsoft.applicationinsights.library.config.Configuration
Get the url to which payloads will be sent.
getEndpointUrl() - Method in interface com.microsoft.applicationinsights.library.config.ISenderConfig
Gets the url to which payloads will be sent
getEnvelopeName() - Method in class com.microsoft.applicationinsights.contracts.CrashData
Envelope Name for this telemetry.
getEnvelopeName() - Method in class com.microsoft.applicationinsights.contracts.EventData
Envelope Name for this telemetry.
getEnvelopeName() - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Envelope Name for this telemetry.
getEnvelopeName() - Method in class com.microsoft.applicationinsights.contracts.MessageData
Envelope Name for this telemetry.
getEnvelopeName() - Method in class com.microsoft.applicationinsights.contracts.MetricData
Envelope Name for this telemetry.
getEnvelopeName() - Method in class com.microsoft.applicationinsights.contracts.PageViewData
Envelope Name for this telemetry.
getEnvelopeName() - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Envelope Name for this telemetry.
getEnvelopeName() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Envelope Name for this telemetry.
getEnvelopeName() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Envelope Name for this telemetry.
getEnvelopeName() - Method in class com.microsoft.applicationinsights.contracts.SessionStateData
Envelope Name for this telemetry.
getExceptionAddress() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Gets the ExceptionAddress property.
getExceptionCode() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Gets the ExceptionCode property.
getExceptionReason() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Gets the ExceptionReason property.
getExceptions() - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Gets the Exceptions property.
getExceptionType() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Gets the ExceptionType property.
getFileName() - Method in class com.microsoft.applicationinsights.contracts.StackFrame
Gets the FileName property.
getFlowType() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the FlowType property.
getFrames() - Method in class com.microsoft.applicationinsights.contracts.CrashDataThread
Gets the Frames property.
getHandledAt() - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Gets the HandledAt property.
getHasFullStack() - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Gets the HasFullStack property.
getHeaders() - Method in class com.microsoft.applicationinsights.contracts.CrashData
Gets the Headers property.
getHttpMethod() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Gets the HttpMethod property.
getId() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Gets the Id property.
getId() - Method in class com.microsoft.applicationinsights.contracts.CrashDataThread
Gets the Id property.
getId() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the Id property.
getId() - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Gets the Id property.
getId() - Method in class com.microsoft.applicationinsights.contracts.Operation
Gets the Id property.
getId() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Gets the Id property.
getId() - Method in class com.microsoft.applicationinsights.contracts.Session
Gets the Id property.
getId() - Method in class com.microsoft.applicationinsights.contracts.User
Gets the Id property.
getInstance() - Static method in class com.microsoft.applicationinsights.library.ChannelManager
 
getInstance() - Static method in class com.microsoft.applicationinsights.library.TelemetryClient
 
getInstrumentationKey() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the InstrumentationKey property.
getInstrumentationKey() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Get the instrumentation key associated with this app.
getInstrumentationKey() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getIp() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the Ip property.
getIp() - Method in class com.microsoft.applicationinsights.contracts.Location
Gets the Ip property.
getIsAudit() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the IsAudit property.
getIsFirst() - Method in class com.microsoft.applicationinsights.contracts.Session
Gets the IsFirst property.
getIsFirstSession() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getIsNew() - Method in class com.microsoft.applicationinsights.contracts.Session
Gets the IsNew property.
getIsNewSession() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getIsSynthetic() - Method in class com.microsoft.applicationinsights.contracts.Operation
Gets the IsSynthetic property.
getKind() - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Gets the Kind property.
getKind() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the Kind property.
getLanguage() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the Language property.
getLevel() - Method in class com.microsoft.applicationinsights.contracts.StackFrame
Gets the Level property.
getLine() - Method in class com.microsoft.applicationinsights.contracts.StackFrame
Gets the Line property.
getLocale() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the Locale property.
getMachineName() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the MachineName property.
getMax() - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Gets the Max property.
getMax() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the Max property.
getMaxBatchCount() - Method in class com.microsoft.applicationinsights.library.config.Configuration
Get the maximum size of a batch in bytes.
getMaxBatchCount() - Method in interface com.microsoft.applicationinsights.library.config.IQueueConfig
Gets the maximum size of a batch in bytes
getMaxBatchIntervalMs() - Method in class com.microsoft.applicationinsights.library.config.Configuration
Get the maximum interval allowed between calls to batchInvoke.
getMaxBatchIntervalMs() - Method in interface com.microsoft.applicationinsights.library.config.IQueueConfig
Gets the maximum interval allowed between calls to batchInvoke
getMeasurements() - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Gets the Measurements property.
getMeasurements() - Method in class com.microsoft.applicationinsights.contracts.EventData
Gets the Measurements property.
getMeasurements() - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Gets the Measurements property.
getMeasurements() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Gets the Measurements property.
getMessage() - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Gets the Message property.
getMessage() - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Gets the Message property.
getMessage() - Method in class com.microsoft.applicationinsights.contracts.MessageData
Gets the Message property.
getMethod() - Method in class com.microsoft.applicationinsights.contracts.StackFrame
Gets the Method property.
getMetrics() - Method in class com.microsoft.applicationinsights.contracts.MetricData
Gets the Metrics property.
getMin() - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Gets the Min property.
getMin() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the Min property.
getModel() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the Model property.
getName() - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Gets the Name property.
getName() - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Gets the Name property.
getName() - Method in class com.microsoft.applicationinsights.contracts.EventData
Gets the Name property.
getName() - Method in class com.microsoft.applicationinsights.contracts.Operation
Gets the Name property.
getName() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the Name property.
getName() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Gets the Name property.
getNetwork() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the Network property.
getNetworkConnect() - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Gets the NetworkConnect property.
getNetworkName() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the NetworkName property.
getNetworkType() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getOemName() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the OemName property.
getOs() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the Os property.
getOsLocale() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getOsName() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getOsVersion() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the OsVersion property.
getOsVersion() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getOuterId() - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Gets the OuterId property.
getPackageName() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
The package name
getParentId() - Method in class com.microsoft.applicationinsights.contracts.Operation
Gets the ParentId property.
getParentProcess() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Gets the ParentProcess property.
getParentProcessId() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Gets the ParentProcessId property.
getParsedStack() - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Gets the ParsedStack property.
getPath() - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Gets the Path property.
getPerfTotal() - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Gets the PerfTotal property.
getProblemId() - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Gets the ProblemId property.
getProcess() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Gets the Process property.
getProcessId() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Gets the ProcessId property.
getProfileClassId() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the ProfileClassId property.
getProfileId() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the ProfileId property.
getProperties() - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.contracts.CrashData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.contracts.EventData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.contracts.MessageData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.contracts.MetricData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.contracts.SessionStateData
Gets the Properties property.
getReceivedResponse() - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Gets the ReceivedResponse property.
getReferrer() - Method in class com.microsoft.applicationinsights.contracts.PageViewData
Gets the Referrer property.
getReferrerData() - Method in class com.microsoft.applicationinsights.contracts.PageViewData
Gets the ReferrerData property.
getRegisters() - Method in class com.microsoft.applicationinsights.contracts.CrashDataThreadFrame
Gets the Registers property.
getRequestSource() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the RequestSource property.
getResponseCode() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Gets the ResponseCode property.
getResult() - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Gets the Result property.
getRoleInstance() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the RoleInstance property.
getRoleName() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the RoleName property.
getRootId() - Method in class com.microsoft.applicationinsights.contracts.Operation
Gets the RootId property.
getRunLocation() - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Gets the RunLocation property.
getScreenResolution() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the ScreenResolution property.
getScreenResolution() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getSdkVersion() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the SdkVersion property.
getSdkVersion() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getSenderConnectTimeout() - Method in class com.microsoft.applicationinsights.library.config.Configuration
Get the timeout for connecting to the data collector endpoint.
getSenderConnectTimeout() - Method in interface com.microsoft.applicationinsights.library.config.ISenderConfig
Gets the timeout for connecting to the data collector endpoint
getSenderReadTimeout() - Method in class com.microsoft.applicationinsights.library.config.Configuration
Get the timeout for reading the response from the data collector endpoint.
getSenderReadTimeout() - Method in interface com.microsoft.applicationinsights.library.config.ISenderConfig
Gets the timeout for reading the response from the data collector endpoint
getSentRequest() - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Gets the SentRequest property.
getSessionId() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getSessionIntervalMs() - Method in class com.microsoft.applicationinsights.library.config.Configuration
Get the interval at which sessions are renewed.
getSessionIntervalMs() - Method in interface com.microsoft.applicationinsights.library.config.ISessionConfig
Gets the interval at which sessions are renewed
getSeverityLevel() - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Gets the SeverityLevel property.
getSeverityLevel() - Method in class com.microsoft.applicationinsights.contracts.MessageData
Gets the SeverityLevel property.
getSharedInstance() - Static method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getStack() - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Gets the Stack property.
getStartAddress() - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Gets the StartAddress property.
getStartTime() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Gets the StartTime property.
getState() - Method in class com.microsoft.applicationinsights.contracts.SessionStateData
Gets the State property.
getStdDev() - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Gets the StdDev property.
getStdDev() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the StdDev property.
getStoreRegion() - Method in class com.microsoft.applicationinsights.contracts.User
Gets the StoreRegion property.
getSuccess() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the Success property.
getSuccess() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Gets the Success property.
getSymbol() - Method in class com.microsoft.applicationinsights.contracts.CrashDataThreadFrame
Gets the Symbol property.
getSyntheticSource() - Method in class com.microsoft.applicationinsights.contracts.Operation
Gets the SyntheticSource property.
getTelemetryContext() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Gets the configuration for the ApplicationInsights instance
getTelemetryItemId() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the TelemetryItemId property.
getTestName() - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Gets the TestName property.
getTestRunId() - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Gets the TestRunId property.
getTestTimeStamp() - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Gets the TestTimeStamp property.
getThreads() - Method in class com.microsoft.applicationinsights.contracts.CrashData
Gets the Threads property.
getTrackingSourceId() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the TrackingSourceId property.
getTrackingType() - Method in class com.microsoft.applicationinsights.contracts.Internal
Gets the TrackingType property.
getType() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the Type property.
getTypeId() - Method in class com.microsoft.applicationinsights.contracts.Application
Gets the TypeId property.
getTypeName() - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Gets the TypeName property.
getUrl() - Method in class com.microsoft.applicationinsights.contracts.PageViewData
Gets the Url property.
getUrl() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Gets the Url property.
getUserAcqusitionDate() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getUserAgent() - Method in class com.microsoft.applicationinsights.contracts.User
Gets the UserAgent property.
getUserId() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
getUuid() - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Gets the Uuid property.
getValue() - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Gets the Value property.
getValue() - Method in enum com.microsoft.applicationinsights.contracts.DataPointType
 
getValue() - Method in enum com.microsoft.applicationinsights.contracts.DependencyKind
 
getValue() - Method in enum com.microsoft.applicationinsights.contracts.DependencySourceType
 
getValue() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the Value property.
getValue() - Method in enum com.microsoft.applicationinsights.contracts.SessionState
 
getValue() - Method in enum com.microsoft.applicationinsights.contracts.SeverityLevel
 
getValue() - Method in enum com.microsoft.applicationinsights.contracts.TestResult
 
getVer() - Method in class com.microsoft.applicationinsights.contracts.Application
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.contracts.CrashData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.contracts.EventData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.contracts.MessageData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.contracts.MetricData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.contracts.SessionStateData
Gets the Ver property.
getVmName() - Method in class com.microsoft.applicationinsights.contracts.Device
Gets the VmName property.

I

info(String, String, String) - Static method in class com.microsoft.applicationinsights.logging.InternalLogging
Inform SDK users about SDK activities.
info(String, String) - Static method in class com.microsoft.applicationinsights.logging.InternalLogging
Inform SDK users about SDK activities.
initialize(ChannelType) - Static method in class com.microsoft.applicationinsights.library.ChannelManager
Initializes the ChannelManager to it's default IChannel instance
initialize(boolean, Application) - Static method in class com.microsoft.applicationinsights.library.TelemetryClient
Initialize the INSTANCE of the telemetryclient
initialize(Context, String, User) - Static method in class com.microsoft.applicationinsights.library.TelemetryContext
Initialize the INSTANCE of the telemetryContext
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.Application
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.CrashData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.CrashDataThread
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.CrashDataThreadFrame
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.Device
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.EventData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.Internal
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.Location
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.MessageData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.MetricData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.Operation
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.PageViewData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.Session
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.SessionStateData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.StackFrame
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.contracts.User
Optionally initializes fields for the current context.
Internal - Class in com.microsoft.applicationinsights.contracts
Data contract class Internal.
Internal() - Constructor for class com.microsoft.applicationinsights.contracts.Internal
Initializes a new instance of the Internal class.
InternalLogging - Class in com.microsoft.applicationinsights.logging
 
IQueueConfig - Interface in com.microsoft.applicationinsights.library.config
 
isDeveloperMode() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Check if developerMode is activated
ISenderConfig - Interface in com.microsoft.applicationinsights.library.config
 
ISessionConfig - Interface in com.microsoft.applicationinsights.library.config
 
isTelemetryEnabled() - Method in class com.microsoft.applicationinsights.library.TelemetryClient
Determines, whether tracking telemetry data is enabled or not.

L

loadUserInfo() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
Load user information to shared preferences.
Location - Class in com.microsoft.applicationinsights.contracts
Data contract class Location.
Location() - Constructor for class com.microsoft.applicationinsights.contracts.Location
Initializes a new instance of the Location class.

M

MessageData - Class in com.microsoft.applicationinsights.contracts
Data contract class MessageData.
MessageData() - Constructor for class com.microsoft.applicationinsights.contracts.MessageData
Initializes a new instance of the MessageData class.
MetricData - Class in com.microsoft.applicationinsights.contracts
Data contract class MetricData.
MetricData() - Constructor for class com.microsoft.applicationinsights.contracts.MetricData
Initializes a new instance of the MetricData class.

N

newInstance() - Static method in class com.microsoft.applicationinsights.library.TelemetryContext
 

O

Operation - Class in com.microsoft.applicationinsights.contracts
Data contract class Operation.
Operation() - Constructor for class com.microsoft.applicationinsights.contracts.Operation
Initializes a new instance of the Operation class.

P

PageViewData - Class in com.microsoft.applicationinsights.contracts
Data contract class PageViewData.
PageViewData() - Constructor for class com.microsoft.applicationinsights.contracts.PageViewData
Initializes a new instance of the PageViewData class.
PageViewPerfData - Class in com.microsoft.applicationinsights.contracts
Data contract class PageViewPerfData.
PageViewPerfData() - Constructor for class com.microsoft.applicationinsights.contracts.PageViewPerfData
Initializes a new instance of the PageViewPerfData class.

R

RemoteDependencyData - Class in com.microsoft.applicationinsights.contracts
Data contract class RemoteDependencyData.
RemoteDependencyData() - Constructor for class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Initializes a new instance of the RemoteDependencyData class.
renewSession(String) - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Force Application Insights to create a new session with a custom sessionID.
renewSessionId() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
Renews the session context The session ID is on demand.
renewSessionId(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
Renews the session context with a custom session ID.
RequestData - Class in com.microsoft.applicationinsights.contracts
Data contract class RequestData.
RequestData() - Constructor for class com.microsoft.applicationinsights.contracts.RequestData
Initializes a new instance of the RequestData class.
reset() - Method in class com.microsoft.applicationinsights.library.ChannelManager
Resets this instance of the channel manager
resetContext() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 

S

saveUserInfo() - Method in class com.microsoft.applicationinsights.library.TelemetryContext
Write user information to shared preferences.
sendPendingData() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Triggers persisting and if applicable sending of queued data note: this will be called Configuration.maxBatchIntervalMs after tracking any telemetry so it is not necessary to call this in most cases.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.Application
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.CrashDataThread
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.CrashDataThreadFrame
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.Device
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.Internal
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.Location
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.Operation
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.Session
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.StackFrame
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class com.microsoft.applicationinsights.contracts.User
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.Application
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.CrashData
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.CrashDataThread
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.CrashDataThreadFrame
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.Device
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.EventData
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.Internal
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.Location
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.MessageData
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.MetricData
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.Operation
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.PageViewData
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.RequestData
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.Session
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.SessionStateData
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.StackFrame
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class com.microsoft.applicationinsights.contracts.User
Serializes the beginning of this object to the passed in writer.
Session - Class in com.microsoft.applicationinsights.contracts
Data contract class Session.
Session() - Constructor for class com.microsoft.applicationinsights.contracts.Session
Initializes a new instance of the Session class.
SessionState - Enum in com.microsoft.applicationinsights.contracts
Enum SessionState.
SessionStateData - Class in com.microsoft.applicationinsights.contracts
Data contract class SessionStateData.
SessionStateData() - Constructor for class com.microsoft.applicationinsights.contracts.SessionStateData
Initializes a new instance of the SessionStateData class.
setAccountAcquisitionDate(String) - Method in class com.microsoft.applicationinsights.contracts.User
Sets the AccountAcquisitionDate property.
setAccountId(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the AccountId property.
setAccountId(String) - Method in class com.microsoft.applicationinsights.contracts.User
Sets the AccountId property.
setAccountId(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setAddress(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataThreadFrame
Sets the Address property.
setAgentVersion(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the AgentVersion property.
setAnonUserAcquisitionDate(String) - Method in class com.microsoft.applicationinsights.contracts.User
Sets the AnonUserAcquisitionDate property.
setAnonymousUserAcquisitionDate(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setApplicationBuild(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Sets the ApplicationBuild property.
setApplicationIdentifier(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Sets the ApplicationIdentifier property.
setApplicationName(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the ApplicationName property.
setApplicationPath(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Sets the ApplicationPath property.
setApplicationType(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the ApplicationType property.
setAppVersion(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setAssembly(String) - Method in class com.microsoft.applicationinsights.contracts.StackFrame
Sets the Assembly property.
setAsync(Boolean) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the Async property.
setAuthenticatedUserAcquisitionDate(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setAuthenticatedUserId(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setAuthUserAcquisitionDate(String) - Method in class com.microsoft.applicationinsights.contracts.User
Sets the AuthUserAcquisitionDate property.
setAuthUserId(String) - Method in class com.microsoft.applicationinsights.contracts.User
Sets the AuthUserId property.
setBinaries(List<CrashDataBinary>) - Method in class com.microsoft.applicationinsights.contracts.CrashData
Sets the Binaries property.
setBuild(String) - Method in class com.microsoft.applicationinsights.contracts.Application
Sets the Build property.
setChannel(ChannelType) - Method in class com.microsoft.applicationinsights.library.ChannelManager
Sets the current channel to use
setChannelType(ChannelType) - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Sets the channel type to be used for logging
setCommandName(String) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the CommandName property.
setCommonProperties(Map<String, String>) - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Sets properties which are common to all telemetry sent form this client.
setCount(Integer) - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Sets the Count property.
setCount(Integer) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the Count property.
setCpuSubType(long) - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Sets the CpuSubType property.
setCpuType(long) - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Sets the CpuType property.
setCrashThread(int) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Sets the CrashThread property.
setCrashThreadId(int) - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Sets the CrashThreadId property.
setDataCollectorReceivedTime(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the DataCollectorReceivedTime property.
setDataSize(double) - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Sets the DataSize property.
setDependencyKind(DependencyKind) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the DependencyKind property.
setDependencySource(DependencySourceType) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the DependencySource property.
setDependencyTypeName(String) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the DependencyTypeName property.
setDeveloperMode(boolean) - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Activates the developer mode which.
setDeviceId(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setDeviceModel(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setDeviceOemName(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setDeviceType(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setDomProcessing(String) - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Sets the DomProcessing property.
setDuration(String) - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Sets the Duration property.
setDuration(String) - Method in class com.microsoft.applicationinsights.contracts.PageViewData
Sets the Duration property.
setDuration(String) - Method in class com.microsoft.applicationinsights.contracts.RequestData
Sets the Duration property.
setEndAddress(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Sets the EndAddress property.
setEndpointUrl(String) - Method in class com.microsoft.applicationinsights.library.config.Configuration
Set the url to which payloads will be sent.
setEndpointUrl(String) - Method in interface com.microsoft.applicationinsights.library.config.ISenderConfig
Sets the url to which payloads will be sent
setExceptionAddress(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Sets the ExceptionAddress property.
setExceptionCode(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Sets the ExceptionCode property.
setExceptionReason(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Sets the ExceptionReason property.
setExceptions(List<ExceptionDetails>) - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Sets the Exceptions property.
setExceptionType(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Sets the ExceptionType property.
setFileName(String) - Method in class com.microsoft.applicationinsights.contracts.StackFrame
Sets the FileName property.
setFlowType(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the FlowType property.
setFrames(List<CrashDataThreadFrame>) - Method in class com.microsoft.applicationinsights.contracts.CrashDataThread
Sets the Frames property.
setHandledAt(String) - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Sets the HandledAt property.
setHasFullStack(boolean) - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Sets the HasFullStack property.
setHeaders(CrashDataHeaders) - Method in class com.microsoft.applicationinsights.contracts.CrashData
Sets the Headers property.
setHttpMethod(String) - Method in class com.microsoft.applicationinsights.contracts.RequestData
Sets the HttpMethod property.
setId(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Sets the Id property.
setId(int) - Method in class com.microsoft.applicationinsights.contracts.CrashDataThread
Sets the Id property.
setId(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the Id property.
setId(int) - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Sets the Id property.
setId(String) - Method in class com.microsoft.applicationinsights.contracts.Operation
Sets the Id property.
setId(String) - Method in class com.microsoft.applicationinsights.contracts.RequestData
Sets the Id property.
setId(String) - Method in class com.microsoft.applicationinsights.contracts.Session
Sets the Id property.
setId(String) - Method in class com.microsoft.applicationinsights.contracts.User
Sets the Id property.
setInstrumentationKey(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the InstrumentationKey property.
setInstrumentationKey(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setIp(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the Ip property.
setIp(String) - Method in class com.microsoft.applicationinsights.contracts.Location
Sets the Ip property.
setIsAudit(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the IsAudit property.
setIsFirst(String) - Method in class com.microsoft.applicationinsights.contracts.Session
Sets the IsFirst property.
setIsFirstSession(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setIsNew(String) - Method in class com.microsoft.applicationinsights.contracts.Session
Sets the IsNew property.
setIsNewSession(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setIsSynthetic(String) - Method in class com.microsoft.applicationinsights.contracts.Operation
Sets the IsSynthetic property.
setKind(DataPointType) - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Sets the Kind property.
setKind(DataPointType) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the Kind property.
setLanguage(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the Language property.
setLevel(int) - Method in class com.microsoft.applicationinsights.contracts.StackFrame
Sets the Level property.
setLine(int) - Method in class com.microsoft.applicationinsights.contracts.StackFrame
Sets the Line property.
setLocale(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the Locale property.
setMachineName(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the MachineName property.
setMax(Double) - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Sets the Max property.
setMax(Double) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the Max property.
setMaxBatchCount(int) - Method in class com.microsoft.applicationinsights.library.config.Configuration
Set the maximum size of a batch in bytes.
setMaxBatchCount(int) - Method in interface com.microsoft.applicationinsights.library.config.IQueueConfig
Sets the maximum size of a batch in bytes
setMaxBatchIntervalMs(int) - Method in class com.microsoft.applicationinsights.library.config.Configuration
Set the maximum interval allowed between calls to batchInvoke.
setMaxBatchIntervalMs(int) - Method in interface com.microsoft.applicationinsights.library.config.IQueueConfig
Sets the maximum interval allowed between calls to batchInvoke
setMeasurements(Map<String, Double>) - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Sets the Measurements property.
setMeasurements(Map<String, Double>) - Method in class com.microsoft.applicationinsights.contracts.EventData
Sets the Measurements property.
setMeasurements(Map<String, Double>) - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Sets the Measurements property.
setMeasurements(Map<String, Double>) - Method in class com.microsoft.applicationinsights.contracts.RequestData
Sets the Measurements property.
setMessage(String) - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Sets the Message property.
setMessage(String) - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Sets the Message property.
setMessage(String) - Method in class com.microsoft.applicationinsights.contracts.MessageData
Sets the Message property.
setMethod(String) - Method in class com.microsoft.applicationinsights.contracts.StackFrame
Sets the Method property.
setMetrics(List<DataPoint>) - Method in class com.microsoft.applicationinsights.contracts.MetricData
Sets the Metrics property.
setMin(Double) - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Sets the Min property.
setMin(Double) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the Min property.
setModel(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the Model property.
setName(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Sets the Name property.
setName(String) - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Sets the Name property.
setName(String) - Method in class com.microsoft.applicationinsights.contracts.EventData
Sets the Name property.
setName(String) - Method in class com.microsoft.applicationinsights.contracts.Operation
Sets the Name property.
setName(String) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the Name property.
setName(String) - Method in class com.microsoft.applicationinsights.contracts.RequestData
Sets the Name property.
setNetwork(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the Network property.
setNetworkConnect(String) - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Sets the NetworkConnect property.
setNetworkName(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the NetworkName property.
setNetworkType(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setOemName(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the OemName property.
setOs(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the Os property.
setOsLocale(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setOsName(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setOsVersion(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the OsVersion property.
setOsVersion(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setOuterId(int) - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Sets the OuterId property.
setParentId(String) - Method in class com.microsoft.applicationinsights.contracts.Operation
Sets the ParentId property.
setParentProcess(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Sets the ParentProcess property.
setParentProcessId(int) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Sets the ParentProcessId property.
setParsedStack(List<StackFrame>) - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Sets the ParsedStack property.
setPath(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Sets the Path property.
setPerfTotal(String) - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Sets the PerfTotal property.
setProblemId(String) - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Sets the ProblemId property.
setProcess(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Sets the Process property.
setProcessId(int) - Method in class com.microsoft.applicationinsights.contracts.CrashDataHeaders
Sets the ProcessId property.
setProfileClassId(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the ProfileClassId property.
setProfileId(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the ProfileId property.
setProperties(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Sets the Properties property.
setProperties(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.CrashData
Sets the Properties property.
setProperties(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.EventData
Sets the Properties property.
setProperties(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Sets the Properties property.
setProperties(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.MessageData
Sets the Properties property.
setProperties(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.MetricData
Sets the Properties property.
setProperties(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the Properties property.
setProperties(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.RequestData
Sets the Properties property.
setProperties(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.SessionStateData
Sets the Properties property.
setReceivedResponse(String) - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Sets the ReceivedResponse property.
setReferrer(String) - Method in class com.microsoft.applicationinsights.contracts.PageViewData
Sets the Referrer property.
setReferrerData(String) - Method in class com.microsoft.applicationinsights.contracts.PageViewData
Sets the ReferrerData property.
setRegisters(Map<String, String>) - Method in class com.microsoft.applicationinsights.contracts.CrashDataThreadFrame
Sets the Registers property.
setRequestSource(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the RequestSource property.
setResponseCode(String) - Method in class com.microsoft.applicationinsights.contracts.RequestData
Sets the ResponseCode property.
setResult(TestResult) - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Sets the Result property.
setRoleInstance(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the RoleInstance property.
setRoleName(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the RoleName property.
setRootId(String) - Method in class com.microsoft.applicationinsights.contracts.Operation
Sets the RootId property.
setRunLocation(String) - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Sets the RunLocation property.
setScreenResolution(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the ScreenResolution property.
setScreenResolution(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setSdkVersion(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the SdkVersion property.
setSdkVersion(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setSenderConnectTimeout(int) - Method in class com.microsoft.applicationinsights.library.config.Configuration
Set the timeout for connecting to the data collector endpoint.
setSenderConnectTimeout(int) - Method in interface com.microsoft.applicationinsights.library.config.ISenderConfig
Set the timeout for connecting to the data collector endpoint
setSenderReadTimeout(int) - Method in class com.microsoft.applicationinsights.library.config.Configuration
Set the timeout for reading the response from the data collector endpoint.
setSenderReadTimeout(int) - Method in interface com.microsoft.applicationinsights.library.config.ISenderConfig
Set the timeout for reading the response from the data collector endpoint
setSentRequest(String) - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Sets the SentRequest property.
setSessionId(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setSessionIntervalMs(long) - Method in class com.microsoft.applicationinsights.library.config.Configuration
Set the interval at which sessions are renewed.
setSessionIntervalMs(long) - Method in interface com.microsoft.applicationinsights.library.config.ISessionConfig
Sets the interval at which sessions are renewed
setSeverityLevel(SeverityLevel) - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Sets the SeverityLevel property.
setSeverityLevel(SeverityLevel) - Method in class com.microsoft.applicationinsights.contracts.MessageData
Sets the SeverityLevel property.
setStack(String) - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Sets the Stack property.
setStartAddress(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Sets the StartAddress property.
setStartTime(String) - Method in class com.microsoft.applicationinsights.contracts.RequestData
Sets the StartTime property.
setState(SessionState) - Method in class com.microsoft.applicationinsights.contracts.SessionStateData
Sets the State property.
setStdDev(Double) - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Sets the StdDev property.
setStdDev(Double) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the StdDev property.
setStoreRegion(String) - Method in class com.microsoft.applicationinsights.contracts.User
Sets the StoreRegion property.
setSuccess(Boolean) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the Success property.
setSuccess(boolean) - Method in class com.microsoft.applicationinsights.contracts.RequestData
Sets the Success property.
setSymbol(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataThreadFrame
Sets the Symbol property.
setSyntheticSource(String) - Method in class com.microsoft.applicationinsights.contracts.Operation
Sets the SyntheticSource property.
setTelemetryDisabled(boolean) - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Enable / disable tracking of telemetry data.
setTelemetryItemId(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the TelemetryItemId property.
setTestName(String) - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Sets the TestName property.
setTestRunId(String) - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Sets the TestRunId property.
setTestTimeStamp(String) - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Sets the TestTimeStamp property.
setThreads(List<CrashDataThread>) - Method in class com.microsoft.applicationinsights.contracts.CrashData
Sets the Threads property.
setTrackingSourceId(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the TrackingSourceId property.
setTrackingType(String) - Method in class com.microsoft.applicationinsights.contracts.Internal
Sets the TrackingType property.
setType(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the Type property.
setTypeId(String) - Method in class com.microsoft.applicationinsights.contracts.Application
Sets the TypeId property.
setTypeName(String) - Method in class com.microsoft.applicationinsights.contracts.ExceptionDetails
Sets the TypeName property.
setup(Context, Application) - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Configure Application Insights Note: This should be called before start
setup(Context, Application, String) - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Configure Application Insights Note: This should be called before start
SetupAttributes() - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Sets up the events attributes
SetupAttributes() - Method in class com.microsoft.applicationinsights.contracts.CrashData
Sets up the events attributes
SetupAttributes() - Method in class com.microsoft.applicationinsights.contracts.EventData
Sets up the events attributes
SetupAttributes() - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Sets up the events attributes
SetupAttributes() - Method in class com.microsoft.applicationinsights.contracts.MessageData
Sets up the events attributes
SetupAttributes() - Method in class com.microsoft.applicationinsights.contracts.MetricData
Sets up the events attributes
SetupAttributes() - Method in class com.microsoft.applicationinsights.contracts.PageViewData
Sets up the events attributes
SetupAttributes() - Method in class com.microsoft.applicationinsights.contracts.PageViewPerfData
Sets up the events attributes
SetupAttributes() - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets up the events attributes
SetupAttributes() - Method in class com.microsoft.applicationinsights.contracts.RequestData
Sets up the events attributes
SetupAttributes() - Method in class com.microsoft.applicationinsights.contracts.SessionStateData
Sets up the events attributes
setUrl(String) - Method in class com.microsoft.applicationinsights.contracts.PageViewData
Sets the Url property.
setUrl(String) - Method in class com.microsoft.applicationinsights.contracts.RequestData
Sets the Url property.
setUserAcqusitionDate(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setUserAgent(String) - Method in class com.microsoft.applicationinsights.contracts.User
Sets the UserAgent property.
setUserId(String) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
setUuid(String) - Method in class com.microsoft.applicationinsights.contracts.CrashDataBinary
Sets the Uuid property.
setValue(double) - Method in class com.microsoft.applicationinsights.contracts.DataPoint
Sets the Value property.
setValue(double) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the Value property.
setVer(String) - Method in class com.microsoft.applicationinsights.contracts.Application
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.contracts.AvailabilityData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.contracts.CrashData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.contracts.EventData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.contracts.ExceptionData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.contracts.MessageData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.contracts.MetricData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.contracts.RemoteDependencyData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.contracts.RequestData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.contracts.SessionStateData
Sets the Ver property.
setVmName(String) - Method in class com.microsoft.applicationinsights.contracts.Device
Sets the VmName property.
SeverityLevel - Enum in com.microsoft.applicationinsights.contracts
Enum SeverityLevel.
StackFrame - Class in com.microsoft.applicationinsights.contracts
Data contract class StackFrame.
StackFrame() - Constructor for class com.microsoft.applicationinsights.contracts.StackFrame
Initializes a new instance of the StackFrame class.
start() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Start ApplicationInsights Note: This should be called after ApplicationInsights.isConfigured
startAutoCollection(TelemetryContext, Configuration, boolean, boolean, boolean) - Static method in class com.microsoft.applicationinsights.library.TelemetryClient
Start auto collection features.
startSyncWhenBackgrounding() - Method in class com.microsoft.applicationinsights.library.TelemetryClient
 

T

TelemetryClient - Class in com.microsoft.applicationinsights.library
The public API for recording application insights telemetry.
TelemetryClient(boolean) - Constructor for class com.microsoft.applicationinsights.library.TelemetryClient
Restrict access to the default constructor
TelemetryContext - Class in com.microsoft.applicationinsights.library
This class is holding all telemetryContext information.
TelemetryContext(Context, String, User) - Constructor for class com.microsoft.applicationinsights.library.TelemetryContext
Constructs a new INSTANCE of the Telemetry telemetryContext tag keys
TelemetryData - Class in com.microsoft.applicationinsights.contracts
 
TelemetryData() - Constructor for class com.microsoft.applicationinsights.contracts.TelemetryData
 
TestResult - Enum in com.microsoft.applicationinsights.contracts
Enum TestResult.
track(TelemetryData) - Method in class com.microsoft.applicationinsights.library.TelemetryClient
Sends information about any object that extend TelemetryData interface to Application Insights.
trackEvent(String) - Method in class com.microsoft.applicationinsights.library.TelemetryClient
properties defaults to null.
trackEvent(String, Map<String, String>) - Method in class com.microsoft.applicationinsights.library.TelemetryClient
measurements defaults to null.
trackEvent(String, Map<String, String>, Map<String, Double>) - Method in class com.microsoft.applicationinsights.library.TelemetryClient
Sends information about an event to Application Insights.
trackMetric(String, double) - Method in class com.microsoft.applicationinsights.library.TelemetryClient
Sends information about an aggregated metric to Application Insights.
trackMetric(String, double, Map<String, String>) - Method in class com.microsoft.applicationinsights.library.TelemetryClient
Sends information about an aggregated metric to Application Insights.
trackNewSession() - Method in class com.microsoft.applicationinsights.library.TelemetryClient
Sends information about a new Session to Application Insights.
trackPageView(String) - Method in class com.microsoft.applicationinsights.library.TelemetryClient
properties defaults to null.
trackPageView(String, Map<String, String>) - Method in class com.microsoft.applicationinsights.library.TelemetryClient
measurements defaults to null.
trackPageView(String, Map<String, String>, Map<String, Double>) - Method in class com.microsoft.applicationinsights.library.TelemetryClient
 
trackTrace(String) - Method in class com.microsoft.applicationinsights.library.TelemetryClient
measurements defaults to null.
trackTrace(String, Map<String, String>) - Method in class com.microsoft.applicationinsights.library.TelemetryClient
Sends tracing information to Application Insights.

U

updateScreenResolution(Context) - Method in class com.microsoft.applicationinsights.library.TelemetryContext
 
User - Class in com.microsoft.applicationinsights.contracts
Data contract class User.
User() - Constructor for class com.microsoft.applicationinsights.contracts.User
Initializes a new instance of the User class.

V

valueOf(String) - Static method in enum com.microsoft.applicationinsights.contracts.DataPointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.contracts.DependencyKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.contracts.DependencySourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.contracts.SessionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.contracts.SeverityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.contracts.TestResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.library.ChannelType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.applicationinsights.contracts.DataPointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.contracts.DependencyKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.contracts.DependencySourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.contracts.SessionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.contracts.SeverityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.contracts.TestResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.library.ApplicationInsights
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.library.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String, String) - Static method in class com.microsoft.applicationinsights.logging.InternalLogging
Warn SDK users about non-critical SDK misuse
A C D E G I L M N O P R S T U V W 
Skip navigation links