public class AnalyticsMonitorCapabilities
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxAllowedBandwidthUsagePerDayInKB()
Get the maximum allowed bandwidth utilization for the monitor per day
measured in kilobytes.
|
int |
getMaxInstallationIDSize()
Get the maximum size of the installationid accepted in
setInstallationInfo.
|
int |
getMaxKeySizeOfInstallationPropertyKey()
Get the maximum size of an installation property key size.
|
int |
getMaxLengthOfExceptionContextMessage()
Get the maximum allowed size of the context message associated with an
exception in a call to trackException.
|
int |
getMaxLengthOfFeatureName()
Get the maximum allowed length of a feature name as used in trackFeature,
trackFeatureStart, trackFeatureStop or trackFeatureCancel
|
int |
getMaxLengthOfLogMessage()
Get the maximum allowed length of a log message.
|
int |
getMaxLogFileDataSizeInKB()
Get the maximum size of logfile data accepted by the monitor in
sendLog(string,byte[],string).
|
int |
getMaxLogFileMimeTypeLength()
Get the maximum length of the mime type associated with a logfile in
sendLog(String,byte[],string).
|
int |
getMaxLogMessageLength()
Get the allowed maximum length of a log message in sendLog(string).
|
int |
getMaxNumberOfInstallationProperties()
Get the maximum number of installation properties stored with a given
installation id.
|
int |
getMaxStorageSizeInKB()
Get the maximum size of the data written to storage from the monitor.
|
public int getMaxLengthOfLogMessage()
public int getMaxLengthOfExceptionContextMessage()
public int getMaxAllowedBandwidthUsagePerDayInKB()
public int getMaxLengthOfFeatureName()
public int getMaxNumberOfInstallationProperties()
public int getMaxKeySizeOfInstallationPropertyKey()
public int getMaxLogFileMimeTypeLength()
public int getMaxLogFileDataSizeInKB()
public int getMaxLogMessageLength()
public int getMaxStorageSizeInKB()
public int getMaxInstallationIDSize()