public sealed class UsageSignal : IMessage<UsageSignal>, IEquatable<UsageSignal>, IDeepCloneable<UsageSignal>, IBufferMessage, IMessage
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
IMessage<UsageSignal>, IEquatable<UsageSignal>, IDeepCloneable<UsageSignal>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
UsageSignal()
public UsageSignal()
UsageSignal(UsageSignal)
public UsageSignal(UsageSignal other)
Parameter | |
---|---|
Name | Description |
other | UsageSignal |
Properties
UpdateTime
public Timestamp UpdateTime { get; set; }
The end timestamp of the duration of usage statistics.
Property Value | |
---|---|
Type | Description |
Timestamp |
UsageWithinTimeRange
public MapField<string, UsageStats> UsageWithinTimeRange { get; }
Usage statistics over each of the predefined time ranges.
Supported time ranges are {"24H", "7D", "30D"}
.
Property Value | |
---|---|
Type | Description |
MapField<String, UsageStats> |