Show / Hide Table of Contents

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)

Inheritance
object
GoogleCloudDatacatalogV1UsageStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.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?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX