uuid
Package uuid provides UUID generation for durable programs.
uuid
Functions
null(retry_strategy: Strategy)
Example:
uuid.null(retry_strategy=my_strategy)
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
retry_strategy | Strategy | ✓ |
Returns: String
v1(retry_strategy: Strategy)
Example:
uuid.v1(retry_strategy=my_strategy)
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
retry_strategy | Strategy | ✓ |
Returns: String
v4(retry_strategy: Strategy)
Example:
uuid.v4(retry_strategy=my_strategy)
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
retry_strategy | Strategy | ✓ |
Returns: String
v6(retry_strategy: Strategy)
Example:
uuid.v6(retry_strategy=my_strategy)
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
retry_strategy | Strategy | ✓ |
Returns: String
v7(retry_strategy: Strategy)
Example:
uuid.v7(retry_strategy=my_strategy)
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
retry_strategy | Strategy | ✓ |
Returns: String