Sdílet prostřednictvím


BlobInventoryPolicyFilter.IncludeSnapshots Property

Definition

Gets or sets includes blob snapshots in blob inventory when value is set to true. The definition.schemaFields value 'Snapshot' is required if this property is set to true, else it must be excluded.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to