Class GoogleCloudDatacatalogV1UsageStats
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] (https://cloud.google.com/bigquery/docs/querying-wildcard-tables)
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1UsageStats : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalCancellations
The number of cancelled attempts to use the underlying entry.
Declaration
[JsonProperty("totalCancellations")]
public virtual float? TotalCancellations { get; set; }
Property Value
Type | Description |
---|---|
float? |
TotalCompletions
The number of successful uses of the underlying entry.
Declaration
[JsonProperty("totalCompletions")]
public virtual float? TotalCompletions { get; set; }
Property Value
Type | Description |
---|---|
float? |
TotalExecutionTimeForCompletionsMillis
Total time spent only on successful uses, in milliseconds.
Declaration
[JsonProperty("totalExecutionTimeForCompletionsMillis")]
public virtual float? TotalExecutionTimeForCompletionsMillis { get; set; }
Property Value
Type | Description |
---|---|
float? |
TotalFailures
The number of failed attempts to use the underlying entry.
Declaration
[JsonProperty("totalFailures")]
public virtual float? TotalFailures { get; set; }
Property Value
Type | Description |
---|---|
float? |