IoTHubEventSourceUpdateParameters interface

Parameters supplied to the Update Event Source operation to update an IoTHub event source.

Extends

Properties

kind

Polymorphic discriminator, which specifies the different types this object can be

sharedAccessKey

The value of the shared access key that grants the Time Series Insights service read access to the iot hub. This property is not shown in event source responses.

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.

Inherited Properties

tags

Key-value pairs of additional properties for the event source.

Property Details

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "Microsoft.IoTHub"

Property Value

"Microsoft.IoTHub"

sharedAccessKey

The value of the shared access key that grants the Time Series Insights service read access to the iot hub. This property is not shown in event source responses.

sharedAccessKey?: string

Property Value

string

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 Property Details

tags

Key-value pairs of additional properties for the event source.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From EventSourceUpdateParameters.tags