你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IEventHubEventSourceMutableProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EventHubEventSourceMutablePropertiesTypeConverter))]
public interface IEventHubEventSourceMutableProperties : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEventSourceMutableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EventHubEventSourceMutablePropertiesTypeConverter))>]
type IEventHubEventSourceMutableProperties = interface
    interface IJsonSerializable
    interface IEventSourceMutableProperties
Public Interface IEventHubEventSourceMutableProperties
Implements IEventSourceMutableProperties
Derived
Attributes
Implements

Properties

LocalTimestampFormat

An enum that represents the format of the local timestamp property that needs to be set.

(Inherited from IEventSourceMutableProperties)
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.

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 from IEventSourceMutableProperties)
TimeZoneOffsetPropertyName

The event property that will be contain the offset information to calculate the local timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When LocalTimestampFormat is Timespan, it contains the name of property which contains values representing the offset (eg: P1D or 1.00:00:00)

(Inherited from IEventSourceMutableProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to