AzureDataExplorerConnectionProperties Class

Definition

Properties of a time series database connection to Azure Data Explorer with data being sent via an EventHub.

[Newtonsoft.Json.JsonObject("AzureDataExplorer")]
public class AzureDataExplorerConnectionProperties : Microsoft.Azure.Management.DigitalTwins.Models.TimeSeriesDatabaseConnectionProperties
[<Newtonsoft.Json.JsonObject("AzureDataExplorer")>]
type AzureDataExplorerConnectionProperties = class
    inherit TimeSeriesDatabaseConnectionProperties
Public Class AzureDataExplorerConnectionProperties
Inherits TimeSeriesDatabaseConnectionProperties
Inheritance
AzureDataExplorerConnectionProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureDataExplorerConnectionProperties()

Initializes a new instance of the AzureDataExplorerConnectionProperties class.

AzureDataExplorerConnectionProperties(String, String, String, String, String, String, String, String, String)

Initializes a new instance of the AzureDataExplorerConnectionProperties class.

Properties

AdxDatabaseName

Gets or sets the name of the Azure Data Explorer database.

AdxEndpointUri

Gets or sets the URI of the Azure Data Explorer endpoint.

AdxResourceId

Gets or sets the resource ID of the Azure Data Explorer cluster.

AdxTableName

Gets or sets the name of the Azure Data Explorer table.

EventHubConsumerGroup

Gets or sets the EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.

EventHubEndpointUri

Gets or sets the URL of the EventHub namespace for identity-based authentication. It must include the protocol sb://

EventHubEntityPath

Gets or sets the EventHub name in the EventHub namespace for identity-based authentication.

EventHubNamespaceResourceId

Gets or sets the resource ID of the EventHub namespace.

ProvisioningState

Gets the provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Updating', 'Succeeded', 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'

(Inherited from TimeSeriesDatabaseConnectionProperties)

Applies to