ContainerProperties.ClientEncryptionPolicy 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.
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
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