#k3davis-ids

1 messages ยท Page 1 of 1 (latest)

hoary sonnet
#

๐Ÿ‘‹ happy to help

#

the maxlength of ids really depend on the object you are looking at and they might vary with time

#

why is this important for you? are you trying to log these in your db?

marble bronze
#

yes, for idempotency reasons. i could just "max" them but that seems like overkill?

hoary sonnet
#

In that case you can safely assume object IDs we generate will never exceed 255 characters

marble bronze
#

thanks, that works ๐Ÿ™‚

hoary sonnet