ChangeFeedPolicy.FullFidelityRetention Property

Definition

Gets or sets a value that indicates for how long operation logs have to be retained.

[Newtonsoft.Json.JsonIgnore]
public TimeSpan FullFidelityRetention { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.FullFidelityRetention : TimeSpan with get, set
Public Property FullFidelityRetention As TimeSpan

Property Value

Value is in TimeSpan.

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Remarks

Minimum granularity supported is minutes.

Applies to