SubscriptionUpdateParameters interface
Properties of the Event Subscription update.
Properties
| delivery |
Information about the delivery configuration of the event subscription. |
| event |
The event delivery schema for the event subscription. |
| expiration |
Expiration time of the event subscription. |
| filters |
Information about the filter for the event subscription. |
Property Details
deliveryConfiguration
Information about the delivery configuration of the event subscription.
deliveryConfiguration?: DeliveryConfiguration
Property Value
eventDeliverySchema
The event delivery schema for the event subscription.
eventDeliverySchema?: string
Property Value
string
expirationTimeUtc
Expiration time of the event subscription.
expirationTimeUtc?: Date
Property Value
Date
filtersConfiguration
Information about the filter for the event subscription.
filtersConfiguration?: FiltersConfiguration