Skip to content

Commit dbfa1d8

Browse files
committed
Removed 1KB key size change, for now.
1 parent 958e592 commit dbfa1d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/iot-hub/iot-hub-devguide-device-twins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The [Azure IoT device SDKs](iot-hub-devguide-sdks.md) make it easy to use the pr
240240

241241
Tags, desired properties, and reported properties are JSON objects with the following restrictions:
242242

243-
* All keys in JSON objects are UTF-8 encoded, case-sensitive, and up-to 1KB in length. Allowed characters exclude UNICODE control characters (segments C0 and C1), and `.`, `$`, and SP.
243+
* All keys in JSON objects are UTF-8 encoded, case-sensitive, and up-to 64 bytes in length. Allowed characters exclude UNICODE control characters (segments C0 and C1), and `.`, `$`, and SP.
244244

245245
* All values in JSON objects can be of the following JSON types: boolean, number, string, object. Arrays are not allowed. The maximum value for integers is 4503599627370495 and the minimum value for integers is -4503599627370496.
246246

includes/iot-hub-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following table lists the limits that apply to IoT Hub resources.
3535
| Maximum delivery count for feedback messages <br/> in response to a cloud-to-device message |100 |
3636
| Maximum TTL for feedback messages in <br/> response to a cloud-to-device message |2 days |
3737
| [Maximum size of device twin](../articles/iot-hub/iot-hub-devguide-device-twins.md#device-twin-size) <br/> (tags, reported properties, and desired properties) | 8 KB |
38-
| Maximum length of device twin string key | 1 KB |
38+
| Maximum length of device twin string key | 64 bytes |
3939
| Maximum length of device twin string value | 4 KB |
4040
| [Maximum depth of object in device twin](../articles/iot-hub/iot-hub-devguide-device-twins.md#tags-and-properties-format) | 10 |
4141
| Maximum size of direct method payload | 128 KB |

0 commit comments

Comments
 (0)