ChangeFeedItem<T>.Previous Property

Definition

The previous version of the item for all versions and deletes change feed mode. The previous version on delete and replace operations is not exposed by default and requires container-level opt-in. Refer to https://aka.ms/cosmosdb-change-feed-deletes for more information.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="previous")]
[System.Text.Json.Serialization.JsonPropertyName("previous")]
public T Previous { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="previous")>]
[<System.Text.Json.Serialization.JsonPropertyName("previous")>]
member this.Previous : 'T with get, set
Public Property Previous As T

Property Value

T
Attributes
Newtonsoft.Json.JsonPropertyAttribute JsonPropertyNameAttribute

Applies to