Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class UsageStats.
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
Generated from protobuf message google.cloud.datacatalog.v1.UsageStats
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ total_completions
float
The number of successful uses of the underlying entry.
↳ total_failures
float
The number of failed attempts to use the underlying entry.
↳ total_cancellations
float
The number of cancelled attempts to use the underlying entry.
↳ total_execution_time_for_completions_millis
float
Total time spent only on successful uses, in milliseconds.
getTotalCompletions
The number of successful uses of the underlying entry.
float
setTotalCompletions
The number of successful uses of the underlying entry.
var
float
$this
getTotalFailures
The number of failed attempts to use the underlying entry.
float
setTotalFailures
The number of failed attempts to use the underlying entry.
var
float
$this
getTotalCancellations
The number of cancelled attempts to use the underlying entry.
float
setTotalCancellations
The number of cancelled attempts to use the underlying entry.
var
float
$this
getTotalExecutionTimeForCompletionsMillis
Total time spent only on successful uses, in milliseconds.
float
setTotalExecutionTimeForCompletionsMillis
Total time spent only on successful uses, in milliseconds.
var
float
$this