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