public sealed class CommonUsageStats : IMessage<CommonUsageStats>, IEquatable<CommonUsageStats>, IDeepCloneable<CommonUsageStats>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class CommonUsageStats.
Common statistics on the entry's usage.
They can be set on any system.
Implements
IMessageCommonUsageStats, IEquatableCommonUsageStats, IDeepCloneableCommonUsageStats, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
CommonUsageStats()
public CommonUsageStats()CommonUsageStats(CommonUsageStats)
public CommonUsageStats(CommonUsageStats other)| Parameter | |
|---|---|
| Name | Description |
other |
CommonUsageStats |
Properties
HasViewCount
public bool HasViewCount { get; }Gets whether the "view_count" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ViewCount
public long ViewCount { get; set; }View count in source system.
| Property Value | |
|---|---|
| Type | Description |
long |
|