Skip to content

Commit 7f76fb8

Browse files
danield137AsafMah
andauthored
annotate ClientRequestProperties (#577)
* annotate ClientRequestProperties add field annotations * Update client_request_properties.py Formatting * Update client_request_properties.py * Update client_request_properties.py --------- Co-authored-by: AsafMah <[email protected]>
1 parent 5eb6b92 commit 7f76fb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-kusto-data/azure/kusto/data/client_request_properties.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ class ClientRequestProperties:
99
For more information please look at: https://docs.microsoft.com/en-us/azure/kusto/api/netfx/request-properties
1010
"""
1111

12+
client_request_id: str
13+
application: str
14+
user: str
1215
_CLIENT_REQUEST_ID = "client_request_id"
1316

1417
results_defer_partial_query_failures_option_name = "deferpartialqueryfailures"

0 commit comments

Comments
 (0)