Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1CommonUsageStats

Common statistics on the entry's usage. They can be set on any system.

Inheritance
object
GoogleCloudDatacatalogV1CommonUsageStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1CommonUsageStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ViewCount

View count in source system.

Declaration
[JsonProperty("viewCount")]
public virtual long? ViewCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX