Fix links (#2426)
This commit is contained in:
parent
5f93caf5bb
commit
ec4cee89ae
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
- [Attribute](#attribute)
|
- [Attribute](#attribute)
|
||||||
* [Attribute Limits](#attribute-limits)
|
* [Attribute Limits](#attribute-limits)
|
||||||
|
+ [Configurable Parameters](#configurable-parameters)
|
||||||
+ [Exempt Entities](#exempt-entities)
|
+ [Exempt Entities](#exempt-entities)
|
||||||
- [Attribute Collections](#attribute-collections)
|
- [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.
|
in crashes that are difficult to recover from safely.
|
||||||
|
|
||||||
By default an SDK SHOULD apply truncation as per the list of
|
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:
|
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,
|
defined, then the SDK MUST try to use the model-specific limit default value,
|
||||||
followed by the global 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;
|
* `AttributeCountLimit` (Default=128) - Maximum allowed attribute count per record;
|
||||||
* `AttributeValueLengthLimit` (Default=Infinity) - Maximum allowed attribute value length;
|
* `AttributeValueLengthLimit` (Default=Infinity) - Maximum allowed attribute value length;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue