You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use common.Uint64 or common.BigInt64 to store Identifier. Note that we can't use Uint64 in globalstorage code and must use abstract Id of potentially infinite length. Id class should have two implementations for node 10 and above and for previous versions (using Uint64). Id instance is immutable, but we need to extract server suffix and object identifier inside server. Thus we need and operation to apply bitmask and shift operation.
The text was updated successfully, but these errors were encountered:
Use
common.Uint64
orcommon.BigInt64
to store Identifier. Note that we can't useUint64
in globalstorage code and must use abstractId
of potentially infinite length.Id
class should have two implementations for node 10 and above and for previous versions (usingUint64
).Id
instance is immutable, but we need to extract server suffix and object identifier inside server. Thus we needand
operation to apply bitmask andshift
operation.The text was updated successfully, but these errors were encountered: