Snapshot.Incremental Propriedade

Definição

Obtém ou define se um instantâneo é incremental. Instantâneos incrementais no mesmo disco ocupam menos espaço do que instantâneos completos e podem ser difusivos.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a