Data Catalog v1 API - Class CommonUsageStats (2.11.0)

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

Reference 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.

Inheritance

object > CommonUsageStats

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

CommonUsageStats()

public CommonUsageStats()

CommonUsageStats(CommonUsageStats)

public CommonUsageStats(CommonUsageStats other)
Parameter
NameDescription
otherCommonUsageStats

Properties

HasViewCount

public bool HasViewCount { get; }

Gets whether the "view_count" field is set

Property Value
TypeDescription
bool

ViewCount

public long ViewCount { get; set; }

View count in source system.

Property Value
TypeDescription
long