DatastoreResponse

data class DatastoreResponse(val adxClusterResourceId: String? = null, val kustoClusterDisplayName: String? = null, val kustoClusterUri: String, val kustoDataIngestionUri: String, val kustoDatabaseName: String, val kustoManagementUrl: String, val kustoOfferingType: String)

The properties of a data store.

Constructors

Link copied to clipboard
constructor(adxClusterResourceId: String? = null, kustoClusterDisplayName: String? = null, kustoClusterUri: String, kustoDataIngestionUri: String, kustoDatabaseName: String, kustoManagementUrl: String, kustoOfferingType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure resource ID of an Azure Data Explorer cluster.

Link copied to clipboard

The Kusto cluster display name.

Link copied to clipboard

The Kusto cluster URI.

Link copied to clipboard

The name of a Kusto database.

Link copied to clipboard

The Kusto data ingestion URI.

Link copied to clipboard

The Kusto management URL.

Link copied to clipboard

The type of a Kusto offering.