QueryRequestOptions.QueryTextMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables printing query in Traces db.query.text attribute. By default, query is not printed. Users have the option to enable printing parameterized or all queries, but has to beware that customer data may be shown when the later option is chosen. It's the user's responsibility to sanitize the queries if necessary.
public Microsoft.Azure.Cosmos.QueryTextMode QueryTextMode { get; set; }
member this.QueryTextMode : Microsoft.Azure.Cosmos.QueryTextMode with get, set
Public Property QueryTextMode As QueryTextMode
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET