次の方法で共有


ClientEncryptionPolicy.IncludedPaths プロパティ

定義

パス固有の設定と共に暗号化が必要な項目のパス。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象