Datastore Response
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
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.