This commit is contained in:
Reiley Yang 2022-03-21 23:05:45 -07:00 committed by Josh Suereth
parent 5bf1bbed5b
commit d1296366cf
1 changed files with 3 additions and 3 deletions

View File

@ -9,6 +9,7 @@
- [Attribute](#attribute)
* [Attribute Limits](#attribute-limits)
+ [Configurable Parameters](#configurable-parameters)
+ [Exempt Entities](#exempt-entities)
- [Attribute Collections](#attribute-collections)
@ -57,7 +58,7 @@ limits placed on attributes, they can quickly exhaust available memory, resultin
in crashes that are difficult to recover from safely.
By default an SDK SHOULD apply truncation as per the list of
[configurable parameters](#attribute-limits-configuration) below.
[configurable parameters](#configurable-parameters) below.
If an SDK provides a way to:
@ -88,8 +89,7 @@ it isn't set, then the SDK MUST attempt to use the general limit. If neither are
defined, then the SDK MUST try to use the model-specific limit default value,
followed by the global limit default value.
<a name="attribute-limits-configuration"></a>
**Configurable parameters:**
#### Configurable Parameters
* `AttributeCountLimit` (Default=128) - Maximum allowed attribute count per record;
* `AttributeValueLengthLimit` (Default=Infinity) - Maximum allowed attribute value length;