ShardReference
このコンテンツはまだ日本語訳がありません。
ShardReference<
TCommand> =ShardKey<TCommand> |ShardKeyedClass<TCommand> |string
Defined in: src/cluster/sharding/ShardKey.ts:79
Anything that names a sharded entity type: its key, or the class declaring it.
Type Parameters
Section titled “Type Parameters”TCommand
Section titled “TCommand”TCommand = unknown
