BlobInventoryPolicyFilter.IncludeBlobVersions プロパティ

定義

値が true に設定されている場合、BLOB インベントリの BLOB バージョンを取得または設定します。 このプロパティが true に設定されている場合は、definition.schemaFields 値 'VersionId と IsCurrentVersion' が必要です。それ以外の場合は除外する必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="includeBlobVersions")]
public bool? IncludeBlobVersions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="includeBlobVersions")>]
member this.IncludeBlobVersions : Nullable<bool> with get, set
Public Property IncludeBlobVersions As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象