Skip to content

Commit 7beb4b9

Browse files
committed
updated module twin size in devguide per device twin limist
1 parent 9708d83 commit 7beb4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Tags, desired properties, and reported properties are JSON objects with the foll
261261

262262
## Module twin size
263263

264-
IoT Hub enforces an 8KB size limitation on each of the respective total values of `tags`, `properties/desired`, and `properties/reported`, excluding read-only elements.
264+
IoT Hub enforces an 8 KB size limitation on the value of `tags`, and a 32 KB size limitation each on the value of `properties/desired` and `properties/reported`. These totals are exclusive of read-only elements.
265265

266266
The size is computed by counting all characters, excluding UNICODE control characters (segments C0 and C1) and spaces that are outside of string constants.
267267

0 commit comments

Comments
 (0)