Class GoogleCloudDatacatalogV1UsageSignal
The set of all usage signals that Data Catalog stores. Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1UsageSignal : IDirectResponseSchema
Properties
CommonUsageWithinTimeRange
Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}
.
Declaration
[JsonProperty("commonUsageWithinTimeRange")]
public virtual IDictionary<string, GoogleCloudDatacatalogV1CommonUsageStats> CommonUsageWithinTimeRange { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudDatacatalogV1CommonUsageStats> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FavoriteCount
Favorite count in the source system.
Declaration
[JsonProperty("favoriteCount")]
public virtual long? FavoriteCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
The end timestamp of the duration of usage statistics.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
UsageWithinTimeRange
Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D"}
.
Declaration
[JsonProperty("usageWithinTimeRange")]
public virtual IDictionary<string, GoogleCloudDatacatalogV1UsageStats> UsageWithinTimeRange { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudDatacatalogV1UsageStats> |