ContainerProperties.ClientEncryptionPolicy Property

Definition

Gets or sets the client encryption policy information for storing items in a container from the Azure Cosmos service.

[Newtonsoft.Json.JsonIgnore]
public Microsoft.Azure.Cosmos.ClientEncryptionPolicy ClientEncryptionPolicy { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.ClientEncryptionPolicy : Microsoft.Azure.Cosmos.ClientEncryptionPolicy with get, set
Public Property ClientEncryptionPolicy As ClientEncryptionPolicy

Property Value

It is an optional property. By default, ClientEncryptionPolicy is set to null meaning the feature is turned off for the container.

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Remarks

The ClientEncryptionPolicy will be applied to all the items in the container as the default policy.

Applies to