Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Node.js Driver. Switch to the latest stable version.
RandomToken¶
RandomToken()
Represents a token from a Cassandra ring where the partitioner is RandomPartitioner.
The raw token type is a bigint (represented by Number).
Constructor¶
new RandomToken()
Source