ChangeFeedMetadata.OperationType Property

Definition

The change's feed operation type ChangeFeedOperationType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="operationType")]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))]
[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("operationType")]
public Microsoft.Azure.Cosmos.ChangeFeedOperationType OperationType { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="operationType")>]
[<System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))>]
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("operationType")>]
member this.OperationType : Microsoft.Azure.Cosmos.ChangeFeedOperationType
Public ReadOnly Property OperationType As ChangeFeedOperationType

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute JsonConverterAttribute JsonIncludeAttribute JsonPropertyNameAttribute

Applies to