ChangeFeedItem<T>.Current Property

Definition

The current version of the item for all versions and deletes change feed mode. It is always null for delete change feed operations.

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

Property Value

T
Attributes
Newtonsoft.Json.JsonPropertyAttribute JsonPropertyNameAttribute

Applies to