ChangeFeedItem<T>.Current 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 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
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute JsonPropertyNameAttribute