LogRecordLimitsBuilder
in package
Table of Contents
Properties
- $attributeCountLimit : int|null
- $attributeValueLengthLimit : int|null
Methods
- build() : LogRecordLimits
- setAttributeCountLimit() : LogRecordLimitsBuilder
- setAttributeValueLengthLimit() : LogRecordLimitsBuilder
Properties
$attributeCountLimit
private
int|null
$attributeCountLimit
= null
Maximum allowed attribute count per record
$attributeValueLengthLimit
private
int|null
$attributeValueLengthLimit
= null
Maximum allowed attribute value length
Methods
build()
public
build() : LogRecordLimits
Tags
Return values
LogRecordLimitssetAttributeCountLimit()
public
setAttributeCountLimit(int $attributeCountLimit) : LogRecordLimitsBuilder
Parameters
- $attributeCountLimit : int
-
Maximum allowed attribute count per record
Return values
LogRecordLimitsBuildersetAttributeValueLengthLimit()
public
setAttributeValueLengthLimit(int $attributeValueLengthLimit) : LogRecordLimitsBuilder
Parameters
- $attributeValueLengthLimit : int
-
Maximum allowed attribute value length