GoogleCloudDatacatalogV1UsageStats class

Detailed statistics on the entry's usage.

Usage statistics have the following limitations: - Only BigQuery tables have them. - They only include BigQuery query jobs. - They might be underestimated because wildcard table references are not yet counted. For more information, see Querying multiple tables using a wildcard table

Constructors

GoogleCloudDatacatalogV1UsageStats({double? totalCancellations, double? totalCompletions, double? totalExecutionTimeForCompletionsMillis, double? totalFailures})
GoogleCloudDatacatalogV1UsageStats.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCancellations double?
The number of cancelled attempts to use the underlying entry.
getter/setter pair
totalCompletions double?
The number of successful uses of the underlying entry.
getter/setter pair
totalExecutionTimeForCompletionsMillis double?
Total time spent only on successful uses, in milliseconds.
getter/setter pair
totalFailures double?
The number of failed attempts to use the underlying entry.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited