67 строки
3.7 KiB
YAML
67 строки
3.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.cosmos.models.ClientEncryptionPolicy"
|
|
fullName: "com.azure.cosmos.models.ClientEncryptionPolicy"
|
|
name: "ClientEncryptionPolicy"
|
|
nameWithType: "ClientEncryptionPolicy"
|
|
summary: "Client encryption policy."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class ClientEncryptionPolicy"
|
|
constructors:
|
|
- uid: "com.azure.cosmos.models.ClientEncryptionPolicy.ClientEncryptionPolicy()"
|
|
fullName: "com.azure.cosmos.models.ClientEncryptionPolicy.ClientEncryptionPolicy()"
|
|
name: "ClientEncryptionPolicy()"
|
|
nameWithType: "ClientEncryptionPolicy.ClientEncryptionPolicy()"
|
|
summary: "Constructor."
|
|
syntax: "public ClientEncryptionPolicy()"
|
|
desc: "Constructor."
|
|
- uid: "com.azure.cosmos.models.ClientEncryptionPolicy.ClientEncryptionPolicy(java.util.List<com.azure.cosmos.models.ClientEncryptionIncludedPath>)"
|
|
fullName: "com.azure.cosmos.models.ClientEncryptionPolicy.ClientEncryptionPolicy(List<ClientEncryptionIncludedPath> paths)"
|
|
name: "ClientEncryptionPolicy(List<ClientEncryptionIncludedPath> paths)"
|
|
nameWithType: "ClientEncryptionPolicy.ClientEncryptionPolicy(List<ClientEncryptionIncludedPath> paths)"
|
|
summary: "Constructor."
|
|
parameters:
|
|
- description: "list of path of the item that need encryption along with path-specific settings."
|
|
name: "paths"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.cosmos.models.ClientEncryptionIncludedPath?alt=com.azure.cosmos.models.ClientEncryptionIncludedPath&text=ClientEncryptionIncludedPath\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ClientEncryptionPolicy(List<ClientEncryptionIncludedPath> paths)"
|
|
desc: "Constructor."
|
|
methods:
|
|
- uid: "com.azure.cosmos.models.ClientEncryptionPolicy.getIncludedPaths()"
|
|
fullName: "com.azure.cosmos.models.ClientEncryptionPolicy.getIncludedPaths()"
|
|
name: "getIncludedPaths()"
|
|
nameWithType: "ClientEncryptionPolicy.getIncludedPaths()"
|
|
summary: "Gets the list of path of the item that need encryption along with path-specific settings."
|
|
syntax: "public List<ClientEncryptionIncludedPath> getIncludedPaths()"
|
|
desc: "Gets the list of path of the item that need encryption along with path-specific settings."
|
|
returns:
|
|
description: "includedPaths"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.cosmos.models.ClientEncryptionIncludedPath?alt=com.azure.cosmos.models.ClientEncryptionIncludedPath&text=ClientEncryptionIncludedPath\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.cosmos.models.ClientEncryptionPolicy.getPolicyFormatVersion()"
|
|
fullName: "com.azure.cosmos.models.ClientEncryptionPolicy.getPolicyFormatVersion()"
|
|
name: "getPolicyFormatVersion()"
|
|
nameWithType: "ClientEncryptionPolicy.getPolicyFormatVersion()"
|
|
summary: "Version of the client encryption policy definition."
|
|
syntax: "public int getPolicyFormatVersion()"
|
|
desc: "Version of the client encryption policy definition."
|
|
returns:
|
|
description: "policyFormatVersion"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Client encryption policy."
|
|
metadata: {}
|
|
package: "com.azure.cosmos.models"
|
|
artifact: com.azure:azure-cosmos:4.35.1
|