Enterprise Crm Logging Gws Field Limits Args
data class EnterpriseCrmLoggingGwsFieldLimitsArgs(val logAction: Output<EnterpriseCrmLoggingGwsFieldLimitsLogAction>? = null, val logType: Output<List<EnterpriseCrmLoggingGwsFieldLimitsLogTypeItem>>? = null, val maxArraySize: Output<Int>? = null, val maxStringLength: Output<Int>? = null, val shortenerType: Output<EnterpriseCrmLoggingGwsFieldLimitsShortenerType>? = null) : ConvertibleToJava<EnterpriseCrmLoggingGwsFieldLimitsArgs>
Describes string and array limits when writing to logs. When a limit is exceeded the shortener_type describes how to shorten the field. next_id: 6
Constructors
Link copied to clipboard
constructor(logAction: Output<EnterpriseCrmLoggingGwsFieldLimitsLogAction>? = null, logType: Output<List<EnterpriseCrmLoggingGwsFieldLimitsLogTypeItem>>? = null, maxArraySize: Output<Int>? = null, maxStringLength: Output<Int>? = null, shortenerType: Output<EnterpriseCrmLoggingGwsFieldLimitsShortenerType>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
To which type(s) of logs the limits apply.
Link copied to clipboard
maximum array size. If the array exceds this size, the field (list) is truncated.
Link copied to clipboard
maximum string length. If the field exceeds this amount the field is shortened.
Link copied to clipboard