forked from MicrosoftDocs/azure-docs-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathazure.durable_functions.tasks.new_uuid.yml
60 lines (59 loc) · 2 KB
/
azure.durable_functions.tasks.new_uuid.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
### YamlMime:UniversalReference
api_name: []
items:
- children:
- azure.durable_functions.tasks.new_uuid.new_uuid
fullName: azure.durable_functions.tasks.new_uuid
langs:
- python
module: azure.durable_functions.tasks.new_uuid
name: new_uuid
source:
id: new_uuid
path: azure\durable_functions\tasks\new_uuid.py
remote:
branch: dev
path: azure\durable_functions\tasks\new_uuid.py
repo: https://github.com/Azure/azure-functions-durable-python
startLine: 0
type: module
uid: azure.durable_functions.tasks.new_uuid
- fullName: azure.durable_functions.tasks.new_uuid.new_uuid
langs:
- python
module: azure.durable_functions.tasks.new_uuid
name: new_uuid
source:
id: new_uuid
path: azure\durable_functions\tasks\new_uuid.py
remote:
branch: dev
path: azure\durable_functions\tasks\new_uuid.py
repo: https://github.com/Azure/azure-functions-durable-python
startLine: 18
summary: "Create a new UUID that is safe for replay within an orchestration or operation.\n\
\nThe default implementation of this method creates a name-based UUID\nusing the\
\ algorithm from RFC 4122 \xA74.3. The name input used to generate\nthis value\
\ is a combination of the orchestration instance ID and an\ninternally managed\
\ sequence number."
syntax:
parameters:
- description: 'Provides reference to the instance id, current_utc_datetime and
a new_uuid_counter
attribute that is combined together to form that name that is used for the
V5 UUID.'
id: context
type:
- DurableOrchestrationContext
return:
description: New UUID that is safe for replay within an orchestration or operation.
type:
- str
type: function
uid: azure.durable_functions.tasks.new_uuid.new_uuid
references:
- fullName: azure.durable_functions.tasks.new_uuid.new_uuid
isExternal: false
name: new_uuid
parent: azure.durable_functions.tasks.new_uuid
uid: azure.durable_functions.tasks.new_uuid.new_uuid