Data Catalog v1 API - Class UsageStats (2.11.0)

public sealed class UsageStats : IMessage<UsageStats>, IEquatable<UsageStats>, IDeepCloneable<UsageStats>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class UsageStats.

Detailed statistics on the entry's usage.

Usage statistics have the following limitations:

Inheritance

object > UsageStats

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

UsageStats()

public UsageStats()

UsageStats(UsageStats)

public UsageStats(UsageStats other)
Parameter
NameDescription
otherUsageStats

Properties

TotalCancellations

public float TotalCancellations { get; set; }

The number of cancelled attempts to use the underlying entry.

Property Value
TypeDescription
float

TotalCompletions

public float TotalCompletions { get; set; }

The number of successful uses of the underlying entry.

Property Value
TypeDescription
float

TotalExecutionTimeForCompletionsMillis

public float TotalExecutionTimeForCompletionsMillis { get; set; }

Total time spent only on successful uses, in milliseconds.

Property Value
TypeDescription
float

TotalFailures

public float TotalFailures { get; set; }

The number of failed attempts to use the underlying entry.

Property Value
TypeDescription
float