Skip to main content

uuid

Package uuid provides UUID generation for durable programs.

uuid

Functions

null(retry_strategy: Strategy)

Example:

uuid.null(retry_strategy=my_strategy)

Parameters:

NameTypeRequiredDescription
retry_strategyStrategy

Returns: String


v1(retry_strategy: Strategy)

Example:

uuid.v1(retry_strategy=my_strategy)

Parameters:

NameTypeRequiredDescription
retry_strategyStrategy

Returns: String


v4(retry_strategy: Strategy)

Example:

uuid.v4(retry_strategy=my_strategy)

Parameters:

NameTypeRequiredDescription
retry_strategyStrategy

Returns: String


v6(retry_strategy: Strategy)

Example:

uuid.v6(retry_strategy=my_strategy)

Parameters:

NameTypeRequiredDescription
retry_strategyStrategy

Returns: String


v7(retry_strategy: Strategy)

Example:

uuid.v7(retry_strategy=my_strategy)

Parameters:

NameTypeRequiredDescription
retry_strategyStrategy

Returns: String