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
Implements
Inherited Members
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? |