GoogleCloudDatacatalogV1UsageSignalArgs

data class GoogleCloudDatacatalogV1UsageSignalArgs(val commonUsageWithinTimeRange: Output<Map<String, String>>? = null, val favoriteCount: Output<String>? = null, val updateTime: Output<String>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1UsageSignalArgs>

The set of all usage signals that Data Catalog stores. Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day.

Constructors

Link copied to clipboard
fun GoogleCloudDatacatalogV1UsageSignalArgs(commonUsageWithinTimeRange: Output<Map<String, String>>? = null, favoriteCount: Output<String>? = null, updateTime: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDatacatalogV1UsageSignalArgs

Properties

Link copied to clipboard

Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.

Link copied to clipboard
val favoriteCount: Output<String>? = null

Favorite count in the source system.

Link copied to clipboard
val updateTime: Output<String>? = null

The end timestamp of the duration of usage statistics.