View Source Cosmox.Structs.PartitionKey (Cosmox v0.1.0)

Represents the partition key for a collection.

Link to this section Summary

Link to this section Types

@type t() :: %Cosmox.Structs.PartitionKey{
  kind: binary(),
  paths: [binary()],
  version: non_neg_integer()
}