CosmosEncryptionType Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. cosmos. encryption. models. CosmosEncryptionType
- com.
- java.
public enum CosmosEncryptionType
extends Enum<CosmosEncryptionType>
Algorithms for use with client-side encryption support in Azure Cosmos DB.
Fields
DETERMINISTIC |
Deterministic encryption always generates the same encrypted value for any given plain text value. |
RANDOMIZED |
Randomized encryption uses a method that encrypts data in a less predictable manner. |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
get(String name)
public static CosmosEncryptionType get(String name)
Gets the CosmosEncryptionType enum back from the string value
Parameters
- name
- String
Returns
CosmosEncryptionType enum
getName()
toString()
public String toString()
Returns the encryptionType name
Returns
encryptionType
- Overrides
-
java.lang.Enum.toString()
valueOf(String name)
values()
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java