Class SqlQuerySpecWithEncryption
java.lang.Object
com.azure.cosmos.encryption.models.SqlQuerySpecWithEncryption
Represents a SQL query with encryption parameters in the Azure Cosmos DB database service.
-
Constructor Summary
ConstructorDescriptionSqlQuerySpecWithEncryption
(SqlQuerySpec sqlQuerySpec) Creates a new instance of SQL query spec with encryption. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEncryptionParameter
(String path, SqlParameter sqlParameter) Adds an encryption parameter.
-
Constructor Details
-
SqlQuerySpecWithEncryption
Creates a new instance of SQL query spec with encryption.- Parameters:
sqlQuerySpec
- the SQL query spec.
-
-
Method Details
-
addEncryptionParameter
Adds an encryption parameter.- Parameters:
path
- PathsqlParameter
- SQL parameter
-