EventHubEventSourceMutableProperties interface
An object that represents a set of mutable EventHub event source resource properties.
- Extends
Properties
| shared |
The value of the shared access key that grants the Time Series Insights service read access to the event hub. This property is not shown in event source responses. |
Inherited Properties
| timestamp |
The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used. |
Property Details
sharedAccessKey
The value of the shared access key that grants the Time Series Insights service read access to the event hub. This property is not shown in event source responses.
sharedAccessKey?: string
Property Value
string
Inherited Property Details
timestampPropertyName
The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used.
timestampPropertyName?: string
Property Value
string
Inherited From EventSourceMutableProperties.timestampPropertyName