View Source Avrogen.Avro.Types.Logical.UUID (avrogen v0.7.1)

This represents the logical type of the uuid in the specification.

The uuid logical type represents a random generated universally unique identifier (UUID).

A uuid logical type annotates an Avro string. The string has to conform with RFC-4122

Summary

Types

@type t() :: %Avrogen.Avro.Types.Logical.UUID{
  logicalType: String.t() | nil,
  type: String.t() | nil
}

Functions