Values.PartitionKeySourceContains information about a partition key for an event data store.
type nonrec t = {name : PartitionKeyName.t option;The name of the partition key.
*)type_ : PartitionKeyType.t option;The data type of the partition key. For example, bigint or string.
*)}