Share via


DataFeed.Creator Property

Definition

The user who created this DataFeed. If MetricsAdvisorKeyCredential authentication was used when creating the data feed, this property contains the email address of the creator. If AAD authentication was used instead, the value of this property uniquely identifies the creator's user principal, but its value depends on the type of credential used. For instance, if a ClientSecretCredential is used, it will contain the client ID.

public string Creator { get; }
member this.Creator : string
Public ReadOnly Property Creator As String

Property Value

Remarks

If null, it means this instance has not been sent to the service to be created yet. This property will be set by the service after creation.

Applies to