ClientEncryptionPolicy.IncludedPaths Property

Definition

Paths of the item that need encryption along with path-specific settings.

[Newtonsoft.Json.JsonProperty(PropertyName="includedPaths")]
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Cosmos.ClientEncryptionIncludedPath> IncludedPaths { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="includedPaths")>]
member this.IncludedPaths : seq<Microsoft.Azure.Cosmos.ClientEncryptionIncludedPath>
Public ReadOnly Property IncludedPaths As IEnumerable(Of ClientEncryptionIncludedPath)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to