TrackingDataStoreResponse

data class TrackingDataStoreResponse(val dataStoreIngestionUri: String? = null, val dataStoreResourceId: String? = null, val dataStoreUri: String? = null, val databaseName: String? = null)

The properties of tracking data store.

Constructors

Link copied to clipboard
constructor(dataStoreIngestionUri: String? = null, dataStoreResourceId: String? = null, dataStoreUri: String? = null, databaseName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val databaseName: String? = null

The database name.

Link copied to clipboard

The data store ingestion URI.

Link copied to clipboard

The data store resource id.

Link copied to clipboard
val dataStoreUri: String? = null

The data store URI.