GoogleCloudDatacatalogV1beta1UsageStats class

Detailed counts on the entry's usage.

Caveats: - Only BigQuery tables have usage stats - The usage stats only include BigQuery query jobs - The usage stats might be underestimated, e.g. wildcard table references are not yet counted in usage computation https://cloud.google.com/bigquery/docs/querying-wildcard-tables

Constructors

GoogleCloudDatacatalogV1beta1UsageStats({double? totalCancellations, double? totalCompletions, double? totalExecutionTimeForCompletionsMillis, double? totalFailures})
GoogleCloudDatacatalogV1beta1UsageStats.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 times that the underlying entry was attempted to be used but was cancelled by the user.
getter/setter pair
totalCompletions double?
The number of times that the underlying entry was successfully used.
getter/setter pair
totalExecutionTimeForCompletionsMillis double?
Total time spent (in milliseconds) during uses the resulted in completions.
getter/setter pair
totalFailures double?
The number of times that the underlying entry was attempted to be used but failed.
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