Class UsageStats (1.3.0)

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

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
Single

TotalCompletions

public float TotalCompletions { get; set; }

The number of successful uses of the underlying entry.

Property Value
TypeDescription
Single

TotalExecutionTimeForCompletionsMillis

public float TotalExecutionTimeForCompletionsMillis { get; set; }

Total time spent only on successful uses, in milliseconds.

Property Value
TypeDescription
Single

TotalFailures

public float TotalFailures { get; set; }

The number of failed attempts to use the underlying entry.

Property Value
TypeDescription
Single