Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1beta1UsageStats

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

Inheritance
object
GoogleCloudDatacatalogV1beta1UsageStats
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 GoogleCloudDatacatalogV1beta1UsageStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TotalCancellations

The number of times that the underlying entry was attempted to be used but was cancelled by the user.

Declaration
[JsonProperty("totalCancellations")]
public virtual float? TotalCancellations { get; set; }
Property Value
Type Description
float?

TotalCompletions

The number of times that the underlying entry was successfully used.

Declaration
[JsonProperty("totalCompletions")]
public virtual float? TotalCompletions { get; set; }
Property Value
Type Description
float?

TotalExecutionTimeForCompletionsMillis

Total time spent (in milliseconds) during uses the resulted in completions.

Declaration
[JsonProperty("totalExecutionTimeForCompletionsMillis")]
public virtual float? TotalExecutionTimeForCompletionsMillis { get; set; }
Property Value
Type Description
float?

TotalFailures

The number of times that the underlying entry was attempted to be used but failed.

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