Skip to content

Commit

Permalink
Auto-sync from Azure-Kusto-Service
Browse files Browse the repository at this point in the history
  • Loading branch information
Kusto Build System committed Feb 4, 2025
1 parent 7e0aa3e commit 21f7463
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Kusto.Language/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ The property is an array of materialized views names and the shuffle keys to use
public static readonly OptionSymbol RequestCalloutDisabled =
new OptionSymbol("request_callout_disabled", @"If specified, indicates that the request can't call-out to a user-provided service.", ScalarTypes.Bool);

public static readonly OptionSymbol RequestCrossClusterToken =
new OptionSymbol("request_cross_cluster_token", @"Cryptographically-strong indication the query is being sent from one cluster to another, as a cross-cluster query", ScalarTypes.String);

public static readonly OptionSymbol RequestDescription =
new OptionSymbol("request_description", @"Arbitrary text that the author of the request wants to include as the request description.", ScalarTypes.String);

Expand Down Expand Up @@ -230,6 +233,7 @@ The property is an array of materialized views names and the shuffle keys to use
RequestAppName,
RequestBlockRowLevelSecurity,
RequestCalloutDisabled,
RequestCrossClusterToken,
RequestDescription,
RequestExternalDataDisabled,
RequestExternalTableDisabled,
Expand Down

0 comments on commit 21f7463

Please sign in to comment.