ChangeFeedItem<T>.Previous Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute JsonPropertyNameAttribute